java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.Queue
All Implemented Interfaces:
Serializable, Cloneable

public class Queue extends Object implements Serializable, Cloneable

Describes a queue.

See Also:
  • Constructor Details

    • Queue

      public Queue()
  • Method Details

    • setName

      public void setName(String name)

      The name of the queue.

      Parameters:
      name - The name of the queue.
    • getName

      public String getName()

      The name of the queue.

      Returns:
      The name of the queue.
    • withName

      public Queue withName(String name)

      The name of the queue.

      Parameters:
      name - The name of the queue.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setURL

      public void setURL(String uRL)

      The URL of the queue.

      Parameters:
      uRL - The URL of the queue.
    • getURL

      public String getURL()

      The URL of the queue.

      Returns:
      The URL of the queue.
    • withURL

      public Queue withURL(String uRL)

      The URL of the queue.

      Parameters:
      uRL - The URL of the 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 Queue clone()
      Overrides:
      clone in class Object