public class DescribeVpcAttributeRequest extends AmazonWebServiceRequest implements Serializable, DryRunSupportedRequest<DescribeVpcAttributeRequest>
DescribeVpcAttribute operation.| Constructor and Description |
|---|
DescribeVpcAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttribute()
Returns the value of the Attribute property for this object.
|
Request<DescribeVpcAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getVpcId()
Returns the value of the VpcId property for this object.
|
int |
hashCode() |
void |
setAttribute(String attribute)
Sets the value of the Attribute property for this object.
|
void |
setAttribute(VpcAttributeName attribute)
Sets the value of the Attribute property for this object.
|
void |
setVpcId(String vpcId)
Sets the value of the VpcId property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeVpcAttributeRequest |
withAttribute(String attribute)
Sets the value of the Attribute property for this object.
|
DescribeVpcAttributeRequest |
withAttribute(VpcAttributeName attribute)
Sets the value of the Attribute property for this object.
|
DescribeVpcAttributeRequest |
withVpcId(String vpcId)
Sets the value of the VpcId property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic String getVpcId()
public void setVpcId(String vpcId)
vpcId - The new value for the VpcId property for this object.public DescribeVpcAttributeRequest withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId - The new value for the VpcId property for this object.public String getAttribute()
Constraints:
Allowed Values: enableDnsSupport, enableDnsHostnames
VpcAttributeNamepublic void setAttribute(String attribute)
Constraints:
Allowed Values: enableDnsSupport, enableDnsHostnames
attribute - The new value for the Attribute property for this object.VpcAttributeNamepublic DescribeVpcAttributeRequest withAttribute(String attribute)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: enableDnsSupport, enableDnsHostnames
attribute - The new value for the Attribute property for this object.VpcAttributeNamepublic void setAttribute(VpcAttributeName attribute)
Constraints:
Allowed Values: enableDnsSupport, enableDnsHostnames
attribute - The new value for the Attribute property for this object.VpcAttributeNamepublic DescribeVpcAttributeRequest withAttribute(VpcAttributeName attribute)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: enableDnsSupport, enableDnsHostnames
attribute - The new value for the Attribute property for this object.VpcAttributeNamepublic Request<DescribeVpcAttributeRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeVpcAttributeRequest>public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.