ListTablesResult instead.@Deprecated public class ListTablesResult extends Object implements Serializable
| Constructor and Description |
|---|
ListTablesResult()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getLastEvaluatedTableName()
Deprecated.
The name of the last table in the current list.
|
List<String> |
getTableNames()
Deprecated.
Returns the value of the TableNames property for this object.
|
int |
hashCode()
Deprecated.
|
void |
setLastEvaluatedTableName(String lastEvaluatedTableName)
Deprecated.
The name of the last table in the current list.
|
void |
setTableNames(Collection<String> tableNames)
Deprecated.
Sets the value of the TableNames property for this object.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
ListTablesResult |
withLastEvaluatedTableName(String lastEvaluatedTableName)
Deprecated.
The name of the last table in the current list.
|
ListTablesResult |
withTableNames(Collection<String> tableNames)
Deprecated.
Sets the value of the TableNames property for this object.
|
ListTablesResult |
withTableNames(String... tableNames)
Deprecated.
Sets the value of the TableNames property for this object.
|
public List<String> getTableNames()
public void setTableNames(Collection<String> tableNames)
tableNames - The new value for the TableNames property for this object.public ListTablesResult withTableNames(String... tableNames)
Returns a reference to this object so that method calls can be chained together.
tableNames - The new value for the TableNames property for this object.public ListTablesResult withTableNames(Collection<String> tableNames)
Returns a reference to this object so that method calls can be chained together.
tableNames - The new value for the TableNames property for this object.public String getLastEvaluatedTableName()
ExclusiveStartTableName in a new request to continue the
list until all the table names are returned. If this value is null,
all table names have been returned.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
ExclusiveStartTableName in a new request to continue the
list until all the table names are returned. If this value is null,
all table names have been returned.public void setLastEvaluatedTableName(String lastEvaluatedTableName)
ExclusiveStartTableName in a new request to continue the
list until all the table names are returned. If this value is null,
all table names have been returned.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
lastEvaluatedTableName - The name of the last table in the current list. Use this value as the
ExclusiveStartTableName in a new request to continue the
list until all the table names are returned. If this value is null,
all table names have been returned.public ListTablesResult withLastEvaluatedTableName(String lastEvaluatedTableName)
ExclusiveStartTableName in a new request to continue the
list until all the table names are returned. If this value is null,
all table names have been returned.
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 list. Use this value as the
ExclusiveStartTableName in a new request to continue the
list until all the table names are returned. If this value is null,
all table names have been returned.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.