@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() |
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 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.
public List<SubnetMapping> subnetMappings()
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.
You cannot specify Elastic IP addresses for your subnets.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You cannot specify Elastic IP addresses for your subnets.
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 © 2019. All rights reserved.