public class DescribeSnapshotsResult extends Object implements Serializable
Represents the output of a DescribeSnapshots operation.
Constructor and Description |
---|
DescribeSnapshotsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMarker()
An optional marker returned from a prior request.
|
List<Snapshot> |
getSnapshots()
A list of snapshots.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional marker returned from a prior request.
|
void |
setSnapshots(Collection<Snapshot> snapshots)
A list of snapshots.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeSnapshotsResult |
withMarker(String marker)
An optional marker returned from a prior request.
|
DescribeSnapshotsResult |
withSnapshots(Collection<Snapshot> snapshots)
A list of snapshots.
|
DescribeSnapshotsResult |
withSnapshots(Snapshot... snapshots)
A list of snapshots.
|
public String getMarker()
public void setMarker(String marker)
marker
- An optional marker returned from a prior request. Use this marker for
pagination of results from this operation. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords.public DescribeSnapshotsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- An optional marker returned from a prior request. Use this marker for
pagination of results from this operation. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords.public List<Snapshot> getSnapshots()
public void setSnapshots(Collection<Snapshot> snapshots)
snapshots
- A list of snapshots. Each item in the list contains detailed
information about one snapshot.public DescribeSnapshotsResult withSnapshots(Snapshot... snapshots)
Returns a reference to this object so that method calls can be chained together.
snapshots
- A list of snapshots. Each item in the list contains detailed
information about one snapshot.public DescribeSnapshotsResult withSnapshots(Collection<Snapshot> snapshots)
Returns a reference to this object so that method calls can be chained together.
snapshots
- A list of snapshots. Each item in the list contains detailed
information about one snapshot.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.