@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 |
getIpv6Support()
Indicates whether IPv6 is supported.
|
int |
hashCode() |
Boolean |
isIpv6Support()
Indicates whether IPv6 is supported.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIpv6Support(Boolean ipv6Support)
Indicates whether IPv6 is supported.
|
String |
toString()
Returns a string representation of this object.
|
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 String toString()
toString in class ObjectObject.toString()public VpcOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.