@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataSourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDataSourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListDataSourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getKnowledgeBaseId()
The unique identifier of the knowledge base for which to return a list of information.
|
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 |
setKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to return a list of information.
|
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.
|
ListDataSourcesRequest |
withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to return a list of information.
|
ListDataSourcesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListDataSourcesRequest |
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, 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 setKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to return a list of information.
knowledgeBaseId
- The unique identifier of the knowledge base for which to return a list of information.public String getKnowledgeBaseId()
The unique identifier of the knowledge base for which to return a list of information.
public ListDataSourcesRequest withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to return a list of information.
knowledgeBaseId
- The unique identifier of the knowledge base for which to return a list of information.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 ListDataSourcesRequest 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 ListDataSourcesRequest 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 Object
Object.toString()
public ListDataSourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()