@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchQueuesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchQueuesResult() |
Modifier and Type | Method and Description |
---|---|
SearchQueuesResult |
clone() |
boolean |
equals(Object obj) |
Long |
getApproximateTotalCount()
The total number of queues which matched your search query.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
List<Queue> |
getQueues()
Information about the queues.
|
int |
hashCode() |
void |
setApproximateTotalCount(Long approximateTotalCount)
The total number of queues which matched your search query.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
void |
setQueues(Collection<Queue> queues)
Information about the queues.
|
String |
toString()
Returns a string representation of this object.
|
SearchQueuesResult |
withApproximateTotalCount(Long approximateTotalCount)
The total number of queues which matched your search query.
|
SearchQueuesResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchQueuesResult |
withQueues(Collection<Queue> queues)
Information about the queues.
|
SearchQueuesResult |
withQueues(Queue... queues)
Information about the queues.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Queue> getQueues()
Information about the queues.
public void setQueues(Collection<Queue> queues)
Information about the queues.
queues
- Information about the queues.public SearchQueuesResult withQueues(Queue... queues)
Information about the queues.
NOTE: This method appends the values to the existing list (if any). Use
setQueues(java.util.Collection)
or withQueues(java.util.Collection)
if you want to override the
existing values.
queues
- Information about the queues.public SearchQueuesResult withQueues(Collection<Queue> queues)
Information about the queues.
queues
- 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 SearchQueuesResult 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 void setApproximateTotalCount(Long approximateTotalCount)
The total number of queues which matched your search query.
approximateTotalCount
- The total number of queues which matched your search query.public Long getApproximateTotalCount()
The total number of queues which matched your search query.
public SearchQueuesResult withApproximateTotalCount(Long approximateTotalCount)
The total number of queues which matched your search query.
approximateTotalCount
- The total number of queues which matched your search query.public String toString()
toString
in class Object
Object.toString()
public SearchQueuesResult clone()