public class SearchPromptsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SearchPromptsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getApproximateTotalCount()
The total number of quick connects 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<Prompt> |
getPrompts()
Information about the prompts.
|
int |
hashCode() |
void |
setApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of quick connects 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 |
setPrompts(java.util.Collection<Prompt> prompts)
Information about the prompts.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SearchPromptsResult |
withApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of quick connects which matched your search query.
|
SearchPromptsResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
SearchPromptsResult |
withPrompts(java.util.Collection<Prompt> prompts)
Information about the prompts.
|
SearchPromptsResult |
withPrompts(Prompt... prompts)
Information about the prompts.
|
public java.util.List<Prompt> getPrompts()
Information about the prompts.
Information about the prompts.
public void setPrompts(java.util.Collection<Prompt> prompts)
Information about the prompts.
prompts - Information about the prompts.
public SearchPromptsResult withPrompts(Prompt... prompts)
Information about the prompts.
Returns a reference to this object so that method calls can be chained together.
prompts - Information about the prompts.
public SearchPromptsResult withPrompts(java.util.Collection<Prompt> prompts)
Information about the prompts.
Returns a reference to this object so that method calls can be chained together.
prompts - Information about the prompts.
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 SearchPromptsResult 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 quick connects which matched your search query.
The total number of quick connects which matched your search query.
public void setApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of quick connects which matched your search query.
approximateTotalCount - The total number of quick connects which matched your search query.
public SearchPromptsResult withApproximateTotalCount(java.lang.Long approximateTotalCount)
The total number of quick connects which matched your search query.
Returns a reference to this object so that method calls can be chained together.
approximateTotalCount - The total number of quick connects 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