@Generated(value="software.amazon.awssdk:codegen") public final class DeleteDataRepositoryAssociationResponse extends FSxResponse implements ToCopyableBuilder<DeleteDataRepositoryAssociationResponse.Builder,DeleteDataRepositoryAssociationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteDataRepositoryAssociationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associationId()
The ID of the data repository association being deleted.
|
static DeleteDataRepositoryAssociationResponse.Builder |
builder() |
Boolean |
deleteDataInFileSystem()
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DataRepositoryLifecycle |
lifecycle()
Describes the lifecycle state of the data repository association being deleted.
|
String |
lifecycleAsString()
Describes the lifecycle state of the data repository association being deleted.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteDataRepositoryAssociationResponse.Builder> |
serializableBuilderClass() |
DeleteDataRepositoryAssociationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String associationId()
The ID of the data repository association being deleted.
public final DataRepositoryLifecycle lifecycle()
Describes the lifecycle state of the data repository association being deleted.
If the service returns an enum value that is not available in the current SDK version, lifecycle will
return DataRepositoryLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from lifecycleAsString().
DataRepositoryLifecyclepublic final String lifecycleAsString()
Describes the lifecycle state of the data repository association being deleted.
If the service returns an enum value that is not available in the current SDK version, lifecycle will
return DataRepositoryLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from lifecycleAsString().
DataRepositoryLifecyclepublic final Boolean deleteDataInFileSystem()
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
Default is false.
false.public DeleteDataRepositoryAssociationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteDataRepositoryAssociationResponse.Builder,DeleteDataRepositoryAssociationResponse>toBuilder in class AwsResponsepublic static DeleteDataRepositoryAssociationResponse.Builder builder()
public static Class<? extends DeleteDataRepositoryAssociationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.