@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SetIpAddressTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
SetIpAddressTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
SetIpAddressTypeRequest |
clone() |
boolean |
equals(Object obj) |
Boolean |
getAcceptBundleUpdate()
Required parameter to accept the instance bundle update when changing to, and from, IPv6-only.
|
String |
getIpAddressType()
The IP address type to set for the specified resource.
|
String |
getResourceName()
The name of the resource for which to set the IP address type.
|
String |
getResourceType()
The resource type.
|
int |
hashCode() |
Boolean |
isAcceptBundleUpdate()
Required parameter to accept the instance bundle update when changing to, and from, IPv6-only.
|
void |
setAcceptBundleUpdate(Boolean acceptBundleUpdate)
Required parameter to accept the instance bundle update when changing to, and from, IPv6-only.
|
void |
setIpAddressType(String ipAddressType)
The IP address type to set for the specified resource.
|
void |
setResourceName(String resourceName)
The name of the resource for which to set the IP address type.
|
void |
setResourceType(String resourceType)
The resource type.
|
String |
toString()
Returns a string representation of this object.
|
SetIpAddressTypeRequest |
withAcceptBundleUpdate(Boolean acceptBundleUpdate)
Required parameter to accept the instance bundle update when changing to, and from, IPv6-only.
|
SetIpAddressTypeRequest |
withIpAddressType(IpAddressType ipAddressType)
The IP address type to set for the specified resource.
|
SetIpAddressTypeRequest |
withIpAddressType(String ipAddressType)
The IP address type to set for the specified resource.
|
SetIpAddressTypeRequest |
withResourceName(String resourceName)
The name of the resource for which to set the IP address type.
|
SetIpAddressTypeRequest |
withResourceType(ResourceType resourceType)
The resource type.
|
SetIpAddressTypeRequest |
withResourceType(String resourceType)
The resource type.
|
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 setResourceType(String resourceType)
The resource type.
The resource values are Distribution, Instance, and LoadBalancer.
Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services
Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit
distributions.
resourceType - The resource type.
The resource values are Distribution, Instance, and LoadBalancer.
Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web
Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create,
view, or edit distributions.
ResourceTypepublic String getResourceType()
The resource type.
The resource values are Distribution, Instance, and LoadBalancer.
Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services
Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit
distributions.
The resource values are Distribution, Instance, and LoadBalancer.
Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web
Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create,
view, or edit distributions.
ResourceTypepublic SetIpAddressTypeRequest withResourceType(String resourceType)
The resource type.
The resource values are Distribution, Instance, and LoadBalancer.
Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services
Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit
distributions.
resourceType - The resource type.
The resource values are Distribution, Instance, and LoadBalancer.
Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web
Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create,
view, or edit distributions.
ResourceTypepublic SetIpAddressTypeRequest withResourceType(ResourceType resourceType)
The resource type.
The resource values are Distribution, Instance, and LoadBalancer.
Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web Services
Region. Set your Amazon Web Services Region configuration to us-east-1 to create, view, or edit
distributions.
resourceType - The resource type.
The resource values are Distribution, Instance, and LoadBalancer.
Distribution-related APIs are available only in the N. Virginia (us-east-1) Amazon Web
Services Region. Set your Amazon Web Services Region configuration to us-east-1 to create,
view, or edit distributions.
ResourceTypepublic void setResourceName(String resourceName)
The name of the resource for which to set the IP address type.
resourceName - The name of the resource for which to set the IP address type.public String getResourceName()
The name of the resource for which to set the IP address type.
public SetIpAddressTypeRequest withResourceName(String resourceName)
The name of the resource for which to set the IP address type.
resourceName - The name of the resource for which to set the IP address type.public void setIpAddressType(String ipAddressType)
The IP address type to set for the specified resource.
The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and
dualstack for IPv4 and IPv6.
ipAddressType - The IP address type to set for the specified resource.
The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and
dualstack for IPv4 and IPv6.
IpAddressTypepublic String getIpAddressType()
The IP address type to set for the specified resource.
The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and
dualstack for IPv4 and IPv6.
The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and
dualstack for IPv4 and IPv6.
IpAddressTypepublic SetIpAddressTypeRequest withIpAddressType(String ipAddressType)
The IP address type to set for the specified resource.
The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and
dualstack for IPv4 and IPv6.
ipAddressType - The IP address type to set for the specified resource.
The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and
dualstack for IPv4 and IPv6.
IpAddressTypepublic SetIpAddressTypeRequest withIpAddressType(IpAddressType ipAddressType)
The IP address type to set for the specified resource.
The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and
dualstack for IPv4 and IPv6.
ipAddressType - The IP address type to set for the specified resource.
The possible values are ipv4 for IPv4 only, ipv6 for IPv6 only, and
dualstack for IPv4 and IPv6.
IpAddressTypepublic void setAcceptBundleUpdate(Boolean acceptBundleUpdate)
Required parameter to accept the instance bundle update when changing to, and from, IPv6-only.
An instance bundle will change when switching from dual-stack or ipv4, to
ipv6. It also changes when switching from ipv6, to dual-stack or
ipv4.
You must include this parameter in the command to update the bundle. For example, if you switch from
dual-stack to ipv6, the bundle will be updated, and billing for the IPv6-only instance
bundle begins immediately.
acceptBundleUpdate - Required parameter to accept the instance bundle update when changing to, and from, IPv6-only.
An instance bundle will change when switching from dual-stack or ipv4, to
ipv6. It also changes when switching from ipv6, to dual-stack or
ipv4.
You must include this parameter in the command to update the bundle. For example, if you switch from
dual-stack to ipv6, the bundle will be updated, and billing for the IPv6-only
instance bundle begins immediately.
public Boolean getAcceptBundleUpdate()
Required parameter to accept the instance bundle update when changing to, and from, IPv6-only.
An instance bundle will change when switching from dual-stack or ipv4, to
ipv6. It also changes when switching from ipv6, to dual-stack or
ipv4.
You must include this parameter in the command to update the bundle. For example, if you switch from
dual-stack to ipv6, the bundle will be updated, and billing for the IPv6-only instance
bundle begins immediately.
An instance bundle will change when switching from dual-stack or ipv4, to
ipv6. It also changes when switching from ipv6, to dual-stack or
ipv4.
You must include this parameter in the command to update the bundle. For example, if you switch from
dual-stack to ipv6, the bundle will be updated, and billing for the IPv6-only
instance bundle begins immediately.
public SetIpAddressTypeRequest withAcceptBundleUpdate(Boolean acceptBundleUpdate)
Required parameter to accept the instance bundle update when changing to, and from, IPv6-only.
An instance bundle will change when switching from dual-stack or ipv4, to
ipv6. It also changes when switching from ipv6, to dual-stack or
ipv4.
You must include this parameter in the command to update the bundle. For example, if you switch from
dual-stack to ipv6, the bundle will be updated, and billing for the IPv6-only instance
bundle begins immediately.
acceptBundleUpdate - Required parameter to accept the instance bundle update when changing to, and from, IPv6-only.
An instance bundle will change when switching from dual-stack or ipv4, to
ipv6. It also changes when switching from ipv6, to dual-stack or
ipv4.
You must include this parameter in the command to update the bundle. For example, if you switch from
dual-stack to ipv6, the bundle will be updated, and billing for the IPv6-only
instance bundle begins immediately.
public Boolean isAcceptBundleUpdate()
Required parameter to accept the instance bundle update when changing to, and from, IPv6-only.
An instance bundle will change when switching from dual-stack or ipv4, to
ipv6. It also changes when switching from ipv6, to dual-stack or
ipv4.
You must include this parameter in the command to update the bundle. For example, if you switch from
dual-stack to ipv6, the bundle will be updated, and billing for the IPv6-only instance
bundle begins immediately.
An instance bundle will change when switching from dual-stack or ipv4, to
ipv6. It also changes when switching from ipv6, to dual-stack or
ipv4.
You must include this parameter in the command to update the bundle. For example, if you switch from
dual-stack to ipv6, the bundle will be updated, and billing for the IPv6-only
instance bundle begins immediately.
public String toString()
toString in class ObjectObject.toString()public SetIpAddressTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.