public class DescribeDBClusterSnapshotsResult extends Object implements Serializable, Cloneable
Provides a list of DB cluster snapshots for the user as the result of a call to the DescribeDBClusterSnapshots action.
Constructor and Description |
---|
DescribeDBClusterSnapshotsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterSnapshotsResult |
clone() |
boolean |
equals(Object obj) |
List<DBClusterSnapshot> |
getDBClusterSnapshots()
Provides a list of DB cluster snapshots for the user.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeDBClusterSnapshots request.
|
int |
hashCode() |
void |
setDBClusterSnapshots(Collection<DBClusterSnapshot> dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterSnapshots request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDBClusterSnapshotsResult |
withDBClusterSnapshots(Collection<DBClusterSnapshot> dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
|
DescribeDBClusterSnapshotsResult |
withDBClusterSnapshots(DBClusterSnapshot... dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
|
DescribeDBClusterSnapshotsResult |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterSnapshots request.
|
public String getMarker()
MaxRecords
.MaxRecords
.public void setMarker(String marker)
MaxRecords
.marker
- An optional pagination token provided by a previous
DescribeDBClusterSnapshots request. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords
.public DescribeDBClusterSnapshotsResult withMarker(String marker)
MaxRecords
.
Returns a reference to this object so that method calls can be chained together.
marker
- An optional pagination token provided by a previous
DescribeDBClusterSnapshots request. If this parameter is
specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords
.public List<DBClusterSnapshot> getDBClusterSnapshots()
public void setDBClusterSnapshots(Collection<DBClusterSnapshot> dBClusterSnapshots)
dBClusterSnapshots
- Provides a list of DB cluster snapshots for the user.public DescribeDBClusterSnapshotsResult withDBClusterSnapshots(DBClusterSnapshot... dBClusterSnapshots)
NOTE: This method appends the values to the existing list (if
any). Use setDBClusterSnapshots(java.util.Collection)
or
withDBClusterSnapshots(java.util.Collection)
if you want to
override the existing values.
Returns a reference to this object so that method calls can be chained together.
dBClusterSnapshots
- Provides a list of DB cluster snapshots for the user.public DescribeDBClusterSnapshotsResult withDBClusterSnapshots(Collection<DBClusterSnapshot> dBClusterSnapshots)
Returns a reference to this object so that method calls can be chained together.
dBClusterSnapshots
- Provides a list of DB cluster snapshots for the user.public String toString()
toString
in class Object
Object.toString()
public DescribeDBClusterSnapshotsResult clone()
Copyright © 2015. All rights reserved.