public class DisableVpcClassicLinkRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DisableVpcClassicLinkRequest>
DisableVpcClassicLink operation
.
Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it.
NOOP
Constructor and Description |
---|
DisableVpcClassicLinkRequest() |
Modifier and Type | Method and Description |
---|---|
DisableVpcClassicLinkRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
Request<DisableVpcClassicLinkRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getVpcId()
The ID of the VPC.
|
int |
hashCode() |
void |
setVpcId(String vpcId)
The ID of the VPC.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisableVpcClassicLinkRequest |
withVpcId(String vpcId)
The ID of the VPC.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getVpcId()
public void setVpcId(String vpcId)
vpcId
- The ID of the VPC.public DisableVpcClassicLinkRequest withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId
- The ID of the VPC.public Request<DisableVpcClassicLinkRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DisableVpcClassicLinkRequest>
public String toString()
toString
in class Object
Object.toString()
public DisableVpcClassicLinkRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.