7#include <aws/appstream/AppStream_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
67 template<
typename ValueT = Aws::String>
68 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
69 template<
typename ValueT = Aws::String>
75 bool m_nameHasBeenSet =
false;
78 bool m_valueHasBeenSet =
false;
EntitlementAttribute & WithValue(ValueT &&value)
AWS_APPSTREAM_API EntitlementAttribute()=default
bool ValueHasBeenSet() const
const Aws::String & GetName() const
AWS_APPSTREAM_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
AWS_APPSTREAM_API EntitlementAttribute & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetValue() const
AWS_APPSTREAM_API EntitlementAttribute(Aws::Utils::Json::JsonView jsonValue)
void SetValue(ValueT &&value)
void SetName(NameT &&value)
EntitlementAttribute & WithName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue