@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDataRepositoryAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteDataRepositoryAssociationResult() |
Modifier and Type | Method and Description |
---|---|
DeleteDataRepositoryAssociationResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssociationId()
The ID of the data repository association being deleted.
|
Boolean |
getDeleteDataInFileSystem()
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
|
String |
getLifecycle()
Describes the lifecycle state of the data repository association being deleted.
|
int |
hashCode() |
Boolean |
isDeleteDataInFileSystem()
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
|
void |
setAssociationId(String associationId)
The ID of the data repository association being deleted.
|
void |
setDeleteDataInFileSystem(Boolean deleteDataInFileSystem)
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
|
void |
setLifecycle(String lifecycle)
Describes the lifecycle state of the data repository association being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDataRepositoryAssociationResult |
withAssociationId(String associationId)
The ID of the data repository association being deleted.
|
DeleteDataRepositoryAssociationResult |
withDeleteDataInFileSystem(Boolean deleteDataInFileSystem)
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
|
DeleteDataRepositoryAssociationResult |
withLifecycle(DataRepositoryLifecycle lifecycle)
Describes the lifecycle state of the data repository association being deleted.
|
DeleteDataRepositoryAssociationResult |
withLifecycle(String lifecycle)
Describes the lifecycle state of the data repository association being deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DeleteDataRepositoryAssociationResult()
public void setAssociationId(String associationId)
The ID of the data repository association being deleted.
associationId
- The ID of the data repository association being deleted.public String getAssociationId()
The ID of the data repository association being deleted.
public DeleteDataRepositoryAssociationResult withAssociationId(String associationId)
The ID of the data repository association being deleted.
associationId
- The ID of the data repository association being deleted.public void setLifecycle(String lifecycle)
Describes the lifecycle state of the data repository association being deleted.
lifecycle
- Describes the lifecycle state of the data repository association being deleted.DataRepositoryLifecycle
public String getLifecycle()
Describes the lifecycle state of the data repository association being deleted.
DataRepositoryLifecycle
public DeleteDataRepositoryAssociationResult withLifecycle(String lifecycle)
Describes the lifecycle state of the data repository association being deleted.
lifecycle
- Describes the lifecycle state of the data repository association being deleted.DataRepositoryLifecycle
public DeleteDataRepositoryAssociationResult withLifecycle(DataRepositoryLifecycle lifecycle)
Describes the lifecycle state of the data repository association being deleted.
lifecycle
- Describes the lifecycle state of the data repository association being deleted.DataRepositoryLifecycle
public void setDeleteDataInFileSystem(Boolean deleteDataInFileSystem)
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
Default is false
.
deleteDataInFileSystem
- Indicates whether data in the file system that corresponds to the data repository association is being
deleted. Default is false
.public Boolean getDeleteDataInFileSystem()
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
Default is false
.
false
.public DeleteDataRepositoryAssociationResult withDeleteDataInFileSystem(Boolean deleteDataInFileSystem)
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
Default is false
.
deleteDataInFileSystem
- Indicates whether data in the file system that corresponds to the data repository association is being
deleted. Default is false
.public Boolean isDeleteDataInFileSystem()
Indicates whether data in the file system that corresponds to the data repository association is being deleted.
Default is false
.
false
.public String toString()
toString
in class Object
Object.toString()
public DeleteDataRepositoryAssociationResult clone()