Class ListTablesRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
Represents the input of a ListTables operation.
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for ListTablesRequest object.ListTablesRequest
(String exclusiveStartTableName) Constructs a new ListTablesRequest object.ListTablesRequest
(String exclusiveStartTableName, Integer limit) Constructs a new ListTablesRequest object. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The first table name that this operation will evaluate.getLimit()
A maximum number of table names to return.int
hashCode()
void
setExclusiveStartTableName
(String exclusiveStartTableName) The first table name that this operation will evaluate.void
A maximum number of table names to return.toString()
Returns a string representation of this object; useful for testing and debugging.withExclusiveStartTableName
(String exclusiveStartTableName) The first table name that this operation will evaluate.A maximum number of table names to return.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ListTablesRequest
public ListTablesRequest()Default constructor for ListTablesRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
ListTablesRequest
Constructs a new ListTablesRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
exclusiveStartTableName
- The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.
-
ListTablesRequest
Constructs a new ListTablesRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
exclusiveStartTableName
- The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.limit
- A maximum number of table names to return. If this parameter is not specified, the limit is 100.
-
-
Method Details
-
setExclusiveStartTableName
The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.
- Parameters:
exclusiveStartTableName
- The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.
-
getExclusiveStartTableName
The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.
- Returns:
- The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.
-
withExclusiveStartTableName
The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.
- Parameters:
exclusiveStartTableName
- The first table name that this operation will evaluate. Use the value that was returned for LastEvaluatedTableName in a previous operation, so that you can obtain the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setLimit
A maximum number of table names to return. If this parameter is not specified, the limit is 100.
- Parameters:
limit
- A maximum number of table names to return. If this parameter is not specified, the limit is 100.
-
getLimit
A maximum number of table names to return. If this parameter is not specified, the limit is 100.
- Returns:
- A maximum number of table names to return. If this parameter is not specified, the limit is 100.
-
withLimit
A maximum number of table names to return. If this parameter is not specified, the limit is 100.
- Parameters:
limit
- A maximum number of table names to return. If this parameter is not specified, the limit is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-