@Generated(value="software.amazon.awssdk:codegen") public final class ListQueueTagsResponse extends SqsResponse implements ToCopyableBuilder<ListQueueTagsResponse.Builder,ListQueueTagsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListQueueTagsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListQueueTagsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListQueueTagsResponse.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The list of all tags added to the specified queue.
|
ListQueueTagsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Map<String,String> tags()
The list of all tags added to the specified queue.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ListQueueTagsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListQueueTagsResponse.Builder,ListQueueTagsResponse>toBuilder in class AwsResponsepublic static ListQueueTagsResponse.Builder builder()
public static Class<? extends ListQueueTagsResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.