@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQuickResponsesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListQuickResponsesResult() |
Modifier and Type | Method and Description |
---|---|
ListQuickResponsesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results.
|
List<QuickResponseSummary> |
getQuickResponseSummaries()
Summary information about the quick responses.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setQuickResponseSummaries(Collection<QuickResponseSummary> quickResponseSummaries)
Summary information about the quick responses.
|
String |
toString()
Returns a string representation of this object.
|
ListQuickResponsesResult |
withNextToken(String nextToken)
The token for the next set of results.
|
ListQuickResponsesResult |
withQuickResponseSummaries(Collection<QuickResponseSummary> quickResponseSummaries)
Summary information about the quick responses.
|
ListQuickResponsesResult |
withQuickResponseSummaries(QuickResponseSummary... quickResponseSummaries)
Summary information about the quick responses.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public String getNextToken()
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
public ListQuickResponsesResult withNextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request
to retrieve the next set of results.public List<QuickResponseSummary> getQuickResponseSummaries()
Summary information about the quick responses.
public void setQuickResponseSummaries(Collection<QuickResponseSummary> quickResponseSummaries)
Summary information about the quick responses.
quickResponseSummaries
- Summary information about the quick responses.public ListQuickResponsesResult withQuickResponseSummaries(QuickResponseSummary... quickResponseSummaries)
Summary information about the quick responses.
NOTE: This method appends the values to the existing list (if any). Use
setQuickResponseSummaries(java.util.Collection)
or
withQuickResponseSummaries(java.util.Collection)
if you want to override the existing values.
quickResponseSummaries
- Summary information about the quick responses.public ListQuickResponsesResult withQuickResponseSummaries(Collection<QuickResponseSummary> quickResponseSummaries)
Summary information about the quick responses.
quickResponseSummaries
- Summary information about the quick responses.public String toString()
toString
in class Object
Object.toString()
public ListQuickResponsesResult clone()