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>
60 template <
typename AttributeValueListT = Aws::Vector<AttributeValue>>
62 m_attributeValueListHasBeenSet =
true;
63 m_attributeValueList = std::forward<AttributeValueListT>(value);
65 template <
typename AttributeValueListT = Aws::Vector<AttributeValue>>
70 template <
typename AttributeValueListT = AttributeValue>
72 m_attributeValueListHasBeenSet =
true;
73 m_attributeValueList.emplace_back(std::forward<AttributeValueListT>(value));
191 m_comparisonOperatorHasBeenSet =
true;
192 m_comparisonOperator = value;
203 bool m_attributeValueListHasBeenSet =
false;
204 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