public class DescribeVpcAttributeRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeVpcAttribute operation.| コンストラクタと説明 |
|---|
DescribeVpcAttributeRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttribute()
Returns the value of the Attribute property for this object.
|
java.lang.String |
getVpcId()
Returns the value of the VpcId property for this object.
|
int |
hashCode() |
void |
setAttribute(java.lang.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(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.
|
DescribeVpcAttributeRequest |
withAttribute(java.lang.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(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 DescribeVpcAttributeRequest 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.String getAttribute()
Constraints:
Allowed Values: enableDnsSupport, enableDnsHostnames
VpcAttributeNamepublic void setAttribute(java.lang.String attribute)
Constraints:
Allowed Values: enableDnsSupport, enableDnsHostnames
attribute - The new value for the Attribute property for this object.VpcAttributeNamepublic DescribeVpcAttributeRequest withAttribute(java.lang.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.VpcAttributeNamepublic void setAttribute(VpcAttributeName attribute)
Constraints:
Allowed Values: enableDnsSupport, enableDnsHostnames
attribute - The new value for the Attribute property for this object.VpcAttributeNamepublic 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.VpcAttributeNamepublic 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