public class CreateSnapshotResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateSnapshotResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotResult |
clone() |
boolean |
equals(Object obj) |
Snapshot |
getSnapshot()
Information about the snapshot.
|
int |
hashCode() |
void |
setSnapshot(Snapshot snapshot)
Information about the snapshot.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateSnapshotResult |
withSnapshot(Snapshot snapshot)
Information about the snapshot.
|
public Snapshot getSnapshot()
public void setSnapshot(Snapshot snapshot)
snapshot - Information about the snapshot.public CreateSnapshotResult withSnapshot(Snapshot snapshot)
Returns a reference to this object so that method calls can be chained together.
snapshot - Information about the snapshot.public String toString()
toString in class ObjectObject.toString()public CreateSnapshotResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.