@Deprecated
public class KeysAndAttributes
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
KeysAndAttributes()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.util.List<java.lang.String> |
getAttributesToGet()
非推奨です。
List of
Attribute names. |
java.lang.Boolean |
getConsistentRead()
非推奨です。
If set to
true, then a consistent read is issued. |
java.util.List<Key> |
getKeys()
非推奨です。
Returns the value of the Keys property for this object.
|
int |
hashCode()
非推奨です。
|
java.lang.Boolean |
isConsistentRead()
非推奨です。
If set to
true, then a consistent read is issued. |
void |
setAttributesToGet(java.util.Collection<java.lang.String> attributesToGet)
非推奨です。
List of
Attribute names. |
void |
setConsistentRead(java.lang.Boolean consistentRead)
非推奨です。
If set to
true, then a consistent read is issued. |
void |
setKeys(java.util.Collection<Key> keys)
非推奨です。
Sets the value of the Keys property for this object.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
KeysAndAttributes |
withAttributesToGet(java.util.Collection<java.lang.String> attributesToGet)
非推奨です。
List of
Attribute names. |
KeysAndAttributes |
withAttributesToGet(java.lang.String... attributesToGet)
非推奨です。
List of
Attribute names. |
KeysAndAttributes |
withConsistentRead(java.lang.Boolean consistentRead)
非推奨です。
If set to
true, then a consistent read is issued. |
KeysAndAttributes |
withKeys(java.util.Collection<Key> keys)
非推奨です。
Sets the value of the Keys property for this object.
|
KeysAndAttributes |
withKeys(Key... keys)
非推奨です。
Sets the value of the Keys property for this object.
|
public java.util.List<Key> getKeys()
Constraints:
Length: 1 - 100
public void setKeys(java.util.Collection<Key> keys)
Constraints:
Length: 1 - 100
keys - The new value for the Keys property for this object.public KeysAndAttributes withKeys(Key... keys)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
keys - The new value for the Keys property for this object.public KeysAndAttributes withKeys(java.util.Collection<Key> keys)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
keys - The new value for the Keys property for this object.public java.util.List<java.lang.String> getAttributesToGet()
Attribute names. If attribute names are not
specified then all attributes will be returned. If some attributes are
not found, they will not appear in the result.
Constraints:
Length: 1 -
Attribute names. If attribute names are not
specified then all attributes will be returned. If some attributes are
not found, they will not appear in the result.public void setAttributesToGet(java.util.Collection<java.lang.String> attributesToGet)
Attribute names. If attribute names are not
specified then all attributes will be returned. If some attributes are
not found, they will not appear in the result.
Constraints:
Length: 1 -
attributesToGet - List of Attribute names. If attribute names are not
specified then all attributes will be returned. If some attributes are
not found, they will not appear in the result.public KeysAndAttributes withAttributesToGet(java.lang.String... attributesToGet)
Attribute names. If attribute names are not
specified then all attributes will be returned. If some attributes are
not found, they will not appear in the result.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
attributesToGet - List of Attribute names. If attribute names are not
specified then all attributes will be returned. If some attributes are
not found, they will not appear in the result.public KeysAndAttributes withAttributesToGet(java.util.Collection<java.lang.String> attributesToGet)
Attribute names. If attribute names are not
specified then all attributes will be returned. If some attributes are
not found, they will not appear in the result.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
attributesToGet - List of Attribute names. If attribute names are not
specified then all attributes will be returned. If some attributes are
not found, they will not appear in the result.public java.lang.Boolean isConsistentRead()
true, then a consistent read is issued.
Otherwise eventually-consistent is used.true, then a consistent read is issued.
Otherwise eventually-consistent is used.public void setConsistentRead(java.lang.Boolean consistentRead)
true, then a consistent read is issued.
Otherwise eventually-consistent is used.consistentRead - If set to true, then a consistent read is issued.
Otherwise eventually-consistent is used.public KeysAndAttributes withConsistentRead(java.lang.Boolean consistentRead)
true, then a consistent read is issued.
Otherwise eventually-consistent is used.
Returns a reference to this object so that method calls can be chained together.
consistentRead - If set to true, then a consistent read is issued.
Otherwise eventually-consistent is used.public java.lang.Boolean getConsistentRead()
true, then a consistent read is issued.
Otherwise eventually-consistent is used.true, then a consistent read is issued.
Otherwise eventually-consistent is used.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