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>
66 template<
typename KeyT = Aws::String>
67 void SetKey(
KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
68 template<
typename KeyT = Aws::String>
76 template<
typename ValueT = DocumentAttributeValue>
77 void SetValue(
ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
78 template<
typename ValueT = DocumentAttributeValue>
96 bool m_keyHasBeenSet =
false;
99 bool m_valueHasBeenSet =
false;
102 bool m_attributeValueOperatorHasBeenSet =
false;
void SetKey(KeyT &&value)
void SetValue(ValueT &&value)
DocumentAttributeTarget & WithAttributeValueOperator(AttributeValueOperator value)
bool ValueHasBeenSet() const
const Aws::String & GetKey() const
AWS_QBUSINESS_API DocumentAttributeTarget(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentAttributeTarget & WithKey(KeyT &&value)
void SetAttributeValueOperator(AttributeValueOperator value)
bool KeyHasBeenSet() const
AWS_QBUSINESS_API DocumentAttributeTarget & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QBUSINESS_API DocumentAttributeTarget()=default
const DocumentAttributeValue & GetValue() const
bool AttributeValueOperatorHasBeenSet() const
AttributeValueOperator GetAttributeValueOperator() const
DocumentAttributeTarget & WithValue(ValueT &&value)
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