@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBClustersResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of DescribeDBClusters.
Constructor and Description |
---|
DescribeDBClustersResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDBClustersResult |
clone() |
boolean |
equals(Object obj) |
List<DBCluster> |
getDBClusters()
A list of DB clusters.
|
String |
getMarker()
An optional pagination token provided by a previous request.
|
int |
hashCode() |
void |
setDBClusters(Collection<DBCluster> dBClusters)
A list of DB clusters.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDBClustersResult |
withDBClusters(Collection<DBCluster> dBClusters)
A list of DB clusters.
|
DescribeDBClustersResult |
withDBClusters(DBCluster... dBClusters)
A list of DB clusters.
|
DescribeDBClustersResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(String marker)
An optional pagination token provided by a previous 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 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 request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.
MaxRecords
.public DescribeDBClustersResult withMarker(String marker)
An optional pagination token provided by a previous 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 request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords
.public List<DBCluster> getDBClusters()
A list of DB clusters.
public void setDBClusters(Collection<DBCluster> dBClusters)
A list of DB clusters.
dBClusters
- A list of DB clusters.public DescribeDBClustersResult withDBClusters(DBCluster... dBClusters)
A list of DB clusters.
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
- A list of DB clusters.public DescribeDBClustersResult withDBClusters(Collection<DBCluster> dBClusters)
A list of DB clusters.
dBClusters
- A list of DB clusters.public String toString()
toString
in class Object
Object.toString()
public DescribeDBClustersResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.