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>
70 template<
typename ValueT = AttributeValue>
71 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
72 template<
typename ValueT = AttributeValue>
101 inline void SetExists(
bool value) { m_existsHasBeenSet =
true; m_exists = value; }
236 template<
typename AttributeValueListT = Aws::Vector<AttributeValue>>
237 void SetAttributeValueList(AttributeValueListT&& value) { m_attributeValueListHasBeenSet =
true; m_attributeValueList = std::forward<AttributeValueListT>(value); }
238 template<
typename AttributeValueListT = Aws::Vector<AttributeValue>>
240 template<
typename AttributeValueListT = AttributeValue>
246 bool m_valueHasBeenSet =
false;
248 bool m_exists{
false};
249 bool m_existsHasBeenSet =
false;
252 bool m_comparisonOperatorHasBeenSet =
false;
255 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