@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, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetSnapshotResult clone()
Copyright © 2022. All rights reserved.