@Generated(value="software.amazon.awssdk:codegen") public final class SetIpAddressTypeRequest extends ElasticLoadBalancingV2Request implements ToCopyableBuilder<SetIpAddressTypeRequest.Builder,SetIpAddressTypeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetIpAddressTypeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SetIpAddressTypeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IpAddressType |
ipAddressType()
The IP address type.
|
String |
ipAddressTypeAsString()
The IP address type.
|
String |
loadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SetIpAddressTypeRequest.Builder> |
serializableBuilderClass() |
SetIpAddressTypeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String loadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
public 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.
If the service returns an enum value that is not available in the current SDK version, ipAddressType
will return IpAddressType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ipAddressTypeAsString().
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 ipAddressTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, ipAddressType
will return IpAddressType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
ipAddressTypeAsString().
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetIpAddressTypeRequest.Builder,SetIpAddressTypeRequest>toBuilder in class ElasticLoadBalancingV2Requestpublic static SetIpAddressTypeRequest.Builder builder()
public static Class<? extends SetIpAddressTypeRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.