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 void setMarker(String 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
.
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 String getMarker()
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
.
MaxRecords
.public DescribeDBClusterSnapshotsResult withMarker(String 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
.
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()
Provides a list of DB cluster snapshots for the user.
public void setDBClusterSnapshots(Collection<DBClusterSnapshot> dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
dBClusterSnapshots
- Provides a list of DB cluster snapshots for the user.public DescribeDBClusterSnapshotsResult withDBClusterSnapshots(DBClusterSnapshot... dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
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.
dBClusterSnapshots
- Provides a list of DB cluster snapshots for the user.public DescribeDBClusterSnapshotsResult withDBClusterSnapshots(Collection<DBClusterSnapshot> dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
dBClusterSnapshots
- Provides a list of DB cluster snapshots for the user.public String toString()
toString
in class Object
Object.toString()
public DescribeDBClusterSnapshotsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.