@Generated(value="software.amazon.awssdk:codegen") public final class ListVpcAssociationAuthorizationsRequest extends Route53Request implements ToCopyableBuilder<ListVpcAssociationAuthorizationsRequest.Builder,ListVpcAssociationAuthorizationsRequest>
A complex type that contains information about that can be associated with your hosted zone.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListVpcAssociationAuthorizationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListVpcAssociationAuthorizationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListVpcAssociationAuthorizationsRequest.Builder> |
serializableBuilderClass() |
ListVpcAssociationAuthorizationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, Route 53 returns up to 50 VPCs per page.
MaxResults, Route 53 returns up to 50 VPCs per
page.public ListVpcAssociationAuthorizationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListVpcAssociationAuthorizationsRequest.Builder,ListVpcAssociationAuthorizationsRequest>toBuilder in class Route53Requestpublic static ListVpcAssociationAuthorizationsRequest.Builder builder()
public static Class<? extends ListVpcAssociationAuthorizationsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.