7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename IdT = Aws::String>
48 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
49 template<
typename IdT = Aws::String>
59 template<
typename TitleT = Aws::String>
60 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
61 template<
typename TitleT = Aws::String>
71 template<
typename ColorT = Aws::String>
72 void SetColor(
ColorT&& value) { m_colorHasBeenSet =
true; m_color = std::forward<ColorT>(value); }
73 template<
typename ColorT = Aws::String>
83 inline void SetAppCount(
int value) { m_appCountHasBeenSet =
true; m_appCount = value; }
89 bool m_idHasBeenSet =
false;
92 bool m_titleHasBeenSet =
false;
95 bool m_colorHasBeenSet =
false;
98 bool m_appCountHasBeenSet =
false;
bool ColorHasBeenSet() const
bool IdHasBeenSet() const
bool AppCountHasBeenSet() const
Category & WithAppCount(int value)
AWS_QAPPS_API Category & operator=(Aws::Utils::Json::JsonView jsonValue)
Category & WithTitle(TitleT &&value)
AWS_QAPPS_API Category()=default
void SetAppCount(int value)
bool TitleHasBeenSet() const
AWS_QAPPS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetTitle() const
AWS_QAPPS_API Category(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetColor() const
const Aws::String & GetId() const
void SetColor(ColorT &&value)
void SetTitle(TitleT &&value)
Category & WithId(IdT &&value)
Category & WithColor(ColorT &&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