@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBClusterParameterGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDBClusterParameterGroupsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterParameterGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<DBClusterParameterGroup> |
getDBClusterParameterGroups()
A list of DB cluster parameter groups.
|
String |
getMarker()
An optional pagination token provided by a previous
DescribeDBClusterParameterGroups request. |
int |
hashCode() |
void |
setDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of DB cluster parameter groups.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterParameterGroups request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeDBClusterParameterGroupsResult |
withDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of DB cluster parameter groups.
|
DescribeDBClusterParameterGroupsResult |
withDBClusterParameterGroups(DBClusterParameterGroup... dBClusterParameterGroups)
A list of DB cluster parameter groups.
|
DescribeDBClusterParameterGroupsResult |
withMarker(String marker)
An optional pagination token provided by a previous
DescribeDBClusterParameterGroups request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeDBClusterParameterGroupsResult()
public void setMarker(String marker)
An optional pagination token provided by a previous DescribeDBClusterParameterGroups
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 DescribeDBClusterParameterGroups
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 DescribeDBClusterParameterGroups
request. If
this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.
DescribeDBClusterParameterGroups
request. If this parameter is specified, the response includes only records beyond the marker, up to the
value specified by MaxRecords
.public DescribeDBClusterParameterGroupsResult withMarker(String marker)
An optional pagination token provided by a previous DescribeDBClusterParameterGroups
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 DescribeDBClusterParameterGroups
request.
If this parameter is specified, the response includes only records beyond the marker, up to the value
specified by MaxRecords
.public List<DBClusterParameterGroup> getDBClusterParameterGroups()
A list of DB cluster parameter groups.
public void setDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of DB cluster parameter groups.
dBClusterParameterGroups
- A list of DB cluster parameter groups.public DescribeDBClusterParameterGroupsResult withDBClusterParameterGroups(DBClusterParameterGroup... dBClusterParameterGroups)
A list of DB cluster parameter groups.
NOTE: This method appends the values to the existing list (if any). Use
setDBClusterParameterGroups(java.util.Collection)
or
withDBClusterParameterGroups(java.util.Collection)
if you want to override the existing values.
dBClusterParameterGroups
- A list of DB cluster parameter groups.public DescribeDBClusterParameterGroupsResult withDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of DB cluster parameter groups.
dBClusterParameterGroups
- A list of DB cluster parameter groups.public String toString()
toString
in class Object
Object.toString()
public DescribeDBClusterParameterGroupsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.