@Generated(value="software.amazon.awssdk:codegen") public class TagQueueRequest extends SQSRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<TagQueueRequest.Builder,TagQueueRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TagQueueRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TagQueueRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
queueUrl()
The URL of the queue.
|
static Class<? extends TagQueueRequest.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
The list of tags to be added to the specified queue.
|
TagQueueRequest.Builder |
toBuilder() |
String |
toString() |
requestOverrideConfigpublic String queueUrl()
The URL of the queue.
public Map<String,String> tags()
The list of tags to be added to the specified queue.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public TagQueueRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<TagQueueRequest.Builder,TagQueueRequest>toBuilder in class SQSRequestpublic static TagQueueRequest.Builder builder()
public static Class<? extends TagQueueRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.