@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVpcAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeVpcAttributeRequest>
NOOP| Constructor and Description | 
|---|
| DescribeVpcAttributeRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeVpcAttributeRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAttribute()
 The VPC attribute. | 
| Request<DescribeVpcAttributeRequest> | getDryRunRequest()This method is intended for internal use only. | 
| String | getVpcId()
 The ID of the VPC. | 
| int | hashCode() | 
| void | setAttribute(String attribute)
 The VPC attribute. | 
| void | setAttribute(VpcAttributeName attribute)
 The VPC attribute. | 
| void | setVpcId(String vpcId)
 The ID of the VPC. | 
| String | toString()Returns a string representation of this object. | 
| DescribeVpcAttributeRequest | withAttribute(String attribute)
 The VPC attribute. | 
| DescribeVpcAttributeRequest | withAttribute(VpcAttributeName attribute)
 The VPC attribute. | 
| DescribeVpcAttributeRequest | 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 void setAttribute(String attribute)
The VPC attribute.
attribute - The VPC attribute.VpcAttributeNamepublic String getAttribute()
The VPC attribute.
VpcAttributeNamepublic DescribeVpcAttributeRequest withAttribute(String attribute)
The VPC attribute.
attribute - The VPC attribute.VpcAttributeNamepublic void setAttribute(VpcAttributeName attribute)
The VPC attribute.
attribute - The VPC attribute.VpcAttributeNamepublic DescribeVpcAttributeRequest withAttribute(VpcAttributeName attribute)
The VPC attribute.
attribute - The VPC attribute.VpcAttributeNamepublic void setVpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.public String getVpcId()
The ID of the VPC.
public DescribeVpcAttributeRequest withVpcId(String vpcId)
The ID of the VPC.
vpcId - The ID of the VPC.public Request<DescribeVpcAttributeRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeVpcAttributeRequest>public String toString()
toString in class ObjectObject.toString()public DescribeVpcAttributeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()