7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/DocumentEnrichmentConditionOperator.h>
10#include <aws/qbusiness/model/DocumentAttributeValue.h>
64 template<
typename KeyT = Aws::String>
65 void SetKey(
KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
66 template<
typename KeyT = Aws::String>
88 template<
typename ValueT = DocumentAttributeValue>
89 void SetValue(
ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
90 template<
typename ValueT = DocumentAttributeValue>
96 bool m_keyHasBeenSet =
false;
99 bool m_operatorHasBeenSet =
false;
101 DocumentAttributeValue m_value;
102 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