|
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(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. |
DescribeVpcAttributeResult |
withEnableDnsHostnames(Boolean enableDnsHostnames)
Boolean value |
DescribeVpcAttributeResult |
withEnableDnsSupport(Boolean enableDnsSupport)
Boolean value |
DescribeVpcAttributeResult |
withVpcId(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 String getVpcId()
public void setVpcId(String vpcId)
vpcId
- The new value for the VpcId property for this object.public DescribeVpcAttributeResult 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 DescribeVpcAttributeResult 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 DescribeVpcAttributeResult 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |