public class ModifySubnetAttributeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ModifySubnetAttributeRequest>
NOOP
Constructor and Description |
---|
ModifySubnetAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
ModifySubnetAttributeRequest |
clone() |
boolean |
equals(Object obj) |
Request<ModifySubnetAttributeRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
Boolean |
getMapPublicIpOnLaunch()
Specify
true to indicate that instances launched into the
specified subnet should be assigned public IP address. |
String |
getSubnetId()
The ID of the subnet.
|
int |
hashCode() |
Boolean |
isMapPublicIpOnLaunch()
Specify
true to indicate that instances launched into the
specified subnet should be assigned public IP address. |
void |
setMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Specify
true to indicate that instances launched into the
specified subnet should be assigned public IP address. |
void |
setSubnetId(String subnetId)
The ID of the subnet.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifySubnetAttributeRequest |
withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Specify
true to indicate that instances launched into the
specified subnet should be assigned public IP address. |
ModifySubnetAttributeRequest |
withSubnetId(String subnetId)
The ID of the subnet.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSubnetId(String subnetId)
The ID of the subnet.
subnetId
- The ID of the subnet.public String getSubnetId()
The ID of the subnet.
public ModifySubnetAttributeRequest withSubnetId(String subnetId)
The ID of the subnet.
subnetId
- The ID of the subnet.public void setMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Specify true
to indicate that instances launched into the
specified subnet should be assigned public IP address.
mapPublicIpOnLaunch
- Specify true
to indicate that instances launched into
the specified subnet should be assigned public IP address.public Boolean getMapPublicIpOnLaunch()
Specify true
to indicate that instances launched into the
specified subnet should be assigned public IP address.
true
to indicate that instances launched
into the specified subnet should be assigned public IP address.public ModifySubnetAttributeRequest withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
Specify true
to indicate that instances launched into the
specified subnet should be assigned public IP address.
mapPublicIpOnLaunch
- Specify true
to indicate that instances launched into
the specified subnet should be assigned public IP address.public Boolean isMapPublicIpOnLaunch()
Specify true
to indicate that instances launched into the
specified subnet should be assigned public IP address.
true
to indicate that instances launched
into the specified subnet should be assigned public IP address.public Request<ModifySubnetAttributeRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<ModifySubnetAttributeRequest>
public String toString()
toString
in class Object
Object.toString()
public ModifySubnetAttributeRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.