public class ClassicLinkDnsSupport extends Object implements Serializable, Cloneable
Describes the ClassicLink DNS support status of a VPC.
Constructor and Description |
---|
ClassicLinkDnsSupport() |
Modifier and Type | Method and Description |
---|---|
ClassicLinkDnsSupport |
clone() |
boolean |
equals(Object obj) |
Boolean |
getClassicLinkDnsSupported()
Indicates whether ClassicLink DNS support is enabled for the VPC.
|
String |
getVpcId()
The ID of the VPC.
|
int |
hashCode() |
Boolean |
isClassicLinkDnsSupported()
Indicates whether ClassicLink DNS support is enabled for the VPC.
|
void |
setClassicLinkDnsSupported(Boolean classicLinkDnsSupported)
Indicates whether ClassicLink DNS support is enabled for the VPC.
|
void |
setVpcId(String vpcId)
The ID of the VPC.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ClassicLinkDnsSupport |
withClassicLinkDnsSupported(Boolean classicLinkDnsSupported)
Indicates whether ClassicLink DNS support is enabled for the VPC.
|
ClassicLinkDnsSupport |
withVpcId(String vpcId)
The ID of the VPC.
|
public String getVpcId()
public void setVpcId(String vpcId)
vpcId
- The ID of the VPC.public ClassicLinkDnsSupport withVpcId(String vpcId)
Returns a reference to this object so that method calls can be chained together.
vpcId
- The ID of the VPC.public Boolean isClassicLinkDnsSupported()
public void setClassicLinkDnsSupported(Boolean classicLinkDnsSupported)
classicLinkDnsSupported
- Indicates whether ClassicLink DNS support is enabled for the VPC.public ClassicLinkDnsSupport withClassicLinkDnsSupported(Boolean classicLinkDnsSupported)
Returns a reference to this object so that method calls can be chained together.
classicLinkDnsSupported
- Indicates whether ClassicLink DNS support is enabled for the VPC.public Boolean getClassicLinkDnsSupported()
public String toString()
toString
in class Object
Object.toString()
public ClassicLinkDnsSupport clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.