Class CreateQueueResult

java.lang.Object
com.amazonaws.services.sqs.model.CreateQueueResult
All Implemented Interfaces:
Serializable, Cloneable

public class CreateQueueResult extends Object implements Serializable, Cloneable

Returns the QueueUrl element of the created queue.

See Also:
  • Constructor Details

    • CreateQueueResult

      public CreateQueueResult()
  • Method Details

    • setQueueUrl

      public void setQueueUrl(String queueUrl)

      The URL for the created Amazon SQS queue.

      Parameters:
      queueUrl - The URL for the created Amazon SQS queue.
    • getQueueUrl

      public String getQueueUrl()

      The URL for the created Amazon SQS queue.

      Returns:
      The URL for the created Amazon SQS queue.
    • withQueueUrl

      public CreateQueueResult withQueueUrl(String queueUrl)

      The URL for the created Amazon SQS queue.

      Parameters:
      queueUrl - The URL for the created Amazon SQS queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public CreateQueueResult clone()
      Overrides:
      clone in class Object