Interface ListQueueTagsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListQueueTagsResponse.Builder,,ListQueueTagsResponse> SdkBuilder<ListQueueTagsResponse.Builder,,ListQueueTagsResponse> SdkPojo,SdkResponse.Builder,SqsResponse.Builder
- Enclosing class:
- ListQueueTagsResponse
@Mutable
@NotThreadSafe
public static interface ListQueueTagsResponse.Builder
extends SqsResponse.Builder, SdkPojo, CopyableBuilder<ListQueueTagsResponse.Builder,ListQueueTagsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of all tags added to the specified queue.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sqs.model.SqsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
tags
The list of all tags added to the specified queue.
- Parameters:
tags- The list of all tags added to the specified queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-