Class DescribeDBClusterParameterGroupsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of DB cluster parameter groups.An optional pagination token provided by a previousDescribeDBClusterParameterGroups
request.int
hashCode()
void
setDBClusterParameterGroups
(Collection<DBClusterParameterGroup> dBClusterParameterGroups) A list of DB cluster parameter groups.void
An optional pagination token provided by a previousDescribeDBClusterParameterGroups
request.toString()
Returns a string representation of this object; useful for testing and debugging.withDBClusterParameterGroups
(DBClusterParameterGroup... dBClusterParameterGroups) A list of DB cluster parameter groups.withDBClusterParameterGroups
(Collection<DBClusterParameterGroup> dBClusterParameterGroups) A list of DB cluster parameter groups.withMarker
(String marker) An optional pagination token provided by a previousDescribeDBClusterParameterGroups
request.
-
Constructor Details
-
DescribeDBClusterParameterGroupsResult
public DescribeDBClusterParameterGroupsResult()
-
-
Method Details
-
setMarker
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 byMaxRecords
.- Parameters:
marker
- An optional pagination token provided by a previousDescribeDBClusterParameterGroups
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords
.
-
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 byMaxRecords
.- Returns:
- 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 byMaxRecords
.
-
withMarker
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 byMaxRecords
.- Parameters:
marker
- An optional pagination token provided by a previousDescribeDBClusterParameterGroups
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getDBClusterParameterGroups
A list of DB cluster parameter groups.
- Returns:
- A list of DB cluster parameter groups.
-
setDBClusterParameterGroups
public void setDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups) A list of DB cluster parameter groups.
- Parameters:
dBClusterParameterGroups
- A list of DB cluster parameter groups.
-
withDBClusterParameterGroups
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)
orwithDBClusterParameterGroups(java.util.Collection)
if you want to override the existing values.- Parameters:
dBClusterParameterGroups
- A list of DB cluster parameter groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDBClusterParameterGroups
public DescribeDBClusterParameterGroupsResult withDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups) A list of DB cluster parameter groups.
- Parameters:
dBClusterParameterGroups
- A list of DB cluster parameter groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-