Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DetachClassicLinkVpcRequest.Builder,DetachClassicLinkVpcRequest>
@Generated("software.amazon.awssdk:codegen") public class DetachClassicLinkVpcRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DetachClassicLinkVpcRequest.Builder,DetachClassicLinkVpcRequest>
Contains the parameters for DetachClassicLinkVpc.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DetachClassicLinkVpcRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DetachClassicLinkVpcRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
instanceId() |
The ID of the instance to unlink from the VPC.
|
static Class<? extends DetachClassicLinkVpcRequest.Builder> |
serializableBuilderClass() |
|
DetachClassicLinkVpcRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
The ID of the VPC to which the instance is linked.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String instanceId()
The ID of the instance to unlink from the VPC.
public String vpcId()
The ID of the VPC to which the instance is linked.
public DetachClassicLinkVpcRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DetachClassicLinkVpcRequest.Builder,DetachClassicLinkVpcRequest>
public static DetachClassicLinkVpcRequest.Builder builder()
public static Class<? extends DetachClassicLinkVpcRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.