7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/qbusiness/model/DocumentAttributeValue.h>
10#include <aws/qbusiness/model/AttributeValueOperator.h>
67 inline void SetKey(
Aws::String&& value) { m_keyHasBeenSet =
true; m_key = std::move(value); }
68 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
100 bool m_keyHasBeenSet =
false;
103 bool m_valueHasBeenSet =
false;
106 bool m_attributeValueOperatorHasBeenSet =
false;
void SetKey(const char *value)
void SetAttributeValueOperator(const AttributeValueOperator &value)
DocumentAttributeTarget & WithValue(DocumentAttributeValue &&value)
void SetKey(Aws::String &&value)
bool ValueHasBeenSet() const
const Aws::String & GetKey() const
AWS_QBUSINESS_API DocumentAttributeTarget(Aws::Utils::Json::JsonView jsonValue)
DocumentAttributeTarget & WithKey(const Aws::String &value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentAttributeTarget & WithAttributeValueOperator(AttributeValueOperator &&value)
void SetAttributeValueOperator(AttributeValueOperator &&value)
bool KeyHasBeenSet() const
DocumentAttributeTarget & WithKey(const char *value)
AWS_QBUSINESS_API DocumentAttributeTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
const DocumentAttributeValue & GetValue() const
void SetValue(DocumentAttributeValue &&value)
DocumentAttributeTarget & WithAttributeValueOperator(const AttributeValueOperator &value)
AWS_QBUSINESS_API DocumentAttributeTarget()
bool AttributeValueOperatorHasBeenSet() const
void SetKey(const Aws::String &value)
DocumentAttributeTarget & WithValue(const DocumentAttributeValue &value)
void SetValue(const DocumentAttributeValue &value)
DocumentAttributeTarget & WithKey(Aws::String &&value)
const AttributeValueOperator & GetAttributeValueOperator() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue