Package com.amazonaws.services.rds.model
Class DescribeDBClustersResult
java.lang.Object
com.amazonaws.services.rds.model.DescribeDBClustersResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the result of a successful invocation of the DescribeDBClusters action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Contains a list of DB clusters for the user.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
A pagination token that can be used in a subsequent DescribeDBClusters request.toString()
Returns a string representation of this object; useful for testing and debugging.withDBClusters
(DBCluster... dBClusters) Contains a list of DB clusters for the user.withDBClusters
(Collection<DBCluster> dBClusters) Contains a list of DB clusters for the user.withMarker
(String marker) A pagination token that can be used in a subsequent DescribeDBClusters request.
-
Constructor Details
-
DescribeDBClustersResult
public DescribeDBClustersResult()
-
-
Method Details
-
setMarker
A pagination token that can be used in a subsequent DescribeDBClusters request.
- Parameters:
marker
- A pagination token that can be used in a subsequent DescribeDBClusters request.
-
getMarker
A pagination token that can be used in a subsequent DescribeDBClusters request.
- Returns:
- A pagination token that can be used in a subsequent DescribeDBClusters request.
-
withMarker
A pagination token that can be used in a subsequent DescribeDBClusters request.
- Parameters:
marker
- A pagination token that can be used in a subsequent DescribeDBClusters request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getDBClusters
Contains a list of DB clusters for the user.
- Returns:
- Contains a list of DB clusters for the user.
-
setDBClusters
Contains a list of DB clusters for the user.
- Parameters:
dBClusters
- Contains a list of DB clusters for the user.
-
withDBClusters
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)
orwithDBClusters(java.util.Collection)
if you want to override the existing values.- Parameters:
dBClusters
- Contains a list of DB clusters for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDBClusters
Contains a list of DB clusters for the user.
- Parameters:
dBClusters
- Contains a list of DB clusters for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-