@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGlobalTablesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListGlobalTablesResult() |
Modifier and Type | Method and Description |
---|---|
ListGlobalTablesResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<GlobalTable> getGlobalTables()
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.
NOTE: This method appends the values to the existing list (if any). Use
setGlobalTables(java.util.Collection)
or withGlobalTables(java.util.Collection)
if you want to
override the existing values.
globalTables
- List of global table names.public ListGlobalTablesResult withGlobalTables(Collection<GlobalTable> globalTables)
List of global table names.
globalTables
- List of global table names.public void setLastEvaluatedGlobalTableName(String lastEvaluatedGlobalTableName)
Last evaluated global table name.
lastEvaluatedGlobalTableName
- Last evaluated global table name.public String getLastEvaluatedGlobalTableName()
Last evaluated global table name.
public ListGlobalTablesResult withLastEvaluatedGlobalTableName(String lastEvaluatedGlobalTableName)
Last evaluated global table name.
lastEvaluatedGlobalTableName
- Last evaluated global table name.public String toString()
toString
in class Object
Object.toString()
public ListGlobalTablesResult clone()
Copyright © 2018. All rights reserved.