@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTrafficSourcesRequest extends AutoScalingRequest implements ToCopyableBuilder<DescribeTrafficSourcesRequest.Builder,DescribeTrafficSourcesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTrafficSourcesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
autoScalingGroupName()
The name of the Auto Scaling group.
|
static DescribeTrafficSourcesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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 DescribeTrafficSourcesRequest.Builder> |
serializableBuilderClass() |
DescribeTrafficSourcesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trafficSourceType()
The type of traffic source you are describing.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String autoScalingGroupName()
The name of the Auto Scaling group.
public final String trafficSourceType()
The type of traffic source you are describing. Currently, the only valid value is vpc-lattice.
vpc-lattice.public final String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public final Integer maxRecords()
The maximum number of items to return with this call. The maximum value is 50.
50.public DescribeTrafficSourcesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTrafficSourcesRequest.Builder,DescribeTrafficSourcesRequest>toBuilder in class AutoScalingRequestpublic static DescribeTrafficSourcesRequest.Builder builder()
public static Class<? extends DescribeTrafficSourcesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.