public class ListPromptsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListPromptsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
If there are additional results, this is the token for the next set of
results.
|
java.util.List<PromptSummary> |
getPromptSummaryList()
Information about the prompts.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
void |
setPromptSummaryList(java.util.Collection<PromptSummary> promptSummaryList)
Information about the prompts.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListPromptsResult |
withNextToken(java.lang.String nextToken)
If there are additional results, this is the token for the next set of
results.
|
ListPromptsResult |
withPromptSummaryList(java.util.Collection<PromptSummary> promptSummaryList)
Information about the prompts.
|
ListPromptsResult |
withPromptSummaryList(PromptSummary... promptSummaryList)
Information about the prompts.
|
public java.util.List<PromptSummary> getPromptSummaryList()
Information about the prompts.
Information about the prompts.
public void setPromptSummaryList(java.util.Collection<PromptSummary> promptSummaryList)
Information about the prompts.
promptSummaryList
- Information about the prompts.
public ListPromptsResult withPromptSummaryList(PromptSummary... promptSummaryList)
Information about the prompts.
Returns a reference to this object so that method calls can be chained together.
promptSummaryList
- Information about the prompts.
public ListPromptsResult withPromptSummaryList(java.util.Collection<PromptSummary> promptSummaryList)
Information about the prompts.
Returns a reference to this object so that method calls can be chained together.
promptSummaryList
- Information about the prompts.
public java.lang.String getNextToken()
If there are additional results, this is the token for the next set of results.
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.
nextToken
- If there are additional results, this is the token for the next set of results.
public ListPromptsResult 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.
nextToken
- If there are additional results, this is the token for the next set of results.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.