@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VpcOptions extends Object implements Serializable, Cloneable, StructuredPojo
Describes the VPC options.
Constructor and Description |
---|
VpcOptions() |
Modifier and Type | Method and Description |
---|---|
VpcOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getApplianceModeSupport()
Indicates whether appliance mode is supported.
|
Boolean |
getIpv6Support()
Indicates whether IPv6 is supported.
|
int |
hashCode() |
Boolean |
isApplianceModeSupport()
Indicates whether appliance mode is supported.
|
Boolean |
isIpv6Support()
Indicates whether IPv6 is supported.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setApplianceModeSupport(Boolean applianceModeSupport)
Indicates whether appliance mode is supported.
|
void |
setIpv6Support(Boolean ipv6Support)
Indicates whether IPv6 is supported.
|
String |
toString()
Returns a string representation of this object.
|
VpcOptions |
withApplianceModeSupport(Boolean applianceModeSupport)
Indicates whether appliance mode is supported.
|
VpcOptions |
withIpv6Support(Boolean ipv6Support)
Indicates whether IPv6 is supported.
|
public void setIpv6Support(Boolean ipv6Support)
Indicates whether IPv6 is supported.
ipv6Support
- Indicates whether IPv6 is supported.public Boolean getIpv6Support()
Indicates whether IPv6 is supported.
public VpcOptions withIpv6Support(Boolean ipv6Support)
Indicates whether IPv6 is supported.
ipv6Support
- Indicates whether IPv6 is supported.public Boolean isIpv6Support()
Indicates whether IPv6 is supported.
public void setApplianceModeSupport(Boolean applianceModeSupport)
Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the
same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is
false
.
applianceModeSupport
- Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination
use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is
false
.public Boolean getApplianceModeSupport()
Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the
same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is
false
.
false
.public VpcOptions withApplianceModeSupport(Boolean applianceModeSupport)
Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the
same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is
false
.
applianceModeSupport
- Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination
use the same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is
false
.public Boolean isApplianceModeSupport()
Indicates whether appliance mode is supported. If enabled, traffic flow between a source and destination use the
same Availability Zone for the VPC attachment for the lifetime of that flow. The default value is
false
.
false
.public String toString()
toString
in class Object
Object.toString()
public VpcOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.