|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeVpcAttributeRequest
public class DescribeVpcAttributeRequest
Container for the parameters to the DescribeVpcAttribute operation.
AmazonEC2.describeVpcAttribute(DescribeVpcAttributeRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeVpcAttributeRequest()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeVpcAttributeRequest()
| Method Detail |
|---|
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
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()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||