@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDataCellsFilterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListDataCellsFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDataCellsFilterRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum size of the response.
|
String |
getNextToken()
A continuation token, if this is a continuation call.
|
TableResource |
getTable()
A table in the Glue Data Catalog.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum size of the response.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
void |
setTable(TableResource table)
A table in the Glue Data Catalog.
|
String |
toString()
Returns a string representation of this object.
|
ListDataCellsFilterRequest |
withMaxResults(Integer maxResults)
The maximum size of the response.
|
ListDataCellsFilterRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
ListDataCellsFilterRequest |
withTable(TableResource table)
A table in the Glue Data Catalog.
|
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 setTable(TableResource table)
A table in the Glue Data Catalog.
table - A table in the Glue Data Catalog.public TableResource getTable()
A table in the Glue Data Catalog.
public ListDataCellsFilterRequest withTable(TableResource table)
A table in the Glue Data Catalog.
table - A table in the Glue Data Catalog.public void setNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.public String getNextToken()
A continuation token, if this is a continuation call.
public ListDataCellsFilterRequest withNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.public void setMaxResults(Integer maxResults)
The maximum size of the response.
maxResults - The maximum size of the response.public Integer getMaxResults()
The maximum size of the response.
public ListDataCellsFilterRequest withMaxResults(Integer maxResults)
The maximum size of the response.
maxResults - The maximum size of the response.public String toString()
toString in class ObjectObject.toString()public ListDataCellsFilterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2025. All rights reserved.