@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateVpcFromHostedZoneRequest extends Route53Request implements ToCopyableBuilder<DisassociateVpcFromHostedZoneRequest.Builder,DisassociateVpcFromHostedZoneRequest>
A complex type that contains information about the VPC that you want to disassociate from a specified private hosted zone.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateVpcFromHostedZoneRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateVpcFromHostedZoneRequest.Builder |
builder() |
String |
comment()
Optional: A comment about the disassociation 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 disassociate a VPC from.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateVpcFromHostedZoneRequest.Builder> |
serializableBuilderClass() |
DisassociateVpcFromHostedZoneRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VPC |
vpc()
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String hostedZoneId()
The ID of the private hosted zone that you want to disassociate a VPC from.
public VPC vpc()
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
public String comment()
Optional: A comment about the disassociation request.
public DisassociateVpcFromHostedZoneRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateVpcFromHostedZoneRequest.Builder,DisassociateVpcFromHostedZoneRequest>toBuilder in class Route53Requestpublic static DisassociateVpcFromHostedZoneRequest.Builder builder()
public static Class<? extends DisassociateVpcFromHostedZoneRequest.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.