@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, setSdkResponseMetadata
public void setStatus(String status)
The status of the snapshot.
status
- The status of the snapshot.Status
public String getStatus()
The status of the snapshot.
Status
public CompleteSnapshotResult withStatus(String status)
The status of the snapshot.
status
- The status of the snapshot.Status
public CompleteSnapshotResult withStatus(Status status)
The status of the snapshot.
status
- The status of the snapshot.Status
public String toString()
toString
in class Object
Object.toString()
public CompleteSnapshotResult clone()