7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qapps/QApps_EXPORTS.h>
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename TitleT = Aws::String>
61 m_titleHasBeenSet =
true;
62 m_title = std::forward<TitleT>(value);
64 template <
typename TitleT = Aws::String>
66 SetTitle(std::forward<TitleT>(value));
77 template <
typename ColorT = Aws::String>
79 m_colorHasBeenSet =
true;
80 m_color = std::forward<ColorT>(value);
82 template <
typename ColorT = Aws::String>
84 SetColor(std::forward<ColorT>(value));
96 m_appCountHasBeenSet =
true;
112 bool m_idHasBeenSet =
false;
113 bool m_titleHasBeenSet =
false;
114 bool m_colorHasBeenSet =
false;
115 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