@Deprecated public class GetItemRequest extends AmazonWebServiceRequest implements java.io.Serializable
GetItem operation.
Retrieves a set of Attributes for an item that matches the primary key.
The GetItem operation provides an eventually-consistent read by default. If eventually-consistent reads are not acceptable for your
application, use ConsistentRead . Although this operation might take longer than a standard read, it always returns the last updated
value.
| コンストラクタと説明 |
|---|
GetItemRequest()
非推奨です。
Default constructor for a new GetItemRequest object.
|
GetItemRequest(java.lang.String tableName,
Key key)
非推奨です。
Constructs a new GetItemRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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. |
Key |
getKey()
非推奨です。
The primary key that uniquely identifies each item in a table.
|
java.lang.String |
getTableName()
非推奨です。
The name of the table in which you want to get an item.
|
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 |
setKey(Key key)
非推奨です。
The primary key that uniquely identifies each item in a table.
|
void |
setTableName(java.lang.String tableName)
非推奨です。
The name of the table in which you want to get an item.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
GetItemRequest |
withAttributesToGet(java.util.Collection<java.lang.String> attributesToGet)
非推奨です。
List of
Attribute names. |
GetItemRequest |
withAttributesToGet(java.lang.String... attributesToGet)
非推奨です。
List of
Attribute names. |
GetItemRequest |
withConsistentRead(java.lang.Boolean consistentRead)
非推奨です。
If set to
true, then a consistent read is issued. |
GetItemRequest |
withKey(Key key)
非推奨です。
The primary key that uniquely identifies each item in a table.
|
GetItemRequest |
withTableName(java.lang.String tableName)
非推奨です。
The name of the table in which you want to get an item.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic GetItemRequest()
public GetItemRequest(java.lang.String tableName,
Key key)
tableName - The name of the table in which you want to get an
item. Allowed characters are a-z, A-Z,
0-9, _ (underscore), - (hyphen)
and . (period).key - The primary key that uniquely identifies each item in a
table. A primary key can be a one attribute (hash) primary key or a
two attribute (hash-and-range) primary key.public java.lang.String getTableName()
a-z, A-Z, 0-9,
_ (underscore), - (hyphen) and
. (period).
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
a-z, A-Z, 0-9,
_ (underscore), - (hyphen) and
. (period).public void setTableName(java.lang.String tableName)
a-z, A-Z, 0-9,
_ (underscore), - (hyphen) and
. (period).
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - The name of the table in which you want to get an item. Allowed
characters are a-z, A-Z, 0-9,
_ (underscore), - (hyphen) and
. (period).public GetItemRequest withTableName(java.lang.String tableName)
a-z, A-Z, 0-9,
_ (underscore), - (hyphen) and
. (period).
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 in which you want to get an item. Allowed
characters are a-z, A-Z, 0-9,
_ (underscore), - (hyphen) and
. (period).public Key getKey()
public void setKey(Key key)
key - The primary key that uniquely identifies each item in a table. A
primary key can be a one attribute (hash) primary key or a two
attribute (hash-and-range) primary key.public GetItemRequest withKey(Key key)
Returns a reference to this object so that method calls can be chained together.
key - The primary key that uniquely identifies each item in a table. A
primary key can be a one attribute (hash) primary key or a two
attribute (hash-and-range) primary key.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 GetItemRequest 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 GetItemRequest 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 GetItemRequest 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