public class DescribeDBClusterParameterGroupsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DBClusterParameterGroup> |
dBClusterParameterGroups
A list of DB cluster parameter groups.
|
private java.lang.String |
marker
An optional pagination token provided by a previous
DescribeDBClusterParameterGroups request. |
Constructor and Description |
---|
DescribeDBClusterParameterGroupsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterParameterGroupsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<DBClusterParameterGroup> |
getDBClusterParameterGroups()
A list of DB cluster parameter groups.
|
java.lang.String |
getMarker()
An optional pagination token provided by a previous
DescribeDBClusterParameterGroups request. |
int |
hashCode() |
void |
setDBClusterParameterGroups(java.util.Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of DB cluster parameter groups.
|
void |
setMarker(java.lang.String marker)
An optional pagination token provided by a previous
DescribeDBClusterParameterGroups request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDBClusterParameterGroupsResult |
withDBClusterParameterGroups(java.util.Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of DB cluster parameter groups.
|
DescribeDBClusterParameterGroupsResult |
withDBClusterParameterGroups(DBClusterParameterGroup... dBClusterParameterGroups)
A list of DB cluster parameter groups.
|
DescribeDBClusterParameterGroupsResult |
withMarker(java.lang.String marker)
An optional pagination token provided by a previous
DescribeDBClusterParameterGroups request. |
private java.lang.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
.
private SdkInternalList<DBClusterParameterGroup> dBClusterParameterGroups
A list of DB cluster parameter groups.
public DescribeDBClusterParameterGroupsResult()
public void setMarker(java.lang.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 java.lang.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(java.lang.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 java.util.List<DBClusterParameterGroup> getDBClusterParameterGroups()
A list of DB cluster parameter groups.
public void setDBClusterParameterGroups(java.util.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(java.util.Collection<DBClusterParameterGroup> dBClusterParameterGroups)
A list of DB cluster parameter groups.
dBClusterParameterGroups
- A list of DB cluster parameter groups.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeDBClusterParameterGroupsResult clone()
clone
in class java.lang.Object