7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/dynamodb/model/ReturnValuesOnConditionCheckFailure.h>
11#include <aws/dynamodb/model/AttributeValue.h>
51 inline void SetStatement(
const char* value) { m_statementHasBeenSet =
true; m_statement.assign(value); }
78 inline void SetConsistentRead(
bool value) { m_consistentReadHasBeenSet =
true; m_consistentRead = value; }
100 bool m_statementHasBeenSet =
false;
103 bool m_parametersHasBeenSet =
false;
105 bool m_consistentRead;
106 bool m_consistentReadHasBeenSet =
false;
109 bool m_returnValuesOnConditionCheckFailureHasBeenSet =
false;
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html
BatchStatementRequest & WithReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure &&value)
BatchStatementRequest & WithParameters(const Aws::Vector< AttributeValue > &value)
const ReturnValuesOnConditionCheckFailure & GetReturnValuesOnConditionCheckFailure() const
bool ReturnValuesOnConditionCheckFailureHasBeenSet() const
BatchStatementRequest & WithStatement(const char *value)
AWS_DYNAMODB_API BatchStatementRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchStatementRequest & WithParameters(Aws::Vector< AttributeValue > &&value)
BatchStatementRequest & WithStatement(Aws::String &&value)
void SetStatement(Aws::String &&value)
BatchStatementRequest & AddParameters(const AttributeValue &value)
bool StatementHasBeenSet() const
bool ConsistentReadHasBeenSet() const
void SetStatement(const Aws::String &value)
AWS_DYNAMODB_API BatchStatementRequest()
void SetParameters(Aws::Vector< AttributeValue > &&value)
bool GetConsistentRead() const
void SetReturnValuesOnConditionCheckFailure(const ReturnValuesOnConditionCheckFailure &value)
BatchStatementRequest & WithStatement(const Aws::String &value)
BatchStatementRequest & WithConsistentRead(bool value)
void SetReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure &&value)
AWS_DYNAMODB_API BatchStatementRequest(Aws::Utils::Json::JsonView jsonValue)
void SetParameters(const Aws::Vector< AttributeValue > &value)
void SetConsistentRead(bool value)
BatchStatementRequest & WithReturnValuesOnConditionCheckFailure(const ReturnValuesOnConditionCheckFailure &value)
const Aws::String & GetStatement() const
const Aws::Vector< AttributeValue > & GetParameters() const
bool ParametersHasBeenSet() const
void SetStatement(const char *value)
BatchStatementRequest & AddParameters(AttributeValue &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
ReturnValuesOnConditionCheckFailure
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue