7#include <aws/qapps/QApps_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename IdT = Aws::String>
49 void SetId(
IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename TitleT = Aws::String>
61 void SetTitle(
TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
62 template<
typename TitleT = Aws::String>
73 template<
typename ColorT = Aws::String>
74 void SetColor(
ColorT&& value) { m_colorHasBeenSet =
true; m_color = std::forward<ColorT>(value); }
75 template<
typename ColorT = Aws::String>
81 bool m_idHasBeenSet =
false;
84 bool m_titleHasBeenSet =
false;
87 bool m_colorHasBeenSet =
false;
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