|
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 FormConstructor Summary | |
---|---|
ModifyVpcAttributeRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getEnableDnsHostnames()
Boolean value |
java.lang.Boolean |
getEnableDnsSupport()
Boolean value |
java.lang.String |
getVpcId()
Returns the value of the VpcId property for this object. |
int |
hashCode()
|
java.lang.Boolean |
isEnableDnsHostnames()
Boolean value |
java.lang.Boolean |
isEnableDnsSupport()
Boolean value |
void |
setEnableDnsHostnames(java.lang.Boolean enableDnsHostnames)
Boolean value |
void |
setEnableDnsSupport(java.lang.Boolean enableDnsSupport)
Boolean value |
void |
setVpcId(java.lang.String vpcId)
Sets the value of the VpcId property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ModifyVpcAttributeRequest |
withEnableDnsHostnames(java.lang.Boolean enableDnsHostnames)
Boolean value |
ModifyVpcAttributeRequest |
withEnableDnsSupport(java.lang.Boolean enableDnsSupport)
Boolean value |
ModifyVpcAttributeRequest |
withVpcId(java.lang.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 java.lang.String getVpcId()
public void setVpcId(java.lang.String vpcId)
vpcId
- The new value for the VpcId property for this object.public ModifyVpcAttributeRequest withVpcId(java.lang.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 java.lang.Boolean isEnableDnsSupport()
public void setEnableDnsSupport(java.lang.Boolean enableDnsSupport)
enableDnsSupport
- Boolean valuepublic ModifyVpcAttributeRequest withEnableDnsSupport(java.lang.Boolean enableDnsSupport)
Returns a reference to this object so that method calls can be chained together.
enableDnsSupport
- Boolean value
public java.lang.Boolean getEnableDnsSupport()
public java.lang.Boolean isEnableDnsHostnames()
public void setEnableDnsHostnames(java.lang.Boolean enableDnsHostnames)
enableDnsHostnames
- Boolean valuepublic ModifyVpcAttributeRequest withEnableDnsHostnames(java.lang.Boolean enableDnsHostnames)
Returns a reference to this object so that method calls can be chained together.
enableDnsHostnames
- Boolean value
public java.lang.Boolean getEnableDnsHostnames()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |