|
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.ModifyVpcAttributeRequest
public class ModifyVpcAttributeRequest
Container for the parameters to the ModifyVpcAttribute operation.
AmazonEC2.modifyVpcAttribute(ModifyVpcAttributeRequest),
Serialized Form| Constructor Summary | |
|---|---|
ModifyVpcAttributeRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Boolean |
getEnableDnsHostnames()
Boolean value |
Boolean |
getEnableDnsSupport()
Boolean value |
String |
getVpcId()
Returns the value of the VpcId property for this object. |
int |
hashCode()
|
Boolean |
isEnableDnsHostnames()
Boolean value |
Boolean |
isEnableDnsSupport()
Boolean value |
void |
setEnableDnsHostnames(Boolean enableDnsHostnames)
Boolean value |
void |
setEnableDnsSupport(Boolean enableDnsSupport)
Boolean value |
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. |
ModifyVpcAttributeRequest |
withEnableDnsHostnames(Boolean enableDnsHostnames)
Boolean value |
ModifyVpcAttributeRequest |
withEnableDnsSupport(Boolean enableDnsSupport)
Boolean value |
ModifyVpcAttributeRequest |
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 ModifyVpcAttributeRequest()
| Method Detail |
|---|
public String getVpcId()
public void setVpcId(String vpcId)
vpcId - The new value for the VpcId property for this object.public ModifyVpcAttributeRequest 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 Boolean isEnableDnsSupport()
public void setEnableDnsSupport(Boolean enableDnsSupport)
enableDnsSupport - Boolean valuepublic ModifyVpcAttributeRequest withEnableDnsSupport(Boolean enableDnsSupport)
Returns a reference to this object so that method calls can be chained together.
enableDnsSupport - Boolean value
public Boolean getEnableDnsSupport()
public Boolean isEnableDnsHostnames()
public void setEnableDnsHostnames(Boolean enableDnsHostnames)
enableDnsHostnames - Boolean valuepublic ModifyVpcAttributeRequest withEnableDnsHostnames(Boolean enableDnsHostnames)
Returns a reference to this object so that method calls can be chained together.
enableDnsHostnames - Boolean value
public Boolean getEnableDnsHostnames()
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 | ||||||