@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableVpcClassicLinkDnsSupportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<EnableVpcClassicLinkDnsSupportRequest>
NOOP| Constructor and Description | 
|---|
EnableVpcClassicLinkDnsSupportRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
EnableVpcClassicLinkDnsSupportRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
Request<EnableVpcClassicLinkDnsSupportRequest> | 
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. 
 | 
EnableVpcClassicLinkDnsSupportRequest | 
withVpcId(String vpcId)
 The ID of the VPC. 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic EnableVpcClassicLinkDnsSupportRequest()
public void setVpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.public String getVpcId()
The ID of the VPC.
public EnableVpcClassicLinkDnsSupportRequest withVpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.public Request<EnableVpcClassicLinkDnsSupportRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<EnableVpcClassicLinkDnsSupportRequest>public String toString()
toString in class ObjectObject.toString()public EnableVpcClassicLinkDnsSupportRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()