public class DescribeSnapshotsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeSnapshotsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<Snapshot> |
getSnapshots() |
int |
hashCode() |
void |
setSnapshots(java.util.Collection<Snapshot> snapshots) |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSnapshotsResult |
withSnapshots(java.util.Collection<Snapshot> snapshots)
Returns a reference to this object so that method calls can be chained together.
|
DescribeSnapshotsResult |
withSnapshots(Snapshot... snapshots)
Returns a reference to this object so that method calls can be chained together.
|
public java.util.List<Snapshot> getSnapshots()
public void setSnapshots(java.util.Collection<Snapshot> snapshots)
snapshots - public DescribeSnapshotsResult withSnapshots(Snapshot... snapshots)
Returns a reference to this object so that method calls can be chained together.
snapshots - public DescribeSnapshotsResult withSnapshots(java.util.Collection<Snapshot> snapshots)
Returns a reference to this object so that method calls can be chained together.
snapshots - 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