Class ListVpcAssociationAuthorizationsRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.route53.model.Route53Request
software.amazon.awssdk.services.route53.model.ListVpcAssociationAuthorizationsRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListVpcAssociationAuthorizationsRequest.Builder,ListVpcAssociationAuthorizationsRequest>
@Generated("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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.final StringOptional: An integer that specifies the maximum number of VPCs that you want Amazon Route 53 to return.final StringOptional: If a response includes aNextTokenelement, there are more VPCs that can be associated with the specified hosted zone.static Class<? extends ListVpcAssociationAuthorizationsRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
hostedZoneId
The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
- Returns:
- The ID of the hosted zone for which you want a list of VPCs that can be associated with the hosted zone.
-
nextToken
Optional: If a response includes a
NextTokenelement, 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 ofNextTokenfrom the response in thenexttokenparameter in anotherListVPCAssociationAuthorizationsrequest.- Returns:
- Optional: If a response includes a
NextTokenelement, 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 ofNextTokenfrom the response in thenexttokenparameter in anotherListVPCAssociationAuthorizationsrequest.
-
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.- Returns:
- 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.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListVpcAssociationAuthorizationsRequest.Builder,ListVpcAssociationAuthorizationsRequest> - Specified by:
toBuilderin classRoute53Request
-
builder
-
serializableBuilderClass
public static Class<? extends ListVpcAssociationAuthorizationsRequest.Builder> serializableBuilderClass() -
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-