|
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 FormConstructor Summary | |
---|---|
DescribeVpcAttributeRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAttribute()
Returns the value of the Attribute property for this object. |
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
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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |