Package com.amazonaws.services.ec2.model
Class ClassicLinkDnsSupport
java.lang.Object
com.amazonaws.services.ec2.model.ClassicLinkDnsSupport
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the ClassicLink DNS support status of a VPC.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates whether ClassicLink DNS support is enabled for the VPC.getVpcId()
The ID of the VPC.int
hashCode()
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
The ID of the VPC.toString()
Returns a string representation of this object; useful for testing and debugging.withClassicLinkDnsSupported
(Boolean classicLinkDnsSupported) Indicates whether ClassicLink DNS support is enabled for the VPC.The ID of the VPC.
-
Constructor Details
-
ClassicLinkDnsSupport
public ClassicLinkDnsSupport()
-
-
Method Details
-
setVpcId
The ID of the VPC.
- Parameters:
vpcId
- The ID of the VPC.
-
getVpcId
The ID of the VPC.
- Returns:
- The ID of the VPC.
-
withVpcId
The ID of the VPC.
- Parameters:
vpcId
- The ID of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClassicLinkDnsSupported
Indicates whether ClassicLink DNS support is enabled for the VPC.
- Parameters:
classicLinkDnsSupported
- Indicates whether ClassicLink DNS support is enabled for the VPC.
-
getClassicLinkDnsSupported
Indicates whether ClassicLink DNS support is enabled for the VPC.
- Returns:
- Indicates whether ClassicLink DNS support is enabled for the VPC.
-
withClassicLinkDnsSupported
Indicates whether ClassicLink DNS support is enabled for the VPC.
- Parameters:
classicLinkDnsSupported
- Indicates whether ClassicLink DNS support is enabled for the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isClassicLinkDnsSupported
Indicates whether ClassicLink DNS support is enabled for the VPC.
- Returns:
- Indicates whether ClassicLink DNS support is enabled for the VPC.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-