@Generated(value="software.amazon.awssdk:codegen") public final class SetSubnetsRequest extends ElasticLoadBalancingV2Request implements ToCopyableBuilder<SetSubnetsRequest.Builder,SetSubnetsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetSubnetsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SetSubnetsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSubnetMappings()
Returns true if the SubnetMappings property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
boolean |
hasSubnets()
Returns true if the Subnets property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
String |
loadBalancerArn()
The Amazon Resource Name (ARN) of the load balancer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SetSubnetsRequest.Builder> |
serializableBuilderClass() |
List<SubnetMapping> |
subnetMappings()
The IDs of the public subnets.
|
List<String> |
subnets()
The IDs of the public subnets.
|
SetSubnetsRequest.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 boolean hasSubnets()
public List<String> subnets()
The IDs of the public subnets. You must specify subnets from at least two Availability Zones. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubnets() to see if a value was sent in this field.
public boolean hasSubnetMappings()
public List<SubnetMapping> subnetMappings()
The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings.
[Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.
[Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSubnetMappings() to see if a value was sent in this field.
[Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets.
[Network Load Balancers] You can specify subnets from one or more Availability Zones. If you need static IP addresses for your internet-facing load balancer, you can specify one Elastic IP address per subnet. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet.
public SetSubnetsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetSubnetsRequest.Builder,SetSubnetsRequest>toBuilder in class ElasticLoadBalancingV2Requestpublic static SetSubnetsRequest.Builder builder()
public static Class<? extends SetSubnetsRequest.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 © 2020. All rights reserved.