@Generated(value="software.amazon.awssdk:codegen") public class LoadBalancerInfo extends Object implements StructuredPojo, 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 containing information about the load balancer to use for load balancing in a deployment.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends LoadBalancerInfo.Builder> |
serializableBuilderClass() |
List<TargetGroupInfo> |
targetGroupInfoList()
An array containing information about the target group to use for load balancing in a deployment.
|
LoadBalancerInfo.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public List<ELBInfo> elbInfoList()
An array containing 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<TargetGroupInfo> targetGroupInfoList()
An array containing 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public LoadBalancerInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LoadBalancerInfo.Builder,LoadBalancerInfo>
public static LoadBalancerInfo.Builder builder()
public static Class<? extends LoadBalancerInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.