@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransitGatewayVpcAttachmentOptions extends Object implements Serializable, Cloneable
Describes the VPC attachment options.
| Constructor and Description |
|---|
TransitGatewayVpcAttachmentOptions() |
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayVpcAttachmentOptions |
clone() |
boolean |
equals(Object obj) |
String |
getDnsSupport()
Indicates whether DNS support is enabled.
|
String |
getIpv6Support()
Indicates whether IPv6 support is enabled.
|
int |
hashCode() |
void |
setDnsSupport(String dnsSupport)
Indicates whether DNS support is enabled.
|
void |
setIpv6Support(String ipv6Support)
Indicates whether IPv6 support is enabled.
|
String |
toString()
Returns a string representation of this object.
|
TransitGatewayVpcAttachmentOptions |
withDnsSupport(DnsSupportValue dnsSupport)
Indicates whether DNS support is enabled.
|
TransitGatewayVpcAttachmentOptions |
withDnsSupport(String dnsSupport)
Indicates whether DNS support is enabled.
|
TransitGatewayVpcAttachmentOptions |
withIpv6Support(Ipv6SupportValue ipv6Support)
Indicates whether IPv6 support is enabled.
|
TransitGatewayVpcAttachmentOptions |
withIpv6Support(String ipv6Support)
Indicates whether IPv6 support is enabled.
|
public void setDnsSupport(String dnsSupport)
Indicates whether DNS support is enabled.
dnsSupport - Indicates whether DNS support is enabled.DnsSupportValuepublic String getDnsSupport()
Indicates whether DNS support is enabled.
DnsSupportValuepublic TransitGatewayVpcAttachmentOptions withDnsSupport(String dnsSupport)
Indicates whether DNS support is enabled.
dnsSupport - Indicates whether DNS support is enabled.DnsSupportValuepublic TransitGatewayVpcAttachmentOptions withDnsSupport(DnsSupportValue dnsSupport)
Indicates whether DNS support is enabled.
dnsSupport - Indicates whether DNS support is enabled.DnsSupportValuepublic void setIpv6Support(String ipv6Support)
Indicates whether IPv6 support is enabled.
ipv6Support - Indicates whether IPv6 support is enabled.Ipv6SupportValuepublic String getIpv6Support()
Indicates whether IPv6 support is enabled.
Ipv6SupportValuepublic TransitGatewayVpcAttachmentOptions withIpv6Support(String ipv6Support)
Indicates whether IPv6 support is enabled.
ipv6Support - Indicates whether IPv6 support is enabled.Ipv6SupportValuepublic TransitGatewayVpcAttachmentOptions withIpv6Support(Ipv6SupportValue ipv6Support)
Indicates whether IPv6 support is enabled.
ipv6Support - Indicates whether IPv6 support is enabled.Ipv6SupportValuepublic String toString()
toString in class ObjectObject.toString()public TransitGatewayVpcAttachmentOptions clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.