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, withRequestMetricCollector
public 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
VpcAttributeName
public void setAttribute(String attribute)
Constraints:
Allowed Values: enableDnsSupport, enableDnsHostnames
attribute
- The new value for the Attribute property for this object.VpcAttributeName
public 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.VpcAttributeName
public void setAttribute(VpcAttributeName attribute)
Constraints:
Allowed Values: enableDnsSupport, enableDnsHostnames
attribute
- The new value for the Attribute property for this object.VpcAttributeName
public 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.VpcAttributeName
public Request<DescribeVpcAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeVpcAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.