public class DescribeClusterSnapshotsResult
extends java.lang.Object
implements java.io.Serializable
Contains the output from the DescribeClusterSnapshots action.
| コンストラクタと説明 |
|---|
DescribeClusterSnapshotsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
A marker that indicates the first snapshot that a subsequent
DescribeClusterSnapshots request will return.
|
java.util.List<Snapshot> |
getSnapshots()
A list of Snapshot instances.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
A marker that indicates the first snapshot that a subsequent
DescribeClusterSnapshots request will return.
|
void |
setSnapshots(java.util.Collection<Snapshot> snapshots)
A list of Snapshot instances.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeClusterSnapshotsResult |
withMarker(java.lang.String marker)
A marker that indicates the first snapshot that a subsequent
DescribeClusterSnapshots request will return.
|
DescribeClusterSnapshotsResult |
withSnapshots(java.util.Collection<Snapshot> snapshots)
A list of Snapshot instances.
|
DescribeClusterSnapshotsResult |
withSnapshots(Snapshot... snapshots)
A list of Snapshot instances.
|
public java.lang.String getMarker()
public void setMarker(java.lang.String marker)
marker - A marker that indicates the first snapshot that a subsequent
DescribeClusterSnapshots request will return. The response
returns a marker only if there are more snapshots to list than the
current response can return.public DescribeClusterSnapshotsResult withMarker(java.lang.String marker)
Returns a reference to this object so that method calls can be chained together.
marker - A marker that indicates the first snapshot that a subsequent
DescribeClusterSnapshots request will return. The response
returns a marker only if there are more snapshots to list than the
current response can return.public java.util.List<Snapshot> getSnapshots()
public void setSnapshots(java.util.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(java.util.Collection<Snapshot> snapshots)
Returns a reference to this object so that method calls can be chained together.
snapshots - A list of Snapshot instances.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object