@Deprecated
public class TableDescription
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
TableDescription()
非推奨です。
Default constructor for a new TableDescription object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.util.Date |
getCreationDateTime()
非推奨です。
Returns the value of the CreationDateTime property for this object.
|
java.lang.Long |
getItemCount()
非推奨です。
Returns the value of the ItemCount property for this object.
|
KeySchema |
getKeySchema()
非推奨です。
The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
|
ProvisionedThroughputDescription |
getProvisionedThroughput()
非推奨です。
Returns the value of the ProvisionedThroughput property for this
object.
|
java.lang.String |
getTableName()
非推奨です。
The name of the table being described.
|
java.lang.Long |
getTableSizeBytes()
非推奨です。
Returns the value of the TableSizeBytes property for this object.
|
java.lang.String |
getTableStatus()
非推奨です。
Returns the value of the TableStatus property for this object.
|
int |
hashCode()
非推奨です。
|
void |
setCreationDateTime(java.util.Date creationDateTime)
非推奨です。
Sets the value of the CreationDateTime property for this object.
|
void |
setItemCount(java.lang.Long itemCount)
非推奨です。
Sets the value of the ItemCount property for this object.
|
void |
setKeySchema(KeySchema keySchema)
非推奨です。
The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
|
void |
setProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
非推奨です。
Sets the value of the ProvisionedThroughput property for this object.
|
void |
setTableName(java.lang.String tableName)
非推奨です。
The name of the table being described.
|
void |
setTableSizeBytes(java.lang.Long tableSizeBytes)
非推奨です。
Sets the value of the TableSizeBytes property for this object.
|
void |
setTableStatus(java.lang.String tableStatus)
非推奨です。
Sets the value of the TableStatus property for this object.
|
void |
setTableStatus(TableStatus tableStatus)
非推奨です。
Sets the value of the TableStatus property for this object.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
TableDescription |
withCreationDateTime(java.util.Date creationDateTime)
非推奨です。
Sets the value of the CreationDateTime property for this object.
|
TableDescription |
withItemCount(java.lang.Long itemCount)
非推奨です。
Sets the value of the ItemCount property for this object.
|
TableDescription |
withKeySchema(KeySchema keySchema)
非推奨です。
The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
|
TableDescription |
withProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
非推奨です。
Sets the value of the ProvisionedThroughput property for this object.
|
TableDescription |
withTableName(java.lang.String tableName)
非推奨です。
The name of the table being described.
|
TableDescription |
withTableSizeBytes(java.lang.Long tableSizeBytes)
非推奨です。
Sets the value of the TableSizeBytes property for this object.
|
TableDescription |
withTableStatus(java.lang.String tableStatus)
非推奨です。
Sets the value of the TableStatus property for this object.
|
TableDescription |
withTableStatus(TableStatus tableStatus)
非推奨です。
Sets the value of the TableStatus property for this object.
|
public TableDescription()
public java.lang.String getTableName()
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
public void setTableName(java.lang.String tableName)
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - The name of the table being described.public TableDescription withTableName(java.lang.String tableName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - The name of the table being described.public KeySchema getKeySchema()
HashKeyElement. A composite hash-and-range primary key
contains two attribute values: a HashKeyElement and a
RangeKeyElement.HashKeyElement. A composite hash-and-range primary key
contains two attribute values: a HashKeyElement and a
RangeKeyElement.public void setKeySchema(KeySchema keySchema)
HashKeyElement. A composite hash-and-range primary key
contains two attribute values: a HashKeyElement and a
RangeKeyElement.keySchema - The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
Single attribute primary keys have one index value: a
HashKeyElement. A composite hash-and-range primary key
contains two attribute values: a HashKeyElement and a
RangeKeyElement.public TableDescription withKeySchema(KeySchema keySchema)
HashKeyElement. A composite hash-and-range primary key
contains two attribute values: a HashKeyElement and a
RangeKeyElement.
Returns a reference to this object so that method calls can be chained together.
keySchema - The KeySchema identifies the primary key as a one attribute primary
key (hash) or a composite two attribute (hash-and-range) primary key.
Single attribute primary keys have one index value: a
HashKeyElement. A composite hash-and-range primary key
contains two attribute values: a HashKeyElement and a
RangeKeyElement.public java.lang.String getTableStatus()
Constraints:
Allowed Values: CREATING, UPDATING, DELETING, ACTIVE
TableStatuspublic void setTableStatus(java.lang.String tableStatus)
Constraints:
Allowed Values: CREATING, UPDATING, DELETING, ACTIVE
tableStatus - The new value for the TableStatus property for this object.TableStatuspublic TableDescription withTableStatus(java.lang.String tableStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATING, UPDATING, DELETING, ACTIVE
tableStatus - The new value for the TableStatus property for this object.TableStatuspublic void setTableStatus(TableStatus tableStatus)
Constraints:
Allowed Values: CREATING, UPDATING, DELETING, ACTIVE
tableStatus - The new value for the TableStatus property for this object.TableStatuspublic TableDescription withTableStatus(TableStatus tableStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATING, UPDATING, DELETING, ACTIVE
tableStatus - The new value for the TableStatus property for this object.TableStatuspublic java.util.Date getCreationDateTime()
public void setCreationDateTime(java.util.Date creationDateTime)
creationDateTime - The new value for the CreationDateTime property for this object.public TableDescription withCreationDateTime(java.util.Date creationDateTime)
Returns a reference to this object so that method calls can be chained together.
creationDateTime - The new value for the CreationDateTime property for this object.public ProvisionedThroughputDescription getProvisionedThroughput()
public void setProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
provisionedThroughput - The new value for the ProvisionedThroughput property for this object.public TableDescription withProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
Returns a reference to this object so that method calls can be chained together.
provisionedThroughput - The new value for the ProvisionedThroughput property for this object.public java.lang.Long getTableSizeBytes()
public void setTableSizeBytes(java.lang.Long tableSizeBytes)
tableSizeBytes - The new value for the TableSizeBytes property for this object.public TableDescription withTableSizeBytes(java.lang.Long tableSizeBytes)
Returns a reference to this object so that method calls can be chained together.
tableSizeBytes - The new value for the TableSizeBytes property for this object.public java.lang.Long getItemCount()
public void setItemCount(java.lang.Long itemCount)
itemCount - The new value for the ItemCount property for this object.public TableDescription withItemCount(java.lang.Long itemCount)
Returns a reference to this object so that method calls can be chained together.
itemCount - The new value for the ItemCount property for this object.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