7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/dynamodb/DynamoDB_EXPORTS.h>
9#include <aws/dynamodb/model/AttributeValue.h>
10#include <aws/dynamodb/model/ComparisonOperator.h>
64 template <
typename ValueT = AttributeValue>
66 m_valueHasBeenSet =
true;
67 m_value = std::forward<ValueT>(value);
69 template <
typename ValueT = AttributeValue>
71 SetValue(std::forward<ValueT>(value));
102 m_existsHasBeenSet =
true;
222 m_comparisonOperatorHasBeenSet =
true;
223 m_comparisonOperator = value;
248 template <
typename AttributeValueListT = Aws::Vector<AttributeValue>>
250 m_attributeValueListHasBeenSet =
true;
251 m_attributeValueList = std::forward<AttributeValueListT>(value);
253 template <
typename AttributeValueListT = Aws::Vector<AttributeValue>>
258 template <
typename AttributeValueListT = AttributeValue>
260 m_attributeValueListHasBeenSet =
true;
261 m_attributeValueList.emplace_back(std::forward<AttributeValueListT>(value));
268 bool m_exists{
false};
273 bool m_valueHasBeenSet =
false;
274 bool m_existsHasBeenSet =
false;
275 bool m_comparisonOperatorHasBeenSet =
false;
276 bool m_attributeValueListHasBeenSet =
false;
http://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_AttributeValue.html
ExpectedAttributeValue & AddAttributeValueList(AttributeValueListT &&value)
ComparisonOperator GetComparisonOperator() const
ExpectedAttributeValue & WithValue(ValueT &&value)
ExpectedAttributeValue & WithComparisonOperator(ComparisonOperator value)
void SetComparisonOperator(ComparisonOperator value)
AWS_DYNAMODB_API ExpectedAttributeValue(Aws::Utils::Json::JsonView jsonValue)
bool ValueHasBeenSet() const
const AttributeValue & GetValue() const
void SetValue(ValueT &&value)
ExpectedAttributeValue & WithAttributeValueList(AttributeValueListT &&value)
AWS_DYNAMODB_API ExpectedAttributeValue & operator=(Aws::Utils::Json::JsonView jsonValue)
ExpectedAttributeValue & WithExists(bool value)
void SetExists(bool value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool AttributeValueListHasBeenSet() const
bool ComparisonOperatorHasBeenSet() const
bool ExistsHasBeenSet() const
void SetAttributeValueList(AttributeValueListT &&value)
const Aws::Vector< AttributeValue > & GetAttributeValueList() const
AWS_DYNAMODB_API ExpectedAttributeValue()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue