7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/dynamodb/model/AttributeValue.h>
37 AWS_DYNAMODB_API
Get() =
default;
50 template<
typename KeyT = Aws::Map<Aws::String, AttributeValue>>
51 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
52 template<
typename KeyT = Aws::Map<Aws::String, AttributeValue>>
54 template<
typename KeyKeyT = Aws::String,
typename KeyValueT = AttributeValue>
56 m_keyHasBeenSet =
true; m_key.emplace(std::forward<KeyKeyT>(key), std::forward<KeyValueT>(value));
return *
this;
67 template<
typename TableNameT = Aws::String>
68 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
69 template<
typename TableNameT = Aws::String>
83 template<
typename ProjectionExpressionT = Aws::String>
84 void SetProjectionExpression(ProjectionExpressionT&& value) { m_projectionExpressionHasBeenSet =
true; m_projectionExpression = std::forward<ProjectionExpressionT>(value); }
85 template<
typename ProjectionExpressionT = Aws::String>
96 template<
typename ExpressionAttributeNamesT = Aws::Map<Aws::String, Aws::String>>
97 void SetExpressionAttributeNames(ExpressionAttributeNamesT&& value) { m_expressionAttributeNamesHasBeenSet =
true; m_expressionAttributeNames = std::forward<ExpressionAttributeNamesT>(value); }
98 template<
typename ExpressionAttributeNamesT = Aws::Map<Aws::String, Aws::String>>
100 template<
typename ExpressionAttributeNamesKeyT = Aws::String,
typename ExpressionAttributeNamesValueT = Aws::String>
102 m_expressionAttributeNamesHasBeenSet =
true; m_expressionAttributeNames.emplace(std::forward<ExpressionAttributeNamesKeyT>(key), std::forward<ExpressionAttributeNamesValueT>(value));
return *
this;
108 bool m_keyHasBeenSet =
false;
111 bool m_tableNameHasBeenSet =
false;
114 bool m_projectionExpressionHasBeenSet =
false;
117 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