public class DescribeClusterSubnetGroupsRequest extends AmazonWebServiceRequest implements Serializable
DescribeClusterSubnetGroups operation
.
Returns one or more cluster subnet group objects, which contain metadata about your cluster subnet groups. By default, this operation returns information about all cluster subnet groups that are defined in you AWS account.
Constructor and Description |
---|
DescribeClusterSubnetGroupsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClusterSubnetGroupName()
The name of the cluster subnet group for which information is
requested.
|
String |
getMarker()
An optional marker returned by a previous
DescribeClusterSubnetGroups request to indicate the first
cluster subnet group that the current request will return.
|
Integer |
getMaxRecords()
The maximum number of cluster subnet group records to include in the
response.
|
int |
hashCode() |
void |
setClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the cluster subnet group for which information is
requested.
|
void |
setMarker(String marker)
An optional marker returned by a previous
DescribeClusterSubnetGroups request to indicate the first
cluster subnet group that the current request will return.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of cluster subnet group records to include in the
response.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeClusterSubnetGroupsRequest |
withClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the cluster subnet group for which information is
requested.
|
DescribeClusterSubnetGroupsRequest |
withMarker(String marker)
An optional marker returned by a previous
DescribeClusterSubnetGroups request to indicate the first
cluster subnet group that the current request will return.
|
DescribeClusterSubnetGroupsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of cluster subnet group records to include in the
response.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getClusterSubnetGroupName()
public void setClusterSubnetGroupName(String clusterSubnetGroupName)
clusterSubnetGroupName
- The name of the cluster subnet group for which information is
requested.public DescribeClusterSubnetGroupsRequest withClusterSubnetGroupName(String clusterSubnetGroupName)
Returns a reference to this object so that method calls can be chained together.
clusterSubnetGroupName
- The name of the cluster subnet group for which information is
requested.public Integer getMaxRecords()
MaxRecords
value, the response returns a marker that you
can use in a subsequent DescribeClusterSubnetGroups request in
order to retrieve the next set of cluster subnet group records.
Default: 100
Constraints: Must be at least 20 and no more than 100.
MaxRecords
value, the response returns a marker that you
can use in a subsequent DescribeClusterSubnetGroups request in
order to retrieve the next set of cluster subnet group records.
Default: 100
Constraints: Must be at least 20 and no more than 100.
public void setMaxRecords(Integer maxRecords)
MaxRecords
value, the response returns a marker that you
can use in a subsequent DescribeClusterSubnetGroups request in
order to retrieve the next set of cluster subnet group records.
Default: 100
Constraints: Must be at least 20 and no more than 100.
maxRecords
- The maximum number of cluster subnet group records to include in the
response. If more records exist than the specified
MaxRecords
value, the response returns a marker that you
can use in a subsequent DescribeClusterSubnetGroups request in
order to retrieve the next set of cluster subnet group records.
Default: 100
Constraints: Must be at least 20 and no more than 100.
public DescribeClusterSubnetGroupsRequest withMaxRecords(Integer maxRecords)
MaxRecords
value, the response returns a marker that you
can use in a subsequent DescribeClusterSubnetGroups request in
order to retrieve the next set of cluster subnet group records.
Default: 100
Constraints: 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 cluster subnet group records to include in the
response. If more records exist than the specified
MaxRecords
value, the response returns a marker that you
can use in a subsequent DescribeClusterSubnetGroups request in
order to retrieve the next set of cluster subnet group records.
Default: 100
Constraints: 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
DescribeClusterSubnetGroups request to indicate the first
cluster subnet group that the current request will return.public DescribeClusterSubnetGroupsRequest 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
DescribeClusterSubnetGroups request to indicate the first
cluster subnet 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.