public class DescribeVpcAttributeResult extends Object implements Serializable
Constructor and Description |
---|
DescribeVpcAttributeResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 valuepublic 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 valuepublic Boolean getEnableDnsHostnames()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.