public final class

CreateQueueResult

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

Class Overview

Returns the QueueUrl element of the created queue.

Summary

Constants
long serialVersionUID
Fields
private final String queueUrl The URL for the created Amazon SQS queue.
Public Constructors
CreateQueueResult(String queueUrl)
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

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)

Parameters
queueUrl

Public Methods

public final boolean equals (Object obj)

Parameters
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.
See Also