@Generated(value="software.amazon.awssdk:codegen") public final class LoadBalancerInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoadBalancerInfo.Builder,LoadBalancerInfo>
Information about the Elastic Load Balancing load balancer or target group used in a deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LoadBalancerInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerInfo.Builder |
builder() |
List<ELBInfo> |
elbInfoList()
An array that contains information about the load balancer to use for load balancing in a deployment.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasElbInfoList()
Returns true if the ElbInfoList property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTargetGroupInfoList()
Returns true if the TargetGroupInfoList 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 |
hasTargetGroupPairInfoList()
Returns true if the TargetGroupPairInfoList property was specified by the sender (it may be empty), or false if
the sender did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoadBalancerInfo.Builder> |
serializableBuilderClass() |
List<TargetGroupInfo> |
targetGroupInfoList()
An array that contains information about the target group to use for load balancing in a deployment.
|
List<TargetGroupPairInfo> |
targetGroupPairInfoList()
The target group pair information.
|
LoadBalancerInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasElbInfoList()
public final List<ELBInfo> elbInfoList()
An array that contains information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers.
Adding more than one load balancer to the array is not supported.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasElbInfoList() to see if a value was sent in this field.
Adding more than one load balancer to the array is not supported.
public final boolean hasTargetGroupInfoList()
public final List<TargetGroupInfo> targetGroupInfoList()
An array that contains information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers.
Adding more than one target group to the array is not supported.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTargetGroupInfoList() to see if a value was sent in this field.
Adding more than one target group to the array is not supported.
public final boolean hasTargetGroupPairInfoList()
public final List<TargetGroupPairInfo> targetGroupPairInfoList()
The target group pair information. This is an array of TargeGroupPairInfo objects with a maximum
size of one.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTargetGroupPairInfoList() to see if a value was sent in this field.
TargeGroupPairInfo objects with a
maximum size of one.public LoadBalancerInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LoadBalancerInfo.Builder,LoadBalancerInfo>public static LoadBalancerInfo.Builder builder()
public static Class<? extends LoadBalancerInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.