Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeSubnetGroupsRequest.Builder,DescribeSubnetGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeSubnetGroupsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeSubnetGroupsRequest.Builder,DescribeSubnetGroupsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeSubnetGroupsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeSubnetGroupsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results to include in the response.
|
String |
nextToken() |
An optional token returned from a prior request.
|
static Class<? extends DescribeSubnetGroupsRequest.Builder> |
serializableBuilderClass() |
|
List<String> |
subnetGroupNames() |
The name of the subnet group.
|
DescribeSubnetGroupsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<String> subnetGroupNames()
The name of the subnet group.
public Integer maxResults()
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
The value for MaxResults
must be between 20 and 100.
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
The value for MaxResults
must be between 20 and 100.
public String nextToken()
An optional token returned from a prior request. Use this token for pagination of results from this action. If
this parameter is specified, the response includes only results beyond the token, up to the value specified by
MaxResults
.
MaxResults
.public DescribeSubnetGroupsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeSubnetGroupsRequest.Builder,DescribeSubnetGroupsRequest>
public static DescribeSubnetGroupsRequest.Builder builder()
public static Class<? extends DescribeSubnetGroupsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.