public class DescribeDBClusterParameterGroupsResult extends Object 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. |
public DescribeDBClusterParameterGroupsResult()
public String getMarker()
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 void setMarker(String marker)
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 DescribeDBClusterParameterGroupsResult withMarker(String marker)
DescribeDBClusterParameterGroups
request. If this
parameter is specified, the response includes only records beyond the
marker, up to the value specified by MaxRecords
.
Returns a reference to this object so that method calls can be chained together.
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()
public void setDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)
dBClusterParameterGroups
- A list of DB cluster parameter groups.public DescribeDBClusterParameterGroupsResult withDBClusterParameterGroups(DBClusterParameterGroup... dBClusterParameterGroups)
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.
Returns a reference to this object so that method calls can be chained together.
dBClusterParameterGroups
- A list of DB cluster parameter groups.public DescribeDBClusterParameterGroupsResult withDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups)
Returns a reference to this object so that method calls can be chained together.
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.