@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()
The IP address type.
|
String |
getLoadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
|
int |
hashCode() |
void |
setIpAddressType(IpAddressType ipAddressType)
The IP address type.
|
void |
setIpAddressType(String ipAddressType)
The 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)
The IP address type.
|
SetIpAddressTypeRequest |
withIpAddressType(String ipAddressType)
The 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)
The IP address type. The possible values are ipv4 (for 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.
ipAddressType - The IP address type. The possible values are ipv4 (for 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.IpAddressTypepublic String getIpAddressType()
The IP address type. The possible values are ipv4 (for 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.
ipv4 (for 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.IpAddressTypepublic SetIpAddressTypeRequest withIpAddressType(String ipAddressType)
The IP address type. The possible values are ipv4 (for 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.
ipAddressType - The IP address type. The possible values are ipv4 (for 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.IpAddressTypepublic void setIpAddressType(IpAddressType ipAddressType)
The IP address type. The possible values are ipv4 (for 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.
ipAddressType - The IP address type. The possible values are ipv4 (for 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.IpAddressTypepublic SetIpAddressTypeRequest withIpAddressType(IpAddressType ipAddressType)
The IP address type. The possible values are ipv4 (for 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.
ipAddressType - The IP address type. The possible values are ipv4 (for 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.IpAddressTypepublic String toString()
toString in class ObjectObject.toString()public SetIpAddressTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.