@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBClustersResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(String marker)
A pagination token that can be used in a subsequent DescribeDBClusters request.
marker
- A pagination token that can be used in a subsequent DescribeDBClusters request.public String getMarker()
A pagination token that can be used in a subsequent DescribeDBClusters request.
public DescribeDBClustersResult withMarker(String marker)
A pagination token that can be used in a subsequent DescribeDBClusters request.
marker
- A pagination token that can be used in a subsequent DescribeDBClusters request.public List<DBCluster> getDBClusters()
Contains a list of DB clusters for the user.
public void setDBClusters(Collection<DBCluster> dBClusters)
Contains a list of DB clusters for the user.
dBClusters
- Contains a list of DB clusters for the user.public DescribeDBClustersResult withDBClusters(DBCluster... dBClusters)
Contains a list of DB clusters for the user.
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.
dBClusters
- Contains a list of DB clusters for the user.public DescribeDBClustersResult withDBClusters(Collection<DBCluster> dBClusters)
Contains a list of DB clusters for the user.
dBClusters
- Contains a list of DB clusters for the user.public String toString()
toString
in class Object
Object.toString()
public DescribeDBClustersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.