@Deprecated
public class ListTablesResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
ListTablesResult()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.lang.String |
getLastEvaluatedTableName()
非推奨です。
The name of the last table in the current list.
|
java.util.List<java.lang.String> |
getTableNames()
非推奨です。
Returns the value of the TableNames property for this object.
|
int |
hashCode()
非推奨です。
|
void |
setLastEvaluatedTableName(java.lang.String lastEvaluatedTableName)
非推奨です。
The name of the last table in the current list.
|
void |
setTableNames(java.util.Collection<java.lang.String> tableNames)
非推奨です。
Sets the value of the TableNames property for this object.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
ListTablesResult |
withLastEvaluatedTableName(java.lang.String lastEvaluatedTableName)
非推奨です。
The name of the last table in the current list.
|
ListTablesResult |
withTableNames(java.util.Collection<java.lang.String> tableNames)
非推奨です。
Sets the value of the TableNames property for this object.
|
ListTablesResult |
withTableNames(java.lang.String... tableNames)
非推奨です。
Sets the value of the TableNames property for this object.
|
public java.util.List<java.lang.String> getTableNames()
public void setTableNames(java.util.Collection<java.lang.String> tableNames)
tableNames - The new value for the TableNames property for this object.public ListTablesResult withTableNames(java.lang.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(java.util.Collection<java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object