Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListVPCAssociationAuthorizationsRequest.Builder,ListVPCAssociationAuthorizationsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListVPCAssociationAuthorizationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListVPCAssociationAuthorizationsRequest.Builder,ListVPCAssociationAuthorizationsRequest>
A complex type that contains information about that can be associated with your hosted zone.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListVPCAssociationAuthorizationsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListVPCAssociationAuthorizationsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hostedZoneId() |
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
|
String |
maxResults() |
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.
|
String |
nextToken() |
Optional: If a response includes a
NextToken element, there are more VPCs that can be
associated with the specified hosted zone. |
static Class<? extends ListVPCAssociationAuthorizationsRequest.Builder> |
serializableBuilderClass() |
|
ListVPCAssociationAuthorizationsRequest.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 String hostedZoneId()
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
public String nextToken()
Optional: If a response includes a NextToken
element, there are more VPCs that can be
associated with the specified hosted zone. To get the next page of results, submit another request, and include
the value of NextToken
from the response in the nexttoken
parameter in another
ListVPCAssociationAuthorizations
request.
NextToken
element, there are more VPCs that can be
associated with the specified hosted zone. To get the next page of results, submit another request, and
include the value of NextToken
from the response in the nexttoken
parameter in
another ListVPCAssociationAuthorizations
request.public String maxResults()
Optional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return. If
you don't specify a value for MaxResults
, Amazon Route 53 returns up to 50 VPCs per page.
MaxResults
, Amazon Route 53 returns up to 50 VPCs
per page.public ListVPCAssociationAuthorizationsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListVPCAssociationAuthorizationsRequest.Builder,ListVPCAssociationAuthorizationsRequest>
public static ListVPCAssociationAuthorizationsRequest.Builder builder()
public static Class<? extends ListVPCAssociationAuthorizationsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.