@Generated(value="software.amazon.awssdk:codegen") public final class DescribeLoadBalancersRequest extends AutoScalingRequest implements ToCopyableBuilder<DescribeLoadBalancersRequest.Builder,DescribeLoadBalancersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeLoadBalancersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoScalingGroupName()
The name of the Auto Scaling group.
|
static DescribeLoadBalancersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxRecords()
The maximum number of items to return with this call.
|
String |
nextToken()
The token for the next set of items to return.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeLoadBalancersRequest.Builder> |
serializableBuilderClass() |
DescribeLoadBalancersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String autoScalingGroupName()
The name of the Auto Scaling group.
public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public Integer maxRecords()
The maximum number of items to return with this call. The default value is 100 and the maximum value
is 100.
100 and the
maximum value is 100.public DescribeLoadBalancersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeLoadBalancersRequest.Builder,DescribeLoadBalancersRequest>toBuilder in class AutoScalingRequestpublic static DescribeLoadBalancersRequest.Builder builder()
public static Class<? extends DescribeLoadBalancersRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.