7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qapps/QApps_EXPORTS.h>
9#include <aws/qapps/model/DocumentAttributeValue.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename ValueT = DocumentAttributeValue>
61 m_valueHasBeenSet =
true;
62 m_value = std::forward<ValueT>(value);
64 template <
typename ValueT = DocumentAttributeValue>
66 SetValue(std::forward<ValueT>(value));
74 bool m_nameHasBeenSet =
false;
75 bool m_valueHasBeenSet =
false;
const Aws::String & GetName() const
AWS_QAPPS_API DocumentAttribute(Aws::Utils::Json::JsonView jsonValue)
AWS_QAPPS_API DocumentAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
DocumentAttribute & WithValue(ValueT &&value)
DocumentAttribute & WithName(NameT &&value)
bool ValueHasBeenSet() const
void SetValue(ValueT &&value)
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QAPPS_API DocumentAttribute()=default
bool NameHasBeenSet() const
void SetName(NameT &&value)
const DocumentAttributeValue & GetValue() const
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