|
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 |
getEnableDnsHostnames()
Returns the value of the EnableDnsHostnames property for this object. |
String |
getEnableDnsSupport()
Returns the value of the EnableDnsSupport property for this object. |
String |
getVpcId()
Returns the value of the VpcId property for this object. |
int |
hashCode()
|
void |
setEnableDnsHostnames(String enableDnsHostnames)
Sets the value of the EnableDnsHostnames property for this object. |
void |
setEnableDnsSupport(String enableDnsSupport)
Sets the value of the EnableDnsSupport 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 |
withEnableDnsHostnames(String enableDnsHostnames)
Sets the value of the EnableDnsHostnames property for this object. |
DescribeVpcAttributeRequest |
withEnableDnsSupport(String enableDnsSupport)
Sets the value of the EnableDnsSupport 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 getEnableDnsSupport()
public void setEnableDnsSupport(String enableDnsSupport)
enableDnsSupport
- The new value for the EnableDnsSupport property for this object.public DescribeVpcAttributeRequest withEnableDnsSupport(String enableDnsSupport)
Returns a reference to this object so that method calls can be chained together.
enableDnsSupport
- The new value for the EnableDnsSupport property for this object.
public String getEnableDnsHostnames()
public void setEnableDnsHostnames(String enableDnsHostnames)
enableDnsHostnames
- The new value for the EnableDnsHostnames property for this object.public DescribeVpcAttributeRequest withEnableDnsHostnames(String enableDnsHostnames)
Returns a reference to this object so that method calls can be chained together.
enableDnsHostnames
- The new value for the EnableDnsHostnames property for this object.
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 |