@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataCatalogsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDataCatalogsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDataCatalogsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies the maximum number of data catalogs to return.
|
String |
getNextToken()
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of data catalogs to return.
|
void |
setNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
String |
toString()
Returns a string representation of this object.
|
ListDataCatalogsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of data catalogs to return.
|
ListDataCatalogsRequest |
withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
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, withSdkRequestTimeout
public void setNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.
nextToken
- A token generated by the Athena service that specifies where to continue pagination if a previous request
was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the
previous page call.public String getNextToken()
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.
public ListDataCatalogsRequest withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.
nextToken
- A token generated by the Athena service that specifies where to continue pagination if a previous request
was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the
previous page call.public void setMaxResults(Integer maxResults)
Specifies the maximum number of data catalogs to return.
maxResults
- Specifies the maximum number of data catalogs to return.public Integer getMaxResults()
Specifies the maximum number of data catalogs to return.
public ListDataCatalogsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of data catalogs to return.
maxResults
- Specifies the maximum number of data catalogs to return.public String toString()
toString
in class Object
Object.toString()
public ListDataCatalogsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2023. All rights reserved.