@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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) | 
| Boolean | getAssignIpv6AddressOnCreation()
 Specify  trueto indicate that network interfaces created in the specified subnet should be assigned
 an IPv6 address. | 
| Request<ModifySubnetAttributeRequest> | getDryRunRequest()This method is intended for internal use only. | 
| Boolean | getMapPublicIpOnLaunch()
 Specify  trueto indicate that ENIs attached to instances created in the specified subnet should be
 assigned a public IPv4 address. | 
| String | getSubnetId()
 The ID of the subnet. | 
| int | hashCode() | 
| Boolean | isAssignIpv6AddressOnCreation()
 Specify  trueto indicate that network interfaces created in the specified subnet should be assigned
 an IPv6 address. | 
| Boolean | isMapPublicIpOnLaunch()
 Specify  trueto indicate that ENIs attached to instances created in the specified subnet should be
 assigned a public IPv4 address. | 
| void | setAssignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
 Specify  trueto indicate that network interfaces created in the specified subnet should be assigned
 an IPv6 address. | 
| void | setMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
 Specify  trueto indicate that ENIs attached to instances created in the specified subnet should be
 assigned a public IPv4 address. | 
| void | setSubnetId(String subnetId)
 The ID of the subnet. | 
| String | toString()Returns a string representation of this object. | 
| ModifySubnetAttributeRequest | withAssignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
 Specify  trueto indicate that network interfaces created in the specified subnet should be assigned
 an IPv6 address. | 
| ModifySubnetAttributeRequest | withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
 Specify  trueto indicate that ENIs attached to instances created in the specified subnet should be
 assigned a public IPv4 address. | 
| ModifySubnetAttributeRequest | withSubnetId(String subnetId)
 The ID of the subnet. | 
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setAssignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
 Specify true to indicate that network interfaces created in the specified subnet should be assigned
 an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the
 instance therefore receives an IPv6 address).
 
 If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an
 IPv6 address if it's created using version 2016-11-15 or later of the Amazon EC2 API.
 
assignIpv6AddressOnCreation - Specify true to indicate that network interfaces created in the specified subnet should be
        assigned an IPv6 address. This includes a network interface that's created when launching an instance into
        the subnet (the instance therefore receives an IPv6 address). 
        
        If you enable the IPv6 addressing feature for your subnet, your network interface or instance only
        receives an IPv6 address if it's created using version 2016-11-15 or later of the Amazon EC2
        API.
public Boolean getAssignIpv6AddressOnCreation()
 Specify true to indicate that network interfaces created in the specified subnet should be assigned
 an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the
 instance therefore receives an IPv6 address).
 
 If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an
 IPv6 address if it's created using version 2016-11-15 or later of the Amazon EC2 API.
 
true to indicate that network interfaces created in the specified subnet should be
         assigned an IPv6 address. This includes a network interface that's created when launching an instance
         into the subnet (the instance therefore receives an IPv6 address). 
         
         If you enable the IPv6 addressing feature for your subnet, your network interface or instance only
         receives an IPv6 address if it's created using version 2016-11-15 or later of the Amazon EC2
         API.
public ModifySubnetAttributeRequest withAssignIpv6AddressOnCreation(Boolean assignIpv6AddressOnCreation)
 Specify true to indicate that network interfaces created in the specified subnet should be assigned
 an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the
 instance therefore receives an IPv6 address).
 
 If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an
 IPv6 address if it's created using version 2016-11-15 or later of the Amazon EC2 API.
 
assignIpv6AddressOnCreation - Specify true to indicate that network interfaces created in the specified subnet should be
        assigned an IPv6 address. This includes a network interface that's created when launching an instance into
        the subnet (the instance therefore receives an IPv6 address). 
        
        If you enable the IPv6 addressing feature for your subnet, your network interface or instance only
        receives an IPv6 address if it's created using version 2016-11-15 or later of the Amazon EC2
        API.
public Boolean isAssignIpv6AddressOnCreation()
 Specify true to indicate that network interfaces created in the specified subnet should be assigned
 an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the
 instance therefore receives an IPv6 address).
 
 If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an
 IPv6 address if it's created using version 2016-11-15 or later of the Amazon EC2 API.
 
true to indicate that network interfaces created in the specified subnet should be
         assigned an IPv6 address. This includes a network interface that's created when launching an instance
         into the subnet (the instance therefore receives an IPv6 address). 
         
         If you enable the IPv6 addressing feature for your subnet, your network interface or instance only
         receives an IPv6 address if it's created using version 2016-11-15 or later of the Amazon EC2
         API.
public void setMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
 Specify true to indicate that ENIs attached to instances created in the specified subnet should be
 assigned a public IPv4 address.
 
mapPublicIpOnLaunch - Specify true to indicate that ENIs attached to instances created in the specified subnet
        should be assigned a public IPv4 address.public Boolean getMapPublicIpOnLaunch()
 Specify true to indicate that ENIs attached to instances created in the specified subnet should be
 assigned a public IPv4 address.
 
true to indicate that ENIs attached to instances created in the specified subnet
         should be assigned a public IPv4 address.public ModifySubnetAttributeRequest withMapPublicIpOnLaunch(Boolean mapPublicIpOnLaunch)
 Specify true to indicate that ENIs attached to instances created in the specified subnet should be
 assigned a public IPv4 address.
 
mapPublicIpOnLaunch - Specify true to indicate that ENIs attached to instances created in the specified subnet
        should be assigned a public IPv4 address.public Boolean isMapPublicIpOnLaunch()
 Specify true to indicate that ENIs attached to instances created in the specified subnet should be
 assigned a public IPv4 address.
 
true to indicate that ENIs attached to instances created in the specified subnet
         should be assigned a public IPv4 address.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 Request<ModifySubnetAttributeRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ModifySubnetAttributeRequest>public String toString()
toString in class ObjectObject.toString()public ModifySubnetAttributeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.