@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBShardGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDBShardGroupsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDBShardGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<DBShardGroup> |
getDBShardGroups()
Contains a list of DB shard groups for the user.
|
String |
getMarker()
A pagination token that can be used in a later
DescribeDBClusters request. |
int |
hashCode() |
void |
setDBShardGroups(Collection<DBShardGroup> dBShardGroups)
Contains a list of DB shard groups for the user.
|
void |
setMarker(String marker)
A pagination token that can be used in a later
DescribeDBClusters request. |
String |
toString()
Returns a string representation of this object.
|
DescribeDBShardGroupsResult |
withDBShardGroups(Collection<DBShardGroup> dBShardGroups)
Contains a list of DB shard groups for the user.
|
DescribeDBShardGroupsResult |
withDBShardGroups(DBShardGroup... dBShardGroups)
Contains a list of DB shard groups for the user.
|
DescribeDBShardGroupsResult |
withMarker(String marker)
A pagination token that can be used in a later
DescribeDBClusters request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DBShardGroup> getDBShardGroups()
Contains a list of DB shard groups for the user.
public void setDBShardGroups(Collection<DBShardGroup> dBShardGroups)
Contains a list of DB shard groups for the user.
dBShardGroups
- Contains a list of DB shard groups for the user.public DescribeDBShardGroupsResult withDBShardGroups(DBShardGroup... dBShardGroups)
Contains a list of DB shard groups for the user.
NOTE: This method appends the values to the existing list (if any). Use
setDBShardGroups(java.util.Collection)
or withDBShardGroups(java.util.Collection)
if you want
to override the existing values.
dBShardGroups
- Contains a list of DB shard groups for the user.public DescribeDBShardGroupsResult withDBShardGroups(Collection<DBShardGroup> dBShardGroups)
Contains a list of DB shard groups for the user.
dBShardGroups
- Contains a list of DB shard groups for the user.public void setMarker(String marker)
A pagination token that can be used in a later DescribeDBClusters
request.
marker
- A pagination token that can be used in a later DescribeDBClusters
request.public String getMarker()
A pagination token that can be used in a later DescribeDBClusters
request.
DescribeDBClusters
request.public DescribeDBShardGroupsResult withMarker(String marker)
A pagination token that can be used in a later DescribeDBClusters
request.
marker
- A pagination token that can be used in a later DescribeDBClusters
request.public String toString()
toString
in class Object
Object.toString()
public DescribeDBShardGroupsResult clone()