public class ListGlobalTablesResult extends Object implements Serializable
| Constructor and Description |
|---|
ListGlobalTablesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<GlobalTable> |
getGlobalTables()
List of global table names.
|
String |
getLastEvaluatedGlobalTableName()
Last evaluated global table name.
|
int |
hashCode() |
void |
setGlobalTables(Collection<GlobalTable> globalTables)
List of global table names.
|
void |
setLastEvaluatedGlobalTableName(String lastEvaluatedGlobalTableName)
Last evaluated global table name.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListGlobalTablesResult |
withGlobalTables(Collection<GlobalTable> globalTables)
List of global table names.
|
ListGlobalTablesResult |
withGlobalTables(GlobalTable... globalTables)
List of global table names.
|
ListGlobalTablesResult |
withLastEvaluatedGlobalTableName(String lastEvaluatedGlobalTableName)
Last evaluated global table name.
|
public List<GlobalTable> getGlobalTables()
List of global table names.
List of global table names.
public void setGlobalTables(Collection<GlobalTable> globalTables)
List of global table names.
globalTables - List of global table names.
public ListGlobalTablesResult withGlobalTables(GlobalTable... globalTables)
List of global table names.
Returns a reference to this object so that method calls can be chained together.
globalTables - List of global table names.
public ListGlobalTablesResult withGlobalTables(Collection<GlobalTable> globalTables)
List of global table names.
Returns a reference to this object so that method calls can be chained together.
globalTables - List of global table names.
public String getLastEvaluatedGlobalTableName()
Last evaluated global table name.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
Last evaluated global table name.
public void setLastEvaluatedGlobalTableName(String lastEvaluatedGlobalTableName)
Last evaluated global table name.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
lastEvaluatedGlobalTableName - Last evaluated global table name.
public ListGlobalTablesResult withLastEvaluatedGlobalTableName(String lastEvaluatedGlobalTableName)
Last evaluated global table name.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
lastEvaluatedGlobalTableName - Last evaluated global table name.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.