public class CreateSnapshotResult extends Object implements Serializable
Constructor and Description |
---|
CreateSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Snapshot |
getSnapshot() |
int |
hashCode() |
void |
setSnapshot(Snapshot snapshot) |
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 String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.