Class Queue
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.Queue
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a queue.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
The name of the queue.getURL()
The URL of the queue.int
hashCode()
void
The name of the queue.void
The URL of the queue.toString()
Returns a string representation of this object; useful for testing and debugging.The name of the queue.The URL of the queue.
-
Constructor Details
-
Queue
public Queue()
-
-
Method Details
-
setName
The name of the queue.
- Parameters:
name
- The name of the queue.
-
getName
The name of the queue.
- Returns:
- The name of the queue.
-
withName
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
The URL of the queue.
- Parameters:
uRL
- The URL of the queue.
-
getURL
The URL of the queue.
- Returns:
- The URL of the queue.
-
withURL
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-