Class DescribeDBClusterParameterGroupsResult
- All Implemented Interfaces:
Serializable, Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of DB cluster parameter groups.An optional pagination token provided by a previousDescribeDBClusterParameterGroupsrequest.inthashCode()voidsetDBClusterParameterGroups(Collection<DBClusterParameterGroup> dBClusterParameterGroups) A list of DB cluster parameter groups.voidAn optional pagination token provided by a previousDescribeDBClusterParameterGroupsrequest.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 previousDescribeDBClusterParameterGroupsrequest.
-
Constructor Details
-
DescribeDBClusterParameterGroupsResult
public DescribeDBClusterParameterGroupsResult()
-
-
Method Details
-
setMarker
An optional pagination token provided by a previous
DescribeDBClusterParameterGroupsrequest. 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 previousDescribeDBClusterParameterGroupsrequest. 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
DescribeDBClusterParameterGroupsrequest. 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
DescribeDBClusterParameterGroupsrequest. 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
DescribeDBClusterParameterGroupsrequest. 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 previousDescribeDBClusterParameterGroupsrequest. 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
-
equals
-
hashCode
-
clone
-