public final class

ListDeadLetterSourceQueuesResult

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.sqs.model.ListDeadLetterSourceQueuesResult

Class Overview

A list of your dead letter source queues.

Summary

Constants
long serialVersionUID
Fields
private final List<String> queueUrls A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
Public Constructors
ListDeadLetterSourceQueuesResult(List<String> queueUrls)
Public Methods
boolean equals(Object o)
List<String> getQueueUrls()
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
int hashCode()
String toString()
Returns a string representation of this object; useful for testing and debugging.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 2021964025453680739 (0x1c0f75917dc91863)

Fields

private final List<String> queueUrls

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

Public Constructors

public ListDeadLetterSourceQueuesResult (List<String> queueUrls)

Parameters
queueUrls

Public Methods

public boolean equals (Object o)

Parameters
o

public List<String> getQueueUrls ()

A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

Returns
  • A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.

public int hashCode ()

public String toString ()

Returns a string representation of this object; useful for testing and debugging.

Returns
  • A string representation of this object.
See Also