public class DescribeClusterParameterGroupsRequest extends AmazonWebServiceRequest implements Serializable
DescribeClusterParameterGroups operation
.
Returns a list of Amazon Redshift parameter groups, including parameter groups you created and the default parameter group. For each parameter group, the response includes the parameter group name, description, and parameter group family name. You can optionally specify a name to retrieve the description of a specific parameter group.
For more information about managing parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Management Guide .
Constructor and Description |
---|
DescribeClusterParameterGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMarker()
An optional marker returned by a previous
DescribeClusterParameterGroups request to indicate the first
parameter group that the current request will return.
|
Integer |
getMaxRecords()
The maximum number of parameter group records to include in the
response.
|
String |
getParameterGroupName()
The name of a specific parameter group for which to return details.
|
int |
hashCode() |
void |
setMarker(String marker)
An optional marker returned by a previous
DescribeClusterParameterGroups request to indicate the first
parameter group that the current request will return.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of parameter group records to include in the
response.
|
void |
setParameterGroupName(String parameterGroupName)
The name of a specific parameter group for which to return details.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeClusterParameterGroupsRequest |
withMarker(String marker)
An optional marker returned by a previous
DescribeClusterParameterGroups request to indicate the first
parameter group that the current request will return.
|
DescribeClusterParameterGroupsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of parameter group records to include in the
response.
|
DescribeClusterParameterGroupsRequest |
withParameterGroupName(String parameterGroupName)
The name of a specific parameter group for which to return details.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public DescribeClusterParameterGroupsRequest()
public String getParameterGroupName()
public void setParameterGroupName(String parameterGroupName)
parameterGroupName
- The name of a specific parameter group for which to return details. By
default, details about all parameter groups and the default parameter
group are returned.public DescribeClusterParameterGroupsRequest withParameterGroupName(String parameterGroupName)
Returns a reference to this object so that method calls can be chained together.
parameterGroupName
- The name of a specific parameter group for which to return details. By
default, details about all parameter groups and the default parameter
group are returned.public Integer getMaxRecords()
MaxRecords
value, the response includes a marker that you
can use in a subsequent DescribeClusterParameterGroups request
to retrieve the next set of records. Default: 100
Constraints: Value must be at least 20 and no more than 100.
MaxRecords
value, the response includes a marker that you
can use in a subsequent DescribeClusterParameterGroups request
to retrieve the next set of records. Default: 100
Constraints: Value must be at least 20 and no more than 100.
public void setMaxRecords(Integer maxRecords)
MaxRecords
value, the response includes a marker that you
can use in a subsequent DescribeClusterParameterGroups request
to retrieve the next set of records. Default: 100
Constraints: Value must be at least 20 and no more than 100.
maxRecords
- The maximum number of parameter group records to include in the
response. If more records exist than the specified
MaxRecords
value, the response includes a marker that you
can use in a subsequent DescribeClusterParameterGroups request
to retrieve the next set of records. Default: 100
Constraints: Value must be at least 20 and no more than 100.
public DescribeClusterParameterGroupsRequest withMaxRecords(Integer maxRecords)
MaxRecords
value, the response includes a marker that you
can use in a subsequent DescribeClusterParameterGroups request
to retrieve the next set of records. Default: 100
Constraints: Value must be at least 20 and no more than 100.
Returns a reference to this object so that method calls can be chained together.
maxRecords
- The maximum number of parameter group records to include in the
response. If more records exist than the specified
MaxRecords
value, the response includes a marker that you
can use in a subsequent DescribeClusterParameterGroups request
to retrieve the next set of records. Default: 100
Constraints: Value must be at least 20 and no more than 100.
public String getMarker()
public void setMarker(String marker)
marker
- An optional marker returned by a previous
DescribeClusterParameterGroups request to indicate the first
parameter group that the current request will return.public DescribeClusterParameterGroupsRequest withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- An optional marker returned by a previous
DescribeClusterParameterGroups request to indicate the first
parameter group that the current request will return.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.