|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticache.model.DescribeSnapshotsResult
public class DescribeSnapshotsResult
Represents the output of a DescribeSnapshots operation.
Constructor Summary | |
---|---|
DescribeSnapshotsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeSnapshotsResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |