|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodbv2.model.ListTablesResult
public class ListTablesResult
Represents the output of a ListTables operation.
Constructor Summary | |
---|---|
ListTablesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getLastEvaluatedTableName()
The name of the last table in the current page of results. |
List<String> |
getTableNames()
The names of the tables associated with the current account at the current endpoint. |
int |
hashCode()
|
void |
setLastEvaluatedTableName(String lastEvaluatedTableName)
The name of the last table in the current page of results. |
void |
setTableNames(Collection<String> tableNames)
The names of the tables associated with the current account at the current endpoint. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListTablesResult |
withLastEvaluatedTableName(String lastEvaluatedTableName)
The name of the last table in the current page of results. |
ListTablesResult |
withTableNames(Collection<String> tableNames)
The names of the tables associated with the current account at the current endpoint. |
ListTablesResult |
withTableNames(String... tableNames)
The names of the tables associated with the current account at the current endpoint. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListTablesResult()
Method Detail |
---|
public List<String> getTableNames()
If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.
If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.
public void setTableNames(Collection<String> tableNames)
If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.
tableNames
- The names of the tables associated with the current account at the
current endpoint. The maximum size of this array is 100. If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.
public ListTablesResult withTableNames(String... tableNames)
If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.
Returns a reference to this object so that method calls can be chained together.
tableNames
- The names of the tables associated with the current account at the
current endpoint. The maximum size of this array is 100. If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.
public ListTablesResult withTableNames(Collection<String> tableNames)
If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.
Returns a reference to this object so that method calls can be chained together.
tableNames
- The names of the tables associated with the current account at the
current endpoint. The maximum size of this array is 100. If LastEvaluatedTableName also appears in the output, you can use this value as the ExclusiveStartTableName parameter in a subsequent ListTables request and obtain the next page of results.
public String getLastEvaluatedTableName()
If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.
public void setLastEvaluatedTableName(String lastEvaluatedTableName)
If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
lastEvaluatedTableName
- The name of the last table in the current page of results. Use this
value as the ExclusiveStartTableName in a new request to obtain
the next page of results, until all the table names are returned.
If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.
public ListTablesResult withLastEvaluatedTableName(String lastEvaluatedTableName)
If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
lastEvaluatedTableName
- The name of the last table in the current page of results. Use this
value as the ExclusiveStartTableName in a new request to obtain
the next page of results, until all the table names are returned.
If you do not receive a LastEvaluatedTableName value in the response, this means that there are no more table names to be retrieved.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |