@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
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, 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, withSdkRequestTimeout
public 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
.
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
.IpAddressType
public 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
.
ipv4
(for IPv4 addresses) and
dualstack
(for IPv4 and IPv6 addresses). Internal load balancers must use ipv4
.IpAddressType
public 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
.
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
.IpAddressType
public 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
.
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
.IpAddressType
public 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
.
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
.IpAddressType
public String toString()
toString
in class Object
Object.toString()
public SetIpAddressTypeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.