Class DeleteDataRepositoryAssociationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.fsx.model.FSxResponse
-
- software.amazon.awssdk.services.fsx.model.DeleteDataRepositoryAssociationResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteDataRepositoryAssociationResponse.Builder,DeleteDataRepositoryAssociationResponse>
@Generated("software.amazon.awssdk:codegen") public final class DeleteDataRepositoryAssociationResponse extends FSxResponse implements ToCopyableBuilder<DeleteDataRepositoryAssociationResponse.Builder,DeleteDataRepositoryAssociationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteDataRepositoryAssociationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassociationId()The ID of the data repository association being deleted.static DeleteDataRepositoryAssociationResponse.Builderbuilder()BooleandeleteDataInFileSystem()Indicates whether data in the file system that corresponds to the data repository association is being deleted.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DataRepositoryLifecyclelifecycle()Describes the lifecycle state of the data repository association being deleted.StringlifecycleAsString()Describes the lifecycle state of the data repository association being deleted.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeleteDataRepositoryAssociationResponse.Builder>serializableBuilderClass()DeleteDataRepositoryAssociationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.fsx.model.FSxResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
associationId
public final String associationId()
The ID of the data repository association being deleted.
- Returns:
- The ID of the data repository association being deleted.
-
lifecycle
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,
lifecyclewill returnDataRepositoryLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlifecycleAsString().- Returns:
- Describes the lifecycle state of the data repository association being deleted.
- See Also:
DataRepositoryLifecycle
-
lifecycleAsString
public 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,
lifecyclewill returnDataRepositoryLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlifecycleAsString().- Returns:
- Describes the lifecycle state of the data repository association being deleted.
- See Also:
DataRepositoryLifecycle
-
deleteDataInFileSystem
public final Boolean deleteDataInFileSystem()
Indicates whether data in the file system that corresponds to the data repository association is being deleted. Default is
false.- Returns:
- Indicates whether data in the file system that corresponds to the data repository association is being
deleted. Default is
false.
-
toBuilder
public DeleteDataRepositoryAssociationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteDataRepositoryAssociationResponse.Builder,DeleteDataRepositoryAssociationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DeleteDataRepositoryAssociationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteDataRepositoryAssociationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-