public class SearchQueuesResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SearchQueuesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getApproximateTotalCount()
The total number of queues which matched your search query.
|
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<Queue> |
getQueues()
Information about the queues.
|
int |
hashCode() |
void |
setApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of queues which matched your search query.
|
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setQueues(java.util.Collection<Queue> queues)
Information about the queues.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SearchQueuesResult |
withApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of queues which matched your search query.
|
SearchQueuesResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
SearchQueuesResult |
withQueues(java.util.Collection<Queue> queues)
Information about the queues.
|
SearchQueuesResult |
withQueues(Queue... queues)
Information about the queues.
|
public java.util.List<Queue> getQueues()
Information about the queues.
Information about the queues.
public void setQueues(java.util.Collection<Queue> queues)
Information about the queues.
queues - Information about the queues.
public SearchQueuesResult withQueues(Queue... queues)
Information about the queues.
Returns a reference to this object so that method calls can be chained together.
queues - Information about the queues.
public SearchQueuesResult withQueues(java.util.Collection<Queue> queues)
Information about the queues.
Returns a reference to this object so that method calls can be chained together.
queues - Information about the queues.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
Constraints:
Length: 1 - 2500
If there are additional results, this is the token for the next set of results.
public void setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Constraints:
Length: 1 - 2500
nextToken - If there are additional results, this is the token for the next set of results.
public SearchQueuesResult withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2500
nextToken - If there are additional results, this is the token for the next set of results.
public java.lang.Long getApproximateTotalCount()
The total number of queues which matched your search query.
The total number of queues which matched your search query.
public void setApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of queues which matched your search query.
approximateTotalCount - The total number of queues which matched your search query.
public SearchQueuesResult withApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of queues which matched your search query.
Returns a reference to this object so that method calls can be chained together.
approximateTotalCount - The total number of queues which matched your search query.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object