Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DisassociateVPCFromHostedZoneRequest.Builder,DisassociateVPCFromHostedZoneRequest>
@Generated("software.amazon.awssdk:codegen") public class DisassociateVPCFromHostedZoneRequest extends AmazonWebServiceRequest 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 | Description |
---|---|---|
static interface |
DisassociateVPCFromHostedZoneRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DisassociateVPCFromHostedZoneRequest.Builder |
builder() |
|
String |
comment() |
Optional: A comment about the disassociation request.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hostedZoneId() |
The ID of the private hosted zone that you want to disassociate a VPC from.
|
static Class<? extends DisassociateVPCFromHostedZoneRequest.Builder> |
serializableBuilderClass() |
|
DisassociateVPCFromHostedZoneRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
VPC |
vpc() |
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DisassociateVPCFromHostedZoneRequest.Builder,DisassociateVPCFromHostedZoneRequest>
public static DisassociateVPCFromHostedZoneRequest.Builder builder()
public static Class<? extends DisassociateVPCFromHostedZoneRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.