@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeContinuousBackupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeContinuousBackupsResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeContinuousBackupsResult |
clone() |
boolean |
equals(Object obj) |
ContinuousBackupsDescription |
getContinuousBackupsDescription()
ContinuousBackupsDescription can be one of the following : ENABLED, DISABLED. |
int |
hashCode() |
void |
setContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
ContinuousBackupsDescription can be one of the following : ENABLED, DISABLED. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeContinuousBackupsResult |
withContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
ContinuousBackupsDescription can be one of the following : ENABLED, DISABLED. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
ContinuousBackupsDescription can be one of the following : ENABLED, DISABLED.
continuousBackupsDescription - ContinuousBackupsDescription can be one of the following : ENABLED, DISABLED.public ContinuousBackupsDescription getContinuousBackupsDescription()
ContinuousBackupsDescription can be one of the following : ENABLED, DISABLED.
ContinuousBackupsDescription can be one of the following : ENABLED, DISABLED.public DescribeContinuousBackupsResult withContinuousBackupsDescription(ContinuousBackupsDescription continuousBackupsDescription)
ContinuousBackupsDescription can be one of the following : ENABLED, DISABLED.
continuousBackupsDescription - ContinuousBackupsDescription can be one of the following : ENABLED, DISABLED.public String toString()
toString in class ObjectObject.toString()public DescribeContinuousBackupsResult clone()
Copyright © 2018. All rights reserved.