@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
GetSnapshotResult |
clone() |
boolean |
equals(Object obj) |
SnapshotDetails |
getSnapshot()
Properties that provide details of the snapshot.
|
int |
hashCode() |
void |
setSnapshot(SnapshotDetails snapshot)
Properties that provide details of the snapshot.
|
String |
toString()
Returns a string representation of this object.
|
GetSnapshotResult |
withSnapshot(SnapshotDetails snapshot)
Properties that provide details of the snapshot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSnapshot(SnapshotDetails snapshot)
Properties that provide details of the snapshot.
snapshot
- Properties that provide details of the snapshot.public SnapshotDetails getSnapshot()
Properties that provide details of the snapshot.
public GetSnapshotResult withSnapshot(SnapshotDetails snapshot)
Properties that provide details of the snapshot.
snapshot
- Properties that provide details of the snapshot.public String toString()
toString
in class Object
Object.toString()
public GetSnapshotResult clone()