@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRescoreExecutionPlansRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListRescoreExecutionPlansRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListRescoreExecutionPlansRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of rescore execution plans to return.
|
String |
getNextToken()
If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of rescore execution plans to return.
|
void |
setNextToken(String nextToken)
If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response.
|
String |
toString()
Returns a string representation of this object.
|
ListRescoreExecutionPlansRequest |
withMaxResults(Integer maxResults)
The maximum number of rescore execution plans to return.
|
ListRescoreExecutionPlansRequest |
withNextToken(String nextToken)
If the response is truncated, Amazon Kendra Intelligent Ranking 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, withSdkRequestTimeoutpublic void setNextToken(String nextToken)
If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response. You can use this pagination token to retrieve the next set of rescore execution plans.
nextToken - If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the
response. You can use this pagination token to retrieve the next set of rescore execution plans.public String getNextToken()
If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response. You can use this pagination token to retrieve the next set of rescore execution plans.
public ListRescoreExecutionPlansRequest withNextToken(String nextToken)
If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the response. You can use this pagination token to retrieve the next set of rescore execution plans.
nextToken - If the response is truncated, Amazon Kendra Intelligent Ranking returns a pagination token in the
response. You can use this pagination token to retrieve the next set of rescore execution plans.public void setMaxResults(Integer maxResults)
The maximum number of rescore execution plans to return.
maxResults - The maximum number of rescore execution plans to return.public Integer getMaxResults()
The maximum number of rescore execution plans to return.
public ListRescoreExecutionPlansRequest withMaxResults(Integer maxResults)
The maximum number of rescore execution plans to return.
maxResults - The maximum number of rescore execution plans to return.public String toString()
toString in class ObjectObject.toString()public ListRescoreExecutionPlansRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()