public class CreateSnapshotResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateSnapshotResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Snapshot |
getSnapshot() |
int |
hashCode() |
void |
setSnapshot(Snapshot snapshot) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateSnapshotResult |
withSnapshot(Snapshot snapshot)
Returns a reference to this object so that method calls can be chained together.
|
public Snapshot getSnapshot()
public void setSnapshot(Snapshot snapshot)
snapshot - public CreateSnapshotResult withSnapshot(Snapshot snapshot)
Returns a reference to this object so that method calls can be chained together.
snapshot - public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object