@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExperienceEntitiesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListExperienceEntitiesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListExperienceEntitiesResult |
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 users or groups.
|
List<ExperienceEntitiesSummary> |
getSummaryItems()
An array of summary information for one or more users or groups.
|
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 users or groups.
|
void |
setSummaryItems(Collection<ExperienceEntitiesSummary> summaryItems)
An array of summary information for one or more users or groups.
|
String |
toString()
Returns a string representation of this object.
|
ListExperienceEntitiesResult |
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 users or groups.
|
ListExperienceEntitiesResult |
withSummaryItems(Collection<ExperienceEntitiesSummary> summaryItems)
An array of summary information for one or more users or groups.
|
ListExperienceEntitiesResult |
withSummaryItems(ExperienceEntitiesSummary... summaryItems)
An array of summary information for one or more users or groups.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<ExperienceEntitiesSummary> getSummaryItems()
An array of summary information for one or more users or groups.
public void setSummaryItems(Collection<ExperienceEntitiesSummary> summaryItems)
An array of summary information for one or more users or groups.
summaryItems - An array of summary information for one or more users or groups.public ListExperienceEntitiesResult withSummaryItems(ExperienceEntitiesSummary... summaryItems)
An array of summary information for one or more users or groups.
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 users or groups.public ListExperienceEntitiesResult withSummaryItems(Collection<ExperienceEntitiesSummary> summaryItems)
An array of summary information for one or more users or groups.
summaryItems - An array of summary information for one or more users or groups.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 users or groups.
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 users or groups.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 users or groups.
public ListExperienceEntitiesResult 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 users or groups.
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 users or groups.public String toString()
toString in class ObjectObject.toString()public ListExperienceEntitiesResult clone()
Copyright © 2021. All rights reserved.