public class DescribeDBClustersResult extends Object implements Serializable, Cloneable
Contains the result of a successful invocation of the DescribeDBClusters action.
Constructor and Description |
---|
DescribeDBClustersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDBClustersResult |
clone() |
boolean |
equals(Object obj) |
List<DBCluster> |
getDBClusters()
Contains a list of DB clusters for the user.
|
String |
getMarker()
A pagination token that can be used in a subsequent DescribeDBClusters
request.
|
int |
hashCode() |
void |
setDBClusters(Collection<DBCluster> dBClusters)
Contains a list of DB clusters for the user.
|
void |
setMarker(String marker)
A pagination token that can be used in a subsequent DescribeDBClusters
request.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDBClustersResult |
withDBClusters(Collection<DBCluster> dBClusters)
Contains a list of DB clusters for the user.
|
DescribeDBClustersResult |
withDBClusters(DBCluster... dBClusters)
Contains a list of DB clusters for the user.
|
DescribeDBClustersResult |
withMarker(String marker)
A pagination token that can be used in a subsequent DescribeDBClusters
request.
|
public String getMarker()
public void setMarker(String marker)
marker
- A pagination token that can be used in a subsequent DescribeDBClusters
request.public DescribeDBClustersResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- A pagination token that can be used in a subsequent DescribeDBClusters
request.public List<DBCluster> getDBClusters()
public void setDBClusters(Collection<DBCluster> dBClusters)
dBClusters
- Contains a list of DB clusters for the user.public DescribeDBClustersResult withDBClusters(DBCluster... dBClusters)
NOTE: This method appends the values to the existing list (if
any). Use setDBClusters(java.util.Collection)
or withDBClusters(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.
dBClusters
- Contains a list of DB clusters for the user.public DescribeDBClustersResult withDBClusters(Collection<DBCluster> dBClusters)
Returns a reference to this object so that method calls can be chained together.
dBClusters
- Contains a list of DB clusters for the user.public String toString()
toString
in class Object
Object.toString()
public DescribeDBClustersResult clone()
Copyright © 2015. All rights reserved.