@Generated(value="software.amazon.awssdk:codegen") public final class ListTagsForResourceRequest extends TransferRequest implements ToCopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListTagsForResourceRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
Requests the tags associated with a particular Amazon Resource Name (ARN).
|
static ListTagsForResourceRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Specifies the number of tags to return as a response to the
ListTagsForResource request. |
String |
nextToken()
When you request additional results from the
ListTagsForResource operation, a NextToken
parameter is returned in the input. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListTagsForResourceRequest.Builder> |
serializableBuilderClass() |
ListTagsForResourceRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
Requests the tags associated with a particular Amazon Resource Name (ARN). An ARN is an identifier for a specific AWS resource, such as a server, user, or role.
public Integer maxResults()
Specifies the number of tags to return as a response to the ListTagsForResource request.
ListTagsForResource request.public String nextToken()
When you request additional results from the ListTagsForResource operation, a NextToken
parameter is returned in the input. You can then pass in a subsequent command to the NextToken
parameter to continue listing additional tags.
ListTagsForResource operation, a
NextToken parameter is returned in the input. You can then pass in a subsequent command to
the NextToken parameter to continue listing additional tags.public ListTagsForResourceRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListTagsForResourceRequest.Builder,ListTagsForResourceRequest>toBuilder in class TransferRequestpublic static ListTagsForResourceRequest.Builder builder()
public static Class<? extends ListTagsForResourceRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.