Class ListHostedZonesByVpcRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListHostedZonesByVpcRequest.Builder,ListHostedZonesByVpcRequest>
Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web Services account created the hosted zones.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringmaxItems()(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.final StringIf the previous response included aNextTokenelement, the specified VPC is associated with more hosted zones.static Class<? extends ListHostedZonesByVpcRequest.Builder>final StringtoString()Returns a string representation of this object.final StringvpcId()The ID of the Amazon VPC that you want to list hosted zones for.final VPCRegionFor the Amazon VPC that you specified forVPCId, the Amazon Web Services Region that you created the VPC in.final StringFor the Amazon VPC that you specified forVPCId, the Amazon Web Services Region that you created the VPC in.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
-
vpcId
The ID of the Amazon VPC that you want to list hosted zones for.
- Returns:
- The ID of the Amazon VPC that you want to list hosted zones for.
-
vpcRegion
For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the VPC in.If the service returns an enum value that is not available in the current SDK version,
vpcRegionwill returnVPCRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvpcRegionAsString().- Returns:
- For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the VPC in. - See Also:
-
vpcRegionAsString
For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the VPC in.If the service returns an enum value that is not available in the current SDK version,
vpcRegionwill returnVPCRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvpcRegionAsString().- Returns:
- For the Amazon VPC that you specified for
VPCId, the Amazon Web Services Region that you created the VPC in. - See Also:
-
maxItems
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified VPC is associated with more than
MaxItemshosted zones, the response includes aNextTokenelement.NextTokencontains an encrypted token that identifies the first hosted zone that Route 53 will return if you submit another request.- Returns:
- (Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If the specified
VPC is associated with more than
MaxItemshosted zones, the response includes aNextTokenelement.NextTokencontains an encrypted token that identifies the first hosted zone that Route 53 will return if you submit another request.
-
nextToken
If the previous response included a
NextTokenelement, the specified VPC is associated with more hosted zones. To get more hosted zones, submit anotherListHostedZonesByVPCrequest.For the value of
NextToken, specify the value ofNextTokenfrom the previous response.If the previous response didn't include a
NextTokenelement, there are no more hosted zones to get.- Returns:
- If the previous response included a
NextTokenelement, the specified VPC is associated with more hosted zones. To get more hosted zones, submit anotherListHostedZonesByVPCrequest.For the value of
NextToken, specify the value ofNextTokenfrom the previous response.If the previous response didn't include a
NextTokenelement, there are no more hosted zones to get.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListHostedZonesByVpcRequest.Builder,ListHostedZonesByVpcRequest> - Specified by:
toBuilderin classRoute53Request
-
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
-