public class DescribeSnapshotsResult extends Object implements Serializable
Constructor and Description |
---|
DescribeSnapshotsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<Snapshot> |
getSnapshots() |
int |
hashCode() |
void |
setSnapshots(Collection<Snapshot> snapshots) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSnapshotsResult |
withSnapshots(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 void setSnapshots(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(Collection<Snapshot> snapshots)
Returns a reference to this object so that method calls can be chained together.
snapshots
- public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.