@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExperiencesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListExperiencesResult() |
Modifier and Type | Method and Description |
---|---|
ListExperiencesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve
the next set of Amazon Kendra experiences.
|
List<ExperiencesSummary> |
getSummaryItems()
An array of summary information for one or more Amazon Kendra experiences.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve
the next set of Amazon Kendra experiences.
|
void |
setSummaryItems(Collection<ExperiencesSummary> summaryItems)
An array of summary information for one or more Amazon Kendra experiences.
|
String |
toString()
Returns a string representation of this object.
|
ListExperiencesResult |
withNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve
the next set of Amazon Kendra experiences.
|
ListExperiencesResult |
withSummaryItems(Collection<ExperiencesSummary> summaryItems)
An array of summary information for one or more Amazon Kendra experiences.
|
ListExperiencesResult |
withSummaryItems(ExperiencesSummary... summaryItems)
An array of summary information for one or more Amazon Kendra experiences.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ExperiencesSummary> getSummaryItems()
An array of summary information for one or more Amazon Kendra experiences.
public void setSummaryItems(Collection<ExperiencesSummary> summaryItems)
An array of summary information for one or more Amazon Kendra experiences.
summaryItems
- An array of summary information for one or more Amazon Kendra experiences.public ListExperiencesResult withSummaryItems(ExperiencesSummary... summaryItems)
An array of summary information for one or more Amazon Kendra experiences.
NOTE: This method appends the values to the existing list (if any). Use
setSummaryItems(java.util.Collection)
or withSummaryItems(java.util.Collection)
if you want to
override the existing values.
summaryItems
- An array of summary information for one or more Amazon Kendra experiences.public ListExperiencesResult withSummaryItems(Collection<ExperiencesSummary> summaryItems)
An array of summary information for one or more Amazon Kendra experiences.
summaryItems
- An array of summary information for one or more Amazon Kendra experiences.public void setNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of Amazon Kendra experiences.
nextToken
- If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to
retrieve the next set of Amazon Kendra experiences.public String getNextToken()
If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of Amazon Kendra experiences.
public ListExperiencesResult withNextToken(String nextToken)
If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to retrieve the next set of Amazon Kendra experiences.
nextToken
- If the response is truncated, Amazon Kendra returns this token, which you can use in a later request to
retrieve the next set of Amazon Kendra experiences.public String toString()
toString
in class Object
Object.toString()
public ListExperiencesResult clone()