com.amazonaws.services.elasticbeanstalk.model
Class Queue

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.Queue
All Implemented Interfaces:
Serializable

public class Queue
extends Object
implements Serializable

Describes a queue.

See Also:
Serialized Form

Constructor Summary
Queue()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          The name of the queue.
 String getURL()
          The URL of the queue.
 int hashCode()
           
 void setName(String name)
          The name of the queue.
 void setURL(String uRL)
          The URL of the queue.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 Queue withName(String name)
          The name of the queue.
 Queue withURL(String uRL)
          The URL of the queue.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Queue

public Queue()
Method Detail

getName

public String getName()
The name of the queue.

Returns:
The name of the queue.

setName

public void setName(String name)
The name of the queue.

Parameters:
name - The name of the queue.

withName

public Queue withName(String name)
The name of the queue.

Returns a reference to this object so that method calls can be chained together.

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

getURL

public String getURL()
The URL of the queue.

Returns:
The URL of the queue.

setURL

public void setURL(String uRL)
The URL of the queue.

Parameters:
uRL - The URL of the queue.

withURL

public Queue withURL(String uRL)
The URL of the queue.

Returns a reference to this object so that method calls can be chained together.

Parameters:
uRL - The URL of the queue.
Returns:
A reference to this updated 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:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2016. All rights reserved.