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();
58 inline Get&
AddKey(
const char* key,
AttributeValue&& value) { m_keyHasBeenSet =
true; m_key.emplace(key, std::move(value));
return *
this; }
59 inline Get&
AddKey(
const char* key,
const AttributeValue& value) { m_keyHasBeenSet =
true; m_key.emplace(key, value);
return *
this; }
71 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
89 inline void SetProjectionExpression(
const char* value) { m_projectionExpressionHasBeenSet =
true; m_projectionExpression.assign(value); }
112 inline Get&
AddExpressionAttributeNames(
const char* key,
const char* value) { m_expressionAttributeNamesHasBeenSet =
true; m_expressionAttributeNames.emplace(key, value);
return *
this; }
117 bool m_keyHasBeenSet =
false;
120 bool m_tableNameHasBeenSet =
false;
123 bool m_projectionExpressionHasBeenSet =
false;
126 bool m_expressionAttributeNamesHasBeenSet =
false;
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html
const Aws::Map< Aws::String, Aws::String > & GetExpressionAttributeNames() const
void SetKey(Aws::Map< Aws::String, AttributeValue > &&value)
Get & WithTableName(const char *value)
Get & WithKey(const Aws::Map< Aws::String, AttributeValue > &value)
Get & WithExpressionAttributeNames(Aws::Map< Aws::String, Aws::String > &&value)
void SetProjectionExpression(const Aws::String &value)
Get & AddExpressionAttributeNames(const Aws::String &key, const Aws::String &value)
Get & WithProjectionExpression(const Aws::String &value)
Get & WithTableName(const Aws::String &value)
const Aws::String & GetProjectionExpression() const
Get & WithTableName(Aws::String &&value)
Get & AddKey(Aws::String &&key, const AttributeValue &value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetKey(const Aws::Map< Aws::String, AttributeValue > &value)
void SetProjectionExpression(Aws::String &&value)
Get & WithProjectionExpression(Aws::String &&value)
Get & AddKey(const Aws::String &key, AttributeValue &&value)
AWS_DYNAMODB_API Get & operator=(Aws::Utils::Json::JsonView jsonValue)
Get & AddExpressionAttributeNames(Aws::String &&key, const Aws::String &value)
void SetProjectionExpression(const char *value)
void SetExpressionAttributeNames(const Aws::Map< Aws::String, Aws::String > &value)
Get & AddExpressionAttributeNames(const char *key, const char *value)
Get & WithExpressionAttributeNames(const Aws::Map< Aws::String, Aws::String > &value)
Get & AddKey(const Aws::String &key, const AttributeValue &value)
Get & AddExpressionAttributeNames(Aws::String &&key, Aws::String &&value)
void SetTableName(const Aws::String &value)
Get & AddExpressionAttributeNames(const Aws::String &key, Aws::String &&value)
Get & AddKey(const char *key, const AttributeValue &value)
bool KeyHasBeenSet() const
void SetExpressionAttributeNames(Aws::Map< Aws::String, Aws::String > &&value)
Get & WithKey(Aws::Map< Aws::String, AttributeValue > &&value)
Get & AddKey(Aws::String &&key, AttributeValue &&value)
bool TableNameHasBeenSet() const
void SetTableName(const char *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
Get & AddKey(const char *key, AttributeValue &&value)
Get & WithProjectionExpression(const char *value)
void SetTableName(Aws::String &&value)
Get & AddExpressionAttributeNames(const char *key, Aws::String &&value)
bool ExpressionAttributeNamesHasBeenSet() const
Get & AddExpressionAttributeNames(Aws::String &&key, const char *value)
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