7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/dynamodb/DynamoDB_EXPORTS.h>
10#include <aws/dynamodb/model/AttributeValue.h>
32 AWS_DYNAMODB_API
Get() =
default;
44 template <
typename KeyT = Aws::Map<Aws::String, AttributeValue>>
46 m_keyHasBeenSet =
true;
47 m_key = std::forward<KeyT>(value);
49 template <
typename KeyT = Aws::Map<Aws::String, AttributeValue>>
51 SetKey(std::forward<KeyT>(value));
54 template <
typename KeyKeyT = Aws::String,
typename KeyValueT = AttributeValue>
56 m_keyHasBeenSet =
true;
57 m_key.emplace(std::forward<KeyKeyT>(key), std::forward<KeyValueT>(value));
69 template <
typename TableNameT = Aws::String>
71 m_tableNameHasBeenSet =
true;
72 m_tableName = std::forward<TableNameT>(value);
74 template <
typename TableNameT = Aws::String>
91 template <
typename ProjectionExpressionT = Aws::String>
93 m_projectionExpressionHasBeenSet =
true;
94 m_projectionExpression = std::forward<ProjectionExpressionT>(value);
96 template <
typename ProjectionExpressionT = Aws::String>
110 template <
typename ExpressionAttributeNamesT = Aws::Map<Aws::String, Aws::String>>
112 m_expressionAttributeNamesHasBeenSet =
true;
113 m_expressionAttributeNames = std::forward<ExpressionAttributeNamesT>(value);
115 template <
typename ExpressionAttributeNamesT = Aws::Map<Aws::String, Aws::String>>
120 template <
typename ExpressionAttributeNamesKeyT = Aws::String,
typename ExpressionAttributeNamesValueT = Aws::String>
122 m_expressionAttributeNamesHasBeenSet =
true;
123 m_expressionAttributeNames.emplace(std::forward<ExpressionAttributeNamesKeyT>(key),
124 std::forward<ExpressionAttributeNamesValueT>(value));
136 bool m_keyHasBeenSet =
false;
137 bool m_tableNameHasBeenSet =
false;
138 bool m_projectionExpressionHasBeenSet =
false;
139 bool m_expressionAttributeNamesHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetExpressionAttributeNames() const
void SetKey(KeyT &&value)
const Aws::String & GetProjectionExpression() const
Get & WithKey(KeyT &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DYNAMODB_API Get & operator=(Aws::Utils::Json::JsonView jsonValue)
Get & WithProjectionExpression(ProjectionExpressionT &&value)
AWS_DYNAMODB_API Get()=default
Get & AddExpressionAttributeNames(ExpressionAttributeNamesKeyT &&key, ExpressionAttributeNamesValueT &&value)
Get & AddKey(KeyKeyT &&key, KeyValueT &&value)
bool KeyHasBeenSet() const
bool TableNameHasBeenSet() const
Get & WithExpressionAttributeNames(ExpressionAttributeNamesT &&value)
const Aws::Map< Aws::String, AttributeValue > & GetKey() const
bool ProjectionExpressionHasBeenSet() const
AWS_DYNAMODB_API Get(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTableName() const
void SetExpressionAttributeNames(ExpressionAttributeNamesT &&value)
void SetProjectionExpression(ProjectionExpressionT &&value)
Get & WithTableName(TableNameT &&value)
void SetTableName(TableNameT &&value)
bool ExpressionAttributeNamesHasBeenSet() const
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
Aws::Utils::Json::JsonValue JsonValue