public class ListGlobalTablesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListGlobalTablesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<GlobalTable> |
getGlobalTables()
List of global table names.
|
java.lang.String |
getLastEvaluatedGlobalTableName()
Last evaluated global table name.
|
int |
hashCode() |
void |
setGlobalTables(java.util.Collection<GlobalTable> globalTables)
List of global table names.
|
void |
setLastEvaluatedGlobalTableName(java.lang.String lastEvaluatedGlobalTableName)
Last evaluated global table name.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListGlobalTablesResult |
withGlobalTables(java.util.Collection<GlobalTable> globalTables)
List of global table names.
|
ListGlobalTablesResult |
withGlobalTables(GlobalTable... globalTables)
List of global table names.
|
ListGlobalTablesResult |
withLastEvaluatedGlobalTableName(java.lang.String lastEvaluatedGlobalTableName)
Last evaluated global table name.
|
public java.util.List<GlobalTable> getGlobalTables()
List of global table names.
List of global table names.
public void setGlobalTables(java.util.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(java.util.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 java.lang.String getLastEvaluatedGlobalTableName()
Last evaluated global table name.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
Last evaluated global table name.
public void setLastEvaluatedGlobalTableName(java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.