@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBClusterParameterGroupsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of DBClusterParameterGroups.
Constructor and Description |
---|
DescribeDBClusterParameterGroupsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterParameterGroupsResult |
clone() |
boolean |
equals(Object obj) |
List<DBClusterParameterGroup> |
getDBClusterParameterGroups()
A list of cluster parameter groups.
|
String |
getMarker()
An optional pagination token provided by a previous request.
|
int |
hashCode() |
void |
setDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of cluster parameter groups.
|
void |
setMarker(String marker)
An optional pagination token provided by a previous request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDBClusterParameterGroupsResult |
withDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of cluster parameter groups.
|
DescribeDBClusterParameterGroupsResult |
withDBClusterParameterGroups(DBClusterParameterGroup... dBClusterParameterGroups)
A list of cluster parameter groups.
|
DescribeDBClusterParameterGroupsResult |
withMarker(String marker)
An optional pagination token provided by a previous request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeDBClusterParameterGroupsResult()
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 DescribeDBClusterParameterGroupsResult 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<DBClusterParameterGroup> getDBClusterParameterGroups()
A list of cluster parameter groups.
public void setDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of cluster parameter groups.
dBClusterParameterGroups
- A list of cluster parameter groups.public DescribeDBClusterParameterGroupsResult withDBClusterParameterGroups(DBClusterParameterGroup... dBClusterParameterGroups)
A list of 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 cluster parameter groups.public DescribeDBClusterParameterGroupsResult withDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of cluster parameter groups.
dBClusterParameterGroups
- A list of cluster parameter groups.public String toString()
toString
in class Object
Object.toString()
public DescribeDBClusterParameterGroupsResult clone()