java.lang.Object |
↳ |
org.mule.modules.sqs.model.CreateQueueResult |
Class Overview
Returns the QueueUrl element of the created queue.
Summary
Fields |
private
final
String |
queueUrl |
The URL for the created Amazon SQS queue. |
Public Methods |
final
boolean
|
equals(Object obj)
|
String
|
getQueueUrl()
The URL for the created Amazon SQS queue.
|
final
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:
-1467725831489626729
(0xeba19721f2655d97)
Fields
private
final
String
queueUrl
The URL for the created Amazon SQS queue.
Public Constructors
public
CreateQueueResult
(String queueUrl)
Public Methods
public
final
boolean
equals
(Object obj)
public
String
getQueueUrl
()
The URL for the created Amazon SQS queue.
Returns
- The URL for the created Amazon SQS queue.
public
final
int
hashCode
()
public
String
toString
()
Returns a string representation of this object; useful for testing and debugging.
Returns
- A string representation of this object.