|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.DescribeClusterSnapshotsResult
public class DescribeClusterSnapshotsResult
Contains the output from the DescribeClusterSnapshots action.
Constructor Summary | |
---|---|
DescribeClusterSnapshotsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getMarker()
A value that indicates the starting point for the next set of response records in a subsequent request. |
List<Snapshot> |
getSnapshots()
A list of Snapshot instances. |
int |
hashCode()
|
void |
setMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. |
void |
setSnapshots(Collection<Snapshot> snapshots)
A list of Snapshot instances. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeClusterSnapshotsResult |
withMarker(String marker)
A value that indicates the starting point for the next set of response records in a subsequent request. |
DescribeClusterSnapshotsResult |
withSnapshots(Collection<Snapshot> snapshots)
A list of Snapshot instances. |
DescribeClusterSnapshotsResult |
withSnapshots(Snapshot... snapshots)
A list of Snapshot instances. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeClusterSnapshotsResult()
Method Detail |
---|
public String getMarker()
Marker
parameter and retrying the
command. If the Marker
field is empty, all response
records have been retrieved for the request.
Marker
parameter and retrying the
command. If the Marker
field is empty, all response
records have been retrieved for the request.public void setMarker(String marker)
Marker
parameter and retrying the
command. If the Marker
field is empty, all response
records have been retrieved for the request.
marker
- A value that indicates the starting point for the next set of response
records in a subsequent request. If a value is returned in a response,
you can retrieve the next set of records by providing this returned
marker value in the Marker
parameter and retrying the
command. If the Marker
field is empty, all response
records have been retrieved for the request.public DescribeClusterSnapshotsResult withMarker(String marker)
Marker
parameter and retrying the
command. If the Marker
field is empty, all response
records have been retrieved for the request.
Returns a reference to this object so that method calls can be chained together.
marker
- A value that indicates the starting point for the next set of response
records in a subsequent request. If a value is returned in a response,
you can retrieve the next set of records by providing this returned
marker value in the Marker
parameter and retrying the
command. If the Marker
field is empty, all response
records have been retrieved for the request.
public List<Snapshot> getSnapshots()
public void setSnapshots(Collection<Snapshot> snapshots)
snapshots
- A list of Snapshot instances.public DescribeClusterSnapshotsResult withSnapshots(Snapshot... snapshots)
Returns a reference to this object so that method calls can be chained together.
snapshots
- A list of Snapshot instances.
public DescribeClusterSnapshotsResult withSnapshots(Collection<Snapshot> snapshots)
Returns a reference to this object so that method calls can be chained together.
snapshots
- A list of Snapshot instances.
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 |