public class DisableVpcClassicLinkDnsSupportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DisableVpcClassicLinkDnsSupport operation
.
Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. For more information about ClassicLink, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.
NOOP
Constructor and Description |
---|
DisableVpcClassicLinkDnsSupportRequest() |
Modifier and Type | Method and Description |
---|---|
DisableVpcClassicLinkDnsSupportRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
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.
|
DisableVpcClassicLinkDnsSupportRequest |
withVpcId(String vpcId)
The ID of the VPC.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DisableVpcClassicLinkDnsSupportRequest()
public String getVpcId()
public void setVpcId(String vpcId)
vpcId
- The ID of the VPC.public DisableVpcClassicLinkDnsSupportRequest withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId
- The ID of the VPC.public String toString()
toString
in class Object
Object.toString()
public DisableVpcClassicLinkDnsSupportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.