@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExperienceEntitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListExperienceEntitiesRequest() |
Modifier and Type | Method and Description |
---|---|
ListExperienceEntitiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The identifier of your Amazon Kendra experience.
|
String |
getIndexId()
The identifier of the index for your Amazon Kendra experience.
|
String |
getNextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
int |
hashCode() |
void |
setId(String id)
The identifier of your Amazon Kendra experience.
|
void |
setIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListExperienceEntitiesRequest |
withId(String id)
The identifier of your Amazon Kendra experience.
|
ListExperienceEntitiesRequest |
withIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
ListExperienceEntitiesRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setId(String id)
The identifier of your Amazon Kendra experience.
id
- The identifier of your Amazon Kendra experience.public String getId()
The identifier of your Amazon Kendra experience.
public ListExperienceEntitiesRequest withId(String id)
The identifier of your Amazon Kendra experience.
id
- The identifier of your Amazon Kendra experience.public void setIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
indexId
- The identifier of the index for your Amazon Kendra experience.public String getIndexId()
The identifier of the index for your Amazon Kendra experience.
public ListExperienceEntitiesRequest withIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
indexId
- The identifier of the index for your Amazon Kendra experience.public void setNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of users or groups.
nextToken
- If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response. You can use this pagination token to retrieve the next set of users or
groups.public String getNextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of users or groups.
public ListExperienceEntitiesRequest withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of users or groups.
nextToken
- If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response. You can use this pagination token to retrieve the next set of users or
groups.public String toString()
toString
in class Object
Object.toString()
public ListExperienceEntitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()