@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQueuesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListQueuesResult() |
Modifier and Type | Method and Description |
---|---|
ListQueuesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<QueueSummary> |
getQueueSummaryList()
Information about the queues.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setQueueSummaryList(Collection<QueueSummary> queueSummaryList)
Information about the queues.
|
String |
toString()
Returns a string representation of this object.
|
ListQueuesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListQueuesResult |
withQueueSummaryList(Collection<QueueSummary> queueSummaryList)
Information about the queues.
|
ListQueuesResult |
withQueueSummaryList(QueueSummary... queueSummaryList)
Information about the queues.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<QueueSummary> getQueueSummaryList()
Information about the queues.
public void setQueueSummaryList(Collection<QueueSummary> queueSummaryList)
Information about the queues.
queueSummaryList
- Information about the queues.public ListQueuesResult withQueueSummaryList(QueueSummary... queueSummaryList)
Information about the queues.
NOTE: This method appends the values to the existing list (if any). Use
setQueueSummaryList(java.util.Collection)
or withQueueSummaryList(java.util.Collection)
if you
want to override the existing values.
queueSummaryList
- Information about the queues.public ListQueuesResult withQueueSummaryList(Collection<QueueSummary> queueSummaryList)
Information about the queues.
queueSummaryList
- Information about the queues.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public ListQueuesResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListQueuesResult clone()