7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/DynamoDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/dynamodb/model/ReturnConsumedCapacity.h>
13#include <aws/dynamodb/model/AttributeValue.h>
54 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
108 inline void SetConsistentRead(
bool value) { m_consistentReadHasBeenSet =
true; m_consistentRead = value; }
137 inline void SetProjectionExpression(
const char* value) { m_projectionExpressionHasBeenSet =
true; m_projectionExpression.assign(value); }
186 bool m_tableNameHasBeenSet =
false;
189 bool m_keyHasBeenSet =
false;
192 bool m_attributesToGetHasBeenSet =
false;
194 bool m_consistentRead;
195 bool m_consistentReadHasBeenSet =
false;
198 bool m_returnConsumedCapacityHasBeenSet =
false;
201 bool m_projectionExpressionHasBeenSet =
false;
204 bool m_expressionAttributeNamesHasBeenSet =
false;
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html
GetItemRequest & WithTableName(Aws::String &&value)
bool ExpressionAttributeNamesHasBeenSet() const
GetItemRequest & AddExpressionAttributeNames(const Aws::String &key, const Aws::String &value)
void SetAttributesToGet(const Aws::Vector< Aws::String > &value)
GetItemRequest & WithExpressionAttributeNames(const Aws::Map< Aws::String, Aws::String > &value)
GetItemRequest & AddKey(Aws::String &&key, const AttributeValue &value)
bool ReturnConsumedCapacityHasBeenSet() const
GetItemRequest & AddExpressionAttributeNames(Aws::String &&key, Aws::String &&value)
GetItemRequest & AddAttributesToGet(Aws::String &&value)
bool GetConsistentRead() const
const Aws::Map< Aws::String, AttributeValue > & GetKey() const
void SetProjectionExpression(Aws::String &&value)
GetItemRequest & WithConsistentRead(bool value)
GetItemRequest & WithTableName(const char *value)
const ReturnConsumedCapacity & GetReturnConsumedCapacity() const
GetItemRequest & AddKey(const char *key, AttributeValue &&value)
GetItemRequest & WithAttributesToGet(const Aws::Vector< Aws::String > &value)
void SetTableName(const char *value)
bool TableNameHasBeenSet() const
void SetTableName(const Aws::String &value)
GetItemRequest & AddAttributesToGet(const Aws::String &value)
AWS_DYNAMODB_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_DYNAMODB_API GetItemRequest()
GetItemRequest & WithProjectionExpression(const char *value)
void SetReturnConsumedCapacity(const ReturnConsumedCapacity &value)
void SetReturnConsumedCapacity(ReturnConsumedCapacity &&value)
GetItemRequest & WithKey(const Aws::Map< Aws::String, AttributeValue > &value)
void SetExpressionAttributeNames(const Aws::Map< Aws::String, Aws::String > &value)
GetItemRequest & AddExpressionAttributeNames(const Aws::String &key, Aws::String &&value)
GetItemRequest & WithProjectionExpression(Aws::String &&value)
void SetKey(Aws::Map< Aws::String, AttributeValue > &&value)
GetItemRequest & AddExpressionAttributeNames(const char *key, const char *value)
GetItemRequest & WithKey(Aws::Map< Aws::String, AttributeValue > &&value)
GetItemRequest & WithTableName(const Aws::String &value)
GetItemRequest & AddKey(const Aws::String &key, const AttributeValue &value)
bool AttributesToGetHasBeenSet() const
GetItemRequest & WithReturnConsumedCapacity(ReturnConsumedCapacity &&value)
GetItemRequest & WithAttributesToGet(Aws::Vector< Aws::String > &&value)
void SetAttributesToGet(Aws::Vector< Aws::String > &&value)
GetItemRequest & AddKey(const char *key, const AttributeValue &value)
GetItemRequest & WithProjectionExpression(const Aws::String &value)
void SetProjectionExpression(const Aws::String &value)
GetItemRequest & AddKey(const Aws::String &key, AttributeValue &&value)
void SetExpressionAttributeNames(Aws::Map< Aws::String, Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
GetItemRequest & WithExpressionAttributeNames(Aws::Map< Aws::String, Aws::String > &&value)
void SetTableName(Aws::String &&value)
const Aws::String & GetProjectionExpression() const
GetItemRequest & AddExpressionAttributeNames(Aws::String &&key, const Aws::String &value)
void SetProjectionExpression(const char *value)
void SetKey(const Aws::Map< Aws::String, AttributeValue > &value)
GetItemRequest & AddKey(Aws::String &&key, AttributeValue &&value)
const Aws::String & GetTableName() const
GetItemRequest & AddExpressionAttributeNames(Aws::String &&key, const char *value)
void SetConsistentRead(bool value)
GetItemRequest & AddExpressionAttributeNames(const char *key, Aws::String &&value)
bool KeyHasBeenSet() const
bool ProjectionExpressionHasBeenSet() const
GetItemRequest & AddAttributesToGet(const char *value)
bool ConsistentReadHasBeenSet() const
const Aws::Vector< Aws::String > & GetAttributesToGet() const
GetItemRequest & WithReturnConsumedCapacity(const ReturnConsumedCapacity &value)
AWS_DYNAMODB_API Aws::String SerializePayload() const override
const Aws::Map< Aws::String, Aws::String > & GetExpressionAttributeNames() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector