7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyUIBuilder
46 template<
typename AppIdT = Aws::String>
47 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
48 template<
typename AppIdT = Aws::String>
58 template<
typename EnvironmentNameT = Aws::String>
59 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
60 template<
typename EnvironmentNameT = Aws::String>
70 template<
typename IdT = Aws::String>
71 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
72 template<
typename IdT = Aws::String>
82 template<
typename NameT = Aws::String>
83 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
84 template<
typename NameT = Aws::String>
90 bool m_appIdHasBeenSet =
false;
93 bool m_environmentNameHasBeenSet =
false;
96 bool m_idHasBeenSet =
false;
99 bool m_nameHasBeenSet =
false;
void SetAppId(AppIdT &&value)
ThemeSummary & WithAppId(AppIdT &&value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AMPLIFYUIBUILDER_API ThemeSummary(Aws::Utils::Json::JsonView jsonValue)
bool EnvironmentNameHasBeenSet() const
bool AppIdHasBeenSet() const
const Aws::String & GetAppId() const
ThemeSummary & WithName(NameT &&value)
bool IdHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API ThemeSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
ThemeSummary & WithId(IdT &&value)
void SetName(NameT &&value)
ThemeSummary & WithEnvironmentName(EnvironmentNameT &&value)
AWS_AMPLIFYUIBUILDER_API ThemeSummary()=default
const Aws::String & GetName() const
const Aws::String & GetEnvironmentName() const
bool NameHasBeenSet() const
void SetEnvironmentName(EnvironmentNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue