@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). Internal load balancers must use ipv4. Network Load Balancers must
use ipv4.
ipAddressType - The IP address type. The possible values are ipv4 (for IPv4 addresses) and
dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.
Network Load Balancers must use ipv4.IpAddressTypepublic String getIpAddressType()
The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack
(for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must
use ipv4.
ipv4 (for IPv4 addresses) and
dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.
Network Load Balancers must use ipv4.IpAddressTypepublic SetIpAddressTypeRequest withIpAddressType(String ipAddressType)
The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack
(for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must
use ipv4.
ipAddressType - The IP address type. The possible values are ipv4 (for IPv4 addresses) and
dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.
Network Load Balancers must use ipv4.IpAddressTypepublic void setIpAddressType(IpAddressType ipAddressType)
The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack
(for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must
use ipv4.
ipAddressType - The IP address type. The possible values are ipv4 (for IPv4 addresses) and
dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.
Network Load Balancers must use ipv4.IpAddressTypepublic SetIpAddressTypeRequest withIpAddressType(IpAddressType ipAddressType)
The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack
(for IPv4 and IPv6 addresses). Internal load balancers must use ipv4. Network Load Balancers must
use ipv4.
ipAddressType - The IP address type. The possible values are ipv4 (for IPv4 addresses) and
dualstack (for IPv4 and IPv6 addresses). Internal load balancers must use ipv4.
Network Load Balancers must use ipv4.IpAddressTypepublic String toString()
toString in class ObjectObject.toString()public SetIpAddressTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.