|
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.services.ec2.model.DescribeVpcAttributeResult
public class DescribeVpcAttributeResult
Describe Vpc Attribute Result
| Constructor Summary | |
|---|---|
DescribeVpcAttributeResult()
|
|
| 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. |
DescribeVpcAttributeResult |
withEnableDnsHostnames(java.lang.Boolean enableDnsHostnames)
Boolean value |
DescribeVpcAttributeResult |
withEnableDnsSupport(java.lang.Boolean enableDnsSupport)
Boolean value |
DescribeVpcAttributeResult |
withVpcId(java.lang.String vpcId)
Sets the value of the VpcId property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeVpcAttributeResult()
| 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 DescribeVpcAttributeResult 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 DescribeVpcAttributeResult 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 DescribeVpcAttributeResult 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.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||