@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) |
String |
getIpAddressType()
Note: Internal load balancers must use the
ipv4 IP address type. |
String |
getLoadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
|
int |
hashCode() |
void |
setIpAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the
ipv4 IP address type. |
void |
setIpAddressType(String ipAddressType)
Note: Internal load balancers must use the
ipv4 IP address type. |
void |
setLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
|
String |
toString()
Returns a string representation of this object.
|
SetIpAddressTypeRequest |
withIpAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the
ipv4 IP address type. |
SetIpAddressTypeRequest |
withIpAddressType(String ipAddressType)
Note: Internal load balancers must use the
ipv4 IP address type. |
SetIpAddressTypeRequest |
withLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
|
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 setLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
loadBalancerArn - The Amazon Resource Name (ARN) of the load balancer.public String getLoadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
public SetIpAddressTypeRequest withLoadBalancerArn(String loadBalancerArn)
The Amazon Resource Name (ARN) of the load balancer.
loadBalancerArn - The Amazon Resource Name (ARN) of the load balancer.public void setIpAddressType(String ipAddressType)
Note: Internal load balancers must use the ipv4 IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses), dualstack (for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6 addresses).
[Network Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses)
and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load
balancer with a UDP or TCP_UDP listener.
[Gateway Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses)
and dualstack (for IPv4 and IPv6 addresses).
ipAddressType - Note: Internal load balancers must use the ipv4 IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses), dualstack (for IPv4 and IPv6 addresses), and
dualstack-without-public-ipv4 (for IPv6 only public addresses, with private IPv4 and IPv6
addresses).
[Network Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify
dualstack for a load balancer with a UDP or TCP_UDP listener.
[Gateway Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses) and dualstack (for IPv4 and IPv6 addresses).
IpAddressTypepublic String getIpAddressType()
Note: Internal load balancers must use the ipv4 IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses), dualstack (for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6 addresses).
[Network Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses)
and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load
balancer with a UDP or TCP_UDP listener.
[Gateway Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses)
and dualstack (for IPv4 and IPv6 addresses).
ipv4 IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4 (for only
IPv4 addresses), dualstack (for IPv4 and IPv6 addresses), and
dualstack-without-public-ipv4 (for IPv6 only public addresses, with private IPv4 and IPv6
addresses).
[Network Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify
dualstack for a load balancer with a UDP or TCP_UDP listener.
[Gateway Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses) and dualstack (for IPv4 and IPv6 addresses).
IpAddressTypepublic SetIpAddressTypeRequest withIpAddressType(String ipAddressType)
Note: Internal load balancers must use the ipv4 IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses), dualstack (for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6 addresses).
[Network Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses)
and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load
balancer with a UDP or TCP_UDP listener.
[Gateway Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses)
and dualstack (for IPv4 and IPv6 addresses).
ipAddressType - Note: Internal load balancers must use the ipv4 IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses), dualstack (for IPv4 and IPv6 addresses), and
dualstack-without-public-ipv4 (for IPv6 only public addresses, with private IPv4 and IPv6
addresses).
[Network Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify
dualstack for a load balancer with a UDP or TCP_UDP listener.
[Gateway Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses) and dualstack (for IPv4 and IPv6 addresses).
IpAddressTypepublic void setIpAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the ipv4 IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses), dualstack (for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6 addresses).
[Network Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses)
and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load
balancer with a UDP or TCP_UDP listener.
[Gateway Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses)
and dualstack (for IPv4 and IPv6 addresses).
ipAddressType - Note: Internal load balancers must use the ipv4 IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses), dualstack (for IPv4 and IPv6 addresses), and
dualstack-without-public-ipv4 (for IPv6 only public addresses, with private IPv4 and IPv6
addresses).
[Network Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify
dualstack for a load balancer with a UDP or TCP_UDP listener.
[Gateway Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses) and dualstack (for IPv4 and IPv6 addresses).
IpAddressTypepublic SetIpAddressTypeRequest withIpAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the ipv4 IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses), dualstack (for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6 addresses).
[Network Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses)
and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load
balancer with a UDP or TCP_UDP listener.
[Gateway Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4 addresses)
and dualstack (for IPv4 and IPv6 addresses).
ipAddressType - Note: Internal load balancers must use the ipv4 IP address type.
[Application Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses), dualstack (for IPv4 and IPv6 addresses), and
dualstack-without-public-ipv4 (for IPv6 only public addresses, with private IPv4 and IPv6
addresses).
[Network Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify
dualstack for a load balancer with a UDP or TCP_UDP listener.
[Gateway Load Balancers] The IP address type. The possible values are ipv4 (for only IPv4
addresses) and dualstack (for IPv4 and IPv6 addresses).
IpAddressTypepublic String toString()
toString in class ObjectObject.toString()public SetIpAddressTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.