7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/dynamodb/model/AttributeValue.h>
89 inline void SetConsistentRead(
bool value) { m_consistentReadHasBeenSet =
true; m_consistentRead = value; }
108 inline void SetProjectionExpression(
const char* value) { m_projectionExpressionHasBeenSet =
true; m_projectionExpression.assign(value); }
157 bool m_keysHasBeenSet =
false;
160 bool m_attributesToGetHasBeenSet =
false;
162 bool m_consistentRead;
163 bool m_consistentReadHasBeenSet =
false;
166 bool m_projectionExpressionHasBeenSet =
false;
169 bool m_expressionAttributeNamesHasBeenSet =
false;
AWS_DYNAMODB_API KeysAndAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
KeysAndAttributes & WithKeys(const Aws::Vector< Aws::Map< Aws::String, AttributeValue > > &value)
const Aws::Map< Aws::String, Aws::String > & GetExpressionAttributeNames() const
AWS_DYNAMODB_API KeysAndAttributes(Aws::Utils::Json::JsonView jsonValue)
bool ConsistentReadHasBeenSet() const
KeysAndAttributes & WithExpressionAttributeNames(Aws::Map< Aws::String, Aws::String > &&value)
void SetKeys(const Aws::Vector< Aws::Map< Aws::String, AttributeValue > > &value)
KeysAndAttributes & AddAttributesToGet(Aws::String &&value)
bool ExpressionAttributeNamesHasBeenSet() const
bool KeysHasBeenSet() const
KeysAndAttributes & WithExpressionAttributeNames(const Aws::Map< Aws::String, Aws::String > &value)
bool AttributesToGetHasBeenSet() const
KeysAndAttributes & WithConsistentRead(bool value)
void SetKeys(Aws::Vector< Aws::Map< Aws::String, AttributeValue > > &&value)
const Aws::Vector< Aws::Map< Aws::String, AttributeValue > > & GetKeys() const
KeysAndAttributes & AddExpressionAttributeNames(const Aws::String &key, const Aws::String &value)
const Aws::Vector< Aws::String > & GetAttributesToGet() const
KeysAndAttributes & WithKeys(Aws::Vector< Aws::Map< Aws::String, AttributeValue > > &&value)
bool GetConsistentRead() const
AWS_DYNAMODB_API KeysAndAttributes()
void SetExpressionAttributeNames(const Aws::Map< Aws::String, Aws::String > &value)
KeysAndAttributes & WithAttributesToGet(Aws::Vector< Aws::String > &&value)
KeysAndAttributes & AddAttributesToGet(const Aws::String &value)
KeysAndAttributes & WithProjectionExpression(const Aws::String &value)
KeysAndAttributes & WithProjectionExpression(Aws::String &&value)
void SetAttributesToGet(Aws::Vector< Aws::String > &&value)
void SetProjectionExpression(const Aws::String &value)
KeysAndAttributes & AddExpressionAttributeNames(Aws::String &&key, const char *value)
KeysAndAttributes & AddExpressionAttributeNames(const char *key, const char *value)
KeysAndAttributes & AddExpressionAttributeNames(const Aws::String &key, Aws::String &&value)
KeysAndAttributes & AddKeys(const Aws::Map< Aws::String, AttributeValue > &value)
KeysAndAttributes & AddAttributesToGet(const char *value)
KeysAndAttributes & AddExpressionAttributeNames(const char *key, Aws::String &&value)
KeysAndAttributes & AddExpressionAttributeNames(Aws::String &&key, Aws::String &&value)
void SetProjectionExpression(const char *value)
bool ProjectionExpressionHasBeenSet() const
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
KeysAndAttributes & AddExpressionAttributeNames(Aws::String &&key, const Aws::String &value)
KeysAndAttributes & WithProjectionExpression(const char *value)
KeysAndAttributes & AddKeys(Aws::Map< Aws::String, AttributeValue > &&value)
KeysAndAttributes & WithAttributesToGet(const Aws::Vector< Aws::String > &value)
const Aws::String & GetProjectionExpression() const
void SetConsistentRead(bool value)
void SetProjectionExpression(Aws::String &&value)
void SetAttributesToGet(const Aws::Vector< Aws::String > &value)
void SetExpressionAttributeNames(Aws::Map< Aws::String, Aws::String > &&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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue