@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 void setClassicLinkDnsSupported(Boolean classicLinkDnsSupported)
Indicates whether ClassicLink DNS support is enabled for the VPC.
classicLinkDnsSupported
- Indicates whether ClassicLink DNS support is enabled for the VPC.public Boolean getClassicLinkDnsSupported()
Indicates whether ClassicLink DNS support is enabled for the VPC.
public ClassicLinkDnsSupport withClassicLinkDnsSupported(Boolean classicLinkDnsSupported)
Indicates whether ClassicLink DNS support is enabled for the VPC.
classicLinkDnsSupported
- Indicates whether ClassicLink DNS support is enabled for the VPC.public Boolean isClassicLinkDnsSupported()
Indicates whether ClassicLink DNS support is enabled for the VPC.
public void setVpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.public String getVpcId()
The ID of the VPC.
public ClassicLinkDnsSupport withVpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.public String toString()
toString
in class Object
Object.toString()
public ClassicLinkDnsSupport clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.