7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qbusiness/QBusiness_EXPORTS.h>
9#include <aws/qbusiness/model/AttributeValueOperator.h>
10#include <aws/qbusiness/model/DocumentAttributeValue.h>
60 template <
typename KeyT = Aws::String>
62 m_keyHasBeenSet =
true;
63 m_key = std::forward<KeyT>(value);
65 template <
typename KeyT = Aws::String>
67 SetKey(std::forward<KeyT>(value));
76 template <
typename ValueT = DocumentAttributeValue>
78 m_valueHasBeenSet =
true;
79 m_value = std::forward<ValueT>(value);
81 template <
typename ValueT = DocumentAttributeValue>
83 SetValue(std::forward<ValueT>(value));
97 m_attributeValueOperatorHasBeenSet =
true;
98 m_attributeValueOperator = value;
111 bool m_keyHasBeenSet =
false;
112 bool m_valueHasBeenSet =
false;
113 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