java.lang.Object |
↳ |
org.mule.modules.sqs.model.ListDeadLetterSourceQueuesResult |
Class Overview
A list of your dead letter source queues.
Summary
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 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
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
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)
Public Methods
public
boolean
equals
(Object 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
String
toString
()
Returns a string representation of this object; useful for testing and debugging.
Returns
- A string representation of this object.