public class ModifyVpcAttributeRequest extends AmazonWebServiceRequest implements java.io.Serializable
ModifyVpcAttribute operation.| コンストラクタと説明 |
|---|
ModifyVpcAttributeRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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
Returns a reference to this object so that method calls can be chained together.
|
ModifyVpcAttributeRequest |
withEnableDnsSupport(java.lang.Boolean enableDnsSupport)
Boolean value
Returns a reference to this object so that method calls can be chained together.
|
ModifyVpcAttributeRequest |
withVpcId(java.lang.String vpcId)
Sets the value of the VpcId property for this object.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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 valuepublic 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 valuepublic java.lang.Boolean getEnableDnsHostnames()
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object