@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTagsRequest extends AutoScalingRequest implements ToCopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTagsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTagsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
List<Filter> |
filters()
One or more filters to scope the tags to return.
|
<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 DescribeTagsRequest.Builder> |
serializableBuilderClass() |
DescribeTagsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<Filter> filters()
One or more filters to scope the tags to return. The maximum number of filters per filter type (for example,
auto-scaling-group) is 1000.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
auto-scaling-group) is 1000.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 50 and the maximum value
is 100.
50 and the
maximum value is 100.public DescribeTagsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>toBuilder in class AutoScalingRequestpublic static DescribeTagsRequest.Builder builder()
public static Class<? extends DescribeTagsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.