@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CompleteSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CompleteSnapshotResult() |
| Modifier and Type | Method and Description |
|---|---|
CompleteSnapshotResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the snapshot.
|
int |
hashCode() |
void |
setStatus(String status)
The status of the snapshot.
|
String |
toString()
Returns a string representation of this object.
|
CompleteSnapshotResult |
withStatus(Status status)
The status of the snapshot.
|
CompleteSnapshotResult |
withStatus(String status)
The status of the snapshot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status of the snapshot.
status - The status of the snapshot.Statuspublic String getStatus()
The status of the snapshot.
Statuspublic CompleteSnapshotResult withStatus(String status)
The status of the snapshot.
status - The status of the snapshot.Statuspublic CompleteSnapshotResult withStatus(Status status)
The status of the snapshot.
status - The status of the snapshot.Statuspublic String toString()
toString in class ObjectObject.toString()public CompleteSnapshotResult clone()