@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDefaultSubnetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<CreateDefaultSubnetRequest>
NOOP
Constructor and Description |
---|
CreateDefaultSubnetRequest() |
Modifier and Type | Method and Description |
---|---|
CreateDefaultSubnetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The Availability Zone in which to create the default subnet.
|
Request<CreateDefaultSubnetRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Boolean |
getIpv6Native()
Indicates whether to create an IPv6 only subnet.
|
int |
hashCode() |
Boolean |
isIpv6Native()
Indicates whether to create an IPv6 only subnet.
|
void |
setAvailabilityZone(String availabilityZone)
The Availability Zone in which to create the default subnet.
|
void |
setIpv6Native(Boolean ipv6Native)
Indicates whether to create an IPv6 only subnet.
|
String |
toString()
Returns a string representation of this object.
|
CreateDefaultSubnetRequest |
withAvailabilityZone(String availabilityZone)
The Availability Zone in which to create the default subnet.
|
CreateDefaultSubnetRequest |
withIpv6Native(Boolean ipv6Native)
Indicates whether to create an IPv6 only subnet.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAvailabilityZone(String availabilityZone)
The Availability Zone in which to create the default subnet.
availabilityZone
- The Availability Zone in which to create the default subnet.public String getAvailabilityZone()
The Availability Zone in which to create the default subnet.
public CreateDefaultSubnetRequest withAvailabilityZone(String availabilityZone)
The Availability Zone in which to create the default subnet.
availabilityZone
- The Availability Zone in which to create the default subnet.public void setIpv6Native(Boolean ipv6Native)
Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.
ipv6Native
- Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this
Availability Zone, you must delete it before you can create an IPv6 only subnet.public Boolean getIpv6Native()
Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.
public CreateDefaultSubnetRequest withIpv6Native(Boolean ipv6Native)
Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.
ipv6Native
- Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this
Availability Zone, you must delete it before you can create an IPv6 only subnet.public Boolean isIpv6Native()
Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.
public Request<CreateDefaultSubnetRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<CreateDefaultSubnetRequest>
public String toString()
toString
in class Object
Object.toString()
public CreateDefaultSubnetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()