@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTagsRequest extends EfsRequest 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) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
The ID of the file system whose tag set you want to retrieve.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
(Optional) An opaque pagination token returned from a previous
DescribeTags operation (String). |
Integer |
maxItems()
(Optional) The maximum number of file system tags to return in the response.
|
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 final Integer maxItems()
(Optional) The maximum number of file system tags to return in the response. Currently, this number is automatically set to 100, and other values are ignored. The response is paginated at 100 per page if you have more than 100 tags.
public final String marker()
(Optional) An opaque pagination token returned from a previous DescribeTags operation (String). If
present, it specifies to continue the list from where the previous call left off.
DescribeTags operation
(String). If present, it specifies to continue the list from where the previous call left off.public final String fileSystemId()
The ID of the file system whose tag set you want to retrieve.
public DescribeTagsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTagsRequest.Builder,DescribeTagsRequest>toBuilder in class EfsRequestpublic static DescribeTagsRequest.Builder builder()
public static Class<? extends DescribeTagsRequest.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.