@Generated(value="software.amazon.awssdk:codegen") public class ListDeadLetterSourceQueuesResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeadLetterSourceQueuesResponse.Builder,ListDeadLetterSourceQueuesResponse>
A list of your dead letter source queues.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDeadLetterSourceQueuesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListDeadLetterSourceQueuesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
List<String> |
queueUrls()
A list of source queue URLs that have the
RedrivePolicy queue attribute configured with a dead
letter queue. |
static Class<? extends ListDeadLetterSourceQueuesResponse.Builder> |
serializableBuilderClass() |
ListDeadLetterSourceQueuesResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> queueUrls()
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead
letter queue.
RedrivePolicy queue attribute configured with a
dead letter queue.public ListDeadLetterSourceQueuesResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListDeadLetterSourceQueuesResponse.Builder,ListDeadLetterSourceQueuesResponse>public static ListDeadLetterSourceQueuesResponse.Builder builder()
public static Class<? extends ListDeadLetterSourceQueuesResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.