7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/dynamodb/model/AttributeValue.h>
9#include <aws/dynamodb/model/ComparisonOperator.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
101 inline void SetExists(
bool value) { m_existsHasBeenSet =
true; m_exists = value; }
248 bool m_valueHasBeenSet =
false;
251 bool m_existsHasBeenSet =
false;
254 bool m_comparisonOperatorHasBeenSet =
false;
257 bool m_attributeValueListHasBeenSet =
false;
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html
AWS_DYNAMODB_API ExpectedAttributeValue()
ExpectedAttributeValue & WithValue(const AttributeValue &value)
ExpectedAttributeValue & WithComparisonOperator(ComparisonOperator &&value)
void SetAttributeValueList(Aws::Vector< AttributeValue > &&value)
ExpectedAttributeValue & WithAttributeValueList(const Aws::Vector< AttributeValue > &value)
void SetComparisonOperator(ComparisonOperator &&value)
void SetValue(AttributeValue &&value)
AWS_DYNAMODB_API ExpectedAttributeValue(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
const AttributeValue & GetValue() const
ExpectedAttributeValue & AddAttributeValueList(const AttributeValue &value)
AWS_DYNAMODB_API ExpectedAttributeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
ExpectedAttributeValue & WithExists(bool value)
ExpectedAttributeValue & AddAttributeValueList(AttributeValue &&value)
const ComparisonOperator & GetComparisonOperator() const
ExpectedAttributeValue & WithComparisonOperator(const ComparisonOperator &value)
void SetExists(bool value)
ExpectedAttributeValue & WithAttributeValueList(Aws::Vector< AttributeValue > &&value)
ExpectedAttributeValue & WithValue(AttributeValue &&value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributeValueListHasBeenSet() const
bool ComparisonOperatorHasBeenSet() const
bool ExistsHasBeenSet() const
void SetAttributeValueList(const Aws::Vector< AttributeValue > &value)
void SetComparisonOperator(const ComparisonOperator &value)
const Aws::Vector< AttributeValue > & GetAttributeValueList() const
void SetValue(const AttributeValue &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue