@Generated(value="software.amazon.awssdk:codegen") public final class LoadBalancerDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LoadBalancerDescription.Builder,LoadBalancerDescription>
Describes the details of a LoadBalancer.
Modifier and Type | Class and Description |
---|---|
static interface |
LoadBalancerDescription.Builder |
Modifier and Type | Method and Description |
---|---|
static LoadBalancerDescription.Builder |
builder() |
String |
domain()
The domain name of the LoadBalancer.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<Listener> |
listeners()
A list of Listeners used by the LoadBalancer.
|
String |
loadBalancerName()
The name of the LoadBalancer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LoadBalancerDescription.Builder> |
serializableBuilderClass() |
LoadBalancerDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String loadBalancerName()
The name of the LoadBalancer.
public String domain()
The domain name of the LoadBalancer.
public List<Listener> listeners()
A list of Listeners used by the LoadBalancer.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public LoadBalancerDescription.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<LoadBalancerDescription.Builder,LoadBalancerDescription>
public static LoadBalancerDescription.Builder builder()
public static Class<? extends LoadBalancerDescription.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.