@Generated(value="software.amazon.awssdk:codegen") public final class AssociateVpcWithHostedZoneRequest extends Route53Request implements ToCopyableBuilder<AssociateVpcWithHostedZoneRequest.Builder,AssociateVpcWithHostedZoneRequest>
A complex type that contains information about the request to associate a VPC with a private hosted zone.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateVpcWithHostedZoneRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateVpcWithHostedZoneRequest.Builder |
builder() |
String |
comment()
Optional: A comment about the association request.
|
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 private hosted zone that you want to associate an Amazon VPC with.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateVpcWithHostedZoneRequest.Builder> |
serializableBuilderClass() |
AssociateVpcWithHostedZoneRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VPC |
vpc()
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hostedZoneId()
The ID of the private hosted zone that you want to associate an Amazon VPC with.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.
public final VPC vpc()
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
public final String comment()
Optional: A comment about the association request.
public AssociateVpcWithHostedZoneRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateVpcWithHostedZoneRequest.Builder,AssociateVpcWithHostedZoneRequest>toBuilder in class Route53Requestpublic static AssociateVpcWithHostedZoneRequest.Builder builder()
public static Class<? extends AssociateVpcWithHostedZoneRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.