@Deprecated
public class KeySchemaElement
extends java.lang.Object
implements java.io.Serializable
KeySchemaElement is the primary key (hash or hash-and-range) structure for the table.
| コンストラクタと説明 |
|---|
KeySchemaElement()
非推奨です。
Default constructor for a new KeySchemaElement object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.lang.String |
getAttributeName()
非推奨です。
The
AttributeName of the KeySchemaElement. |
java.lang.String |
getAttributeType()
非推奨です。
The
AttributeType of the KeySchemaElement
which can be a String or a Number. |
int |
hashCode()
非推奨です。
|
void |
setAttributeName(java.lang.String attributeName)
非推奨です。
The
AttributeName of the KeySchemaElement. |
void |
setAttributeType(ScalarAttributeType attributeType)
非推奨です。
The
AttributeType of the KeySchemaElement
which can be a String or a Number. |
void |
setAttributeType(java.lang.String attributeType)
非推奨です。
The
AttributeType of the KeySchemaElement
which can be a String or a Number. |
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
KeySchemaElement |
withAttributeName(java.lang.String attributeName)
非推奨です。
The
AttributeName of the KeySchemaElement. |
KeySchemaElement |
withAttributeType(ScalarAttributeType attributeType)
非推奨です。
The
AttributeType of the KeySchemaElement
which can be a String or a Number. |
KeySchemaElement |
withAttributeType(java.lang.String attributeType)
非推奨です。
The
AttributeType of the KeySchemaElement
which can be a String or a Number. |
public KeySchemaElement()
public java.lang.String getAttributeName()
AttributeName of the KeySchemaElement.
Constraints:
Length: 1 - 255
AttributeName of the KeySchemaElement.public void setAttributeName(java.lang.String attributeName)
AttributeName of the KeySchemaElement.
Constraints:
Length: 1 - 255
attributeName - The AttributeName of the KeySchemaElement.public KeySchemaElement withAttributeName(java.lang.String attributeName)
AttributeName of the KeySchemaElement.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
attributeName - The AttributeName of the KeySchemaElement.public java.lang.String getAttributeType()
AttributeType of the KeySchemaElement
which can be a String or a Number.
Constraints:
Allowed Values: S, N, B
AttributeType of the KeySchemaElement
which can be a String or a Number.ScalarAttributeTypepublic void setAttributeType(java.lang.String attributeType)
AttributeType of the KeySchemaElement
which can be a String or a Number.
Constraints:
Allowed Values: S, N, B
attributeType - The AttributeType of the KeySchemaElement
which can be a String or a Number.ScalarAttributeTypepublic KeySchemaElement withAttributeType(java.lang.String attributeType)
AttributeType of the KeySchemaElement
which can be a String or a Number.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: S, N, B
attributeType - The AttributeType of the KeySchemaElement
which can be a String or a Number.ScalarAttributeTypepublic void setAttributeType(ScalarAttributeType attributeType)
AttributeType of the KeySchemaElement
which can be a String or a Number.
Constraints:
Allowed Values: S, N, B
attributeType - The AttributeType of the KeySchemaElement
which can be a String or a Number.ScalarAttributeTypepublic KeySchemaElement withAttributeType(ScalarAttributeType attributeType)
AttributeType of the KeySchemaElement
which can be a String or a Number.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: S, N, B
attributeType - The AttributeType of the KeySchemaElement
which can be a String or a Number.ScalarAttributeTypepublic 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