@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)
Marshalls this structured data using the given
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 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.