7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
9#include <aws/qbusiness/model/DocumentAttributeValue.h>
10#include <aws/qbusiness/model/DocumentEnrichmentConditionOperator.h>
58 template <
typename KeyT = Aws::String>
60 m_keyHasBeenSet =
true;
61 m_key = std::forward<KeyT>(value);
63 template <
typename KeyT = Aws::String>
65 SetKey(std::forward<KeyT>(value));
81 m_operatorHasBeenSet =
true;
94 template <
typename ValueT = DocumentAttributeValue>
96 m_valueHasBeenSet =
true;
97 m_value = std::forward<ValueT>(value);
99 template <
typename ValueT = DocumentAttributeValue>
101 SetValue(std::forward<ValueT>(value));
110 DocumentAttributeValue m_value;
111 bool m_keyHasBeenSet =
false;
112 bool m_operatorHasBeenSet =
false;
113 bool m_valueHasBeenSet =
false;
DocumentEnrichmentConditionOperator GetOperator() const
void SetOperator(DocumentEnrichmentConditionOperator value)
void SetKey(KeyT &&value)
bool KeyHasBeenSet() const
bool ValueHasBeenSet() const
const Aws::String & GetKey() const
AWS_QBUSINESS_API DocumentAttributeCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API DocumentAttributeCondition(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API DocumentAttributeCondition()=default
bool OperatorHasBeenSet() const
DocumentAttributeCondition & WithValue(ValueT &&value)
void SetValue(ValueT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
const DocumentAttributeValue & GetValue() const
DocumentAttributeCondition & WithKey(KeyT &&value)
DocumentAttributeCondition & WithOperator(DocumentEnrichmentConditionOperator value)
DocumentEnrichmentConditionOperator
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue