@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAgentKnowledgeBasesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAgentKnowledgeBasesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAgentKnowledgeBasesRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAgentId()
The unique identifier of the agent for which to return information about knowledge bases associated with it.
|
String |
getAgentVersion()
The version of the agent for which to return information about knowledge bases associated with it.
|
Integer |
getMaxResults()
The maximum number of results to return in the response.
|
String |
getNextToken()
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
int |
hashCode() |
void |
setAgentId(String agentId)
The unique identifier of the agent for which to return information about knowledge bases associated with it.
|
void |
setAgentVersion(String agentVersion)
The version of the agent for which to return information about knowledge bases associated with it.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
void |
setNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
String |
toString()
Returns a string representation of this object.
|
ListAgentKnowledgeBasesRequest |
withAgentId(String agentId)
The unique identifier of the agent for which to return information about knowledge bases associated with it.
|
ListAgentKnowledgeBasesRequest |
withAgentVersion(String agentVersion)
The version of the agent for which to return information about knowledge bases associated with it.
|
ListAgentKnowledgeBasesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAgentKnowledgeBasesRequest |
withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
addHandlerContext, copyBaseTo, 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 setAgentId(String agentId)
The unique identifier of the agent for which to return information about knowledge bases associated with it.
agentId - The unique identifier of the agent for which to return information about knowledge bases associated with
it.public String getAgentId()
The unique identifier of the agent for which to return information about knowledge bases associated with it.
public ListAgentKnowledgeBasesRequest withAgentId(String agentId)
The unique identifier of the agent for which to return information about knowledge bases associated with it.
agentId - The unique identifier of the agent for which to return information about knowledge bases associated with
it.public void setAgentVersion(String agentVersion)
The version of the agent for which to return information about knowledge bases associated with it.
agentVersion - The version of the agent for which to return information about knowledge bases associated with it.public String getAgentVersion()
The version of the agent for which to return information about knowledge bases associated with it.
public ListAgentKnowledgeBasesRequest withAgentVersion(String agentVersion)
The version of the agent for which to return information about knowledge bases associated with it.
agentVersion - The version of the agent for which to return information about knowledge bases associated with it.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken field when making another request to
return the next batch of results.
maxResults - The maximum number of results to return in the response. If the total number of results is greater than
this value, use the token returned in the response in the nextToken field when making another
request to return the next batch of results.public Integer getMaxResults()
The maximum number of results to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken field when making another request to
return the next batch of results.
nextToken field when making
another request to return the next batch of results.public ListAgentKnowledgeBasesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the response. If the total number of results is greater than this
value, use the token returned in the response in the nextToken field when making another request to
return the next batch of results.
maxResults - The maximum number of results to return in the response. If the total number of results is greater than
this value, use the token returned in the response in the nextToken field when making another
request to return the next batch of results.public void setNextToken(String nextToken)
If the total number of results is greater than the maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results.
nextToken - If the total number of results is greater than the maxResults value provided in the request,
enter the token returned in the nextToken field in the response in this field to return the
next batch of results.public String getNextToken()
If the total number of results is greater than the maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results.
maxResults value provided in the request,
enter the token returned in the nextToken field in the response in this field to return the
next batch of results.public ListAgentKnowledgeBasesRequest withNextToken(String nextToken)
If the total number of results is greater than the maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results.
nextToken - If the total number of results is greater than the maxResults value provided in the request,
enter the token returned in the nextToken field in the response in this field to return the
next batch of results.public String toString()
toString in class ObjectObject.toString()public ListAgentKnowledgeBasesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.