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>
49 template<
typename StatementT = Aws::String>
50 void SetStatement(StatementT&& value) { m_statementHasBeenSet =
true; m_statement = std::forward<StatementT>(value); }
51 template<
typename StatementT = Aws::String>
62 template<
typename ParametersT = Aws::Vector<AttributeValue>>
63 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
64 template<
typename ParametersT = Aws::Vector<AttributeValue>>
66 template<
typename ParametersT = AttributeValue>
76 inline void SetConsistentRead(
bool value) { m_consistentReadHasBeenSet =
true; m_consistentRead = value; }
96 bool m_statementHasBeenSet =
false;
99 bool m_parametersHasBeenSet =
false;
101 bool m_consistentRead{
false};
102 bool m_consistentReadHasBeenSet =
false;
105 bool m_returnValuesOnConditionCheckFailureHasBeenSet =
false;
bool ReturnValuesOnConditionCheckFailureHasBeenSet() const
void SetReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure value)
void SetStatement(StatementT &&value)
AWS_DYNAMODB_API BatchStatementRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchStatementRequest & WithStatement(StatementT &&value)
bool StatementHasBeenSet() const
bool ConsistentReadHasBeenSet() const
void SetParameters(ParametersT &&value)
bool GetConsistentRead() const
BatchStatementRequest & WithParameters(ParametersT &&value)
BatchStatementRequest & WithConsistentRead(bool value)
AWS_DYNAMODB_API BatchStatementRequest(Aws::Utils::Json::JsonView jsonValue)
void SetConsistentRead(bool value)
ReturnValuesOnConditionCheckFailure GetReturnValuesOnConditionCheckFailure() const
BatchStatementRequest & AddParameters(ParametersT &&value)
const Aws::String & GetStatement() const
AWS_DYNAMODB_API BatchStatementRequest()=default
const Aws::Vector< AttributeValue > & GetParameters() const
bool ParametersHasBeenSet() const
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
BatchStatementRequest & WithReturnValuesOnConditionCheckFailure(ReturnValuesOnConditionCheckFailure value)
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