|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodb.model.ListTablesResult
public class ListTablesResult
List Tables Result
Constructor Summary | |
---|---|
ListTablesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getLastEvaluatedTableName()
The name of the last table in the current list. |
List<String> |
getTableNames()
Returns the value of the TableNames property for this object. |
int |
hashCode()
|
void |
setLastEvaluatedTableName(String lastEvaluatedTableName)
The name of the last table in the current list. |
void |
setTableNames(Collection<String> tableNames)
Sets the value of the TableNames property for this object. |
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 list. |
ListTablesResult |
withTableNames(Collection<String> tableNames)
Sets the value of the TableNames property for this object. |
ListTablesResult |
withTableNames(String... tableNames)
Sets the value of the TableNames property for this object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListTablesResult()
Method Detail |
---|
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()
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
public void setLastEvaluatedTableName(String lastEvaluatedTableName)
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)
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 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 |