7#include <aws/dynamodb/DynamoDB_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/dynamodb/model/ComparisonOperator.h>
10#include <aws/dynamodb/model/AttributeValue.h>
66 template<
typename AttributeValueListT = Aws::Vector<AttributeValue>>
67 void SetAttributeValueList(AttributeValueListT&& value) { m_attributeValueListHasBeenSet =
true; m_attributeValueList = std::forward<AttributeValueListT>(value); }
68 template<
typename AttributeValueListT = Aws::Vector<AttributeValue>>
70 template<
typename AttributeValueListT = AttributeValue>
71 Condition&
AddAttributeValueList(AttributeValueListT&& value) { m_attributeValueListHasBeenSet =
true; m_attributeValueList.emplace_back(std::forward<AttributeValueListT>(value));
return *
this; }
192 bool m_attributeValueListHasBeenSet =
false;
195 bool m_comparisonOperatorHasBeenSet =
false;
bool AttributeValueListHasBeenSet() const
Condition & WithComparisonOperator(ComparisonOperator value)
AWS_DYNAMODB_API Aws::Utils::Json::JsonValue Jsonize() const
bool ComparisonOperatorHasBeenSet() const
void SetAttributeValueList(AttributeValueListT &&value)
ComparisonOperator GetComparisonOperator() const
Condition & AddAttributeValueList(AttributeValueListT &&value)
AWS_DYNAMODB_API Condition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DYNAMODB_API Condition()=default
void SetComparisonOperator(ComparisonOperator value)
const Aws::Vector< AttributeValue > & GetAttributeValueList() const
AWS_DYNAMODB_API Condition(Aws::Utils::Json::JsonView jsonValue)
Condition & WithAttributeValueList(AttributeValueListT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue