public class ListTablesRequest extends AmazonWebServiceRequest implements Serializable
ListTables operation
.
Returns an array of all the tables associated with the current account and endpoint.
Constructor and Description |
---|
ListTablesRequest()
Default constructor for a new ListTablesRequest object.
|
ListTablesRequest(String exclusiveStartTableName)
Constructs a new ListTablesRequest object.
|
ListTablesRequest(String exclusiveStartTableName,
Integer limit)
Constructs a new ListTablesRequest object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getExclusiveStartTableName()
The name of the table that starts the list.
|
Integer |
getLimit()
A maximum number of table names to return.
|
int |
hashCode() |
void |
setExclusiveStartTableName(String exclusiveStartTableName)
The name of the table that starts the list.
|
void |
setLimit(Integer limit)
A maximum number of table names to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTablesRequest |
withExclusiveStartTableName(String exclusiveStartTableName)
The name of the table that starts the list.
|
ListTablesRequest |
withLimit(Integer limit)
A maximum number of table names to return.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public ListTablesRequest()
public ListTablesRequest(String exclusiveStartTableName)
exclusiveStartTableName
- The name of the table that starts the
list. If you already ran a ListTables operation and received a
LastEvaluatedTableName value in the response, use that value
here to continue the list.public ListTablesRequest(String exclusiveStartTableName, Integer limit)
exclusiveStartTableName
- The name of the table that starts the
list. If you already ran a ListTables operation and received a
LastEvaluatedTableName value in the response, use that value
here to continue the list.limit
- A maximum number of table names to return.public String getExclusiveStartTableName()
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
public void setExclusiveStartTableName(String exclusiveStartTableName)
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
exclusiveStartTableName
- The name of the table that starts the list. If you already ran a
ListTables operation and received a
LastEvaluatedTableName value in the response, use that value
here to continue the list.public ListTablesRequest withExclusiveStartTableName(String exclusiveStartTableName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
exclusiveStartTableName
- The name of the table that starts the list. If you already ran a
ListTables operation and received a
LastEvaluatedTableName value in the response, use that value
here to continue the list.public Integer getLimit()
Constraints:
Range: 1 - 100
public void setLimit(Integer limit)
Constraints:
Range: 1 - 100
limit
- A maximum number of table names to return.public ListTablesRequest withLimit(Integer limit)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 100
limit
- A maximum number of table names to return.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.