7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyUIBuilder
47 template<
typename AppIdT = Aws::String>
48 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
49 template<
typename AppIdT = Aws::String>
59 template<
typename EnvironmentNameT = Aws::String>
60 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
61 template<
typename EnvironmentNameT = Aws::String>
71 template<
typename IdT = Aws::String>
72 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
73 template<
typename IdT = Aws::String>
83 template<
typename NameT = Aws::String>
84 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
85 template<
typename NameT = Aws::String>
95 template<
typename ComponentTypeT = Aws::String>
96 void SetComponentType(ComponentTypeT&& value) { m_componentTypeHasBeenSet =
true; m_componentType = std::forward<ComponentTypeT>(value); }
97 template<
typename ComponentTypeT = Aws::String>
103 bool m_appIdHasBeenSet =
false;
106 bool m_environmentNameHasBeenSet =
false;
109 bool m_idHasBeenSet =
false;
112 bool m_nameHasBeenSet =
false;
115 bool m_componentTypeHasBeenSet =
false;
bool IdHasBeenSet() const
ComponentSummary & WithId(IdT &&value)
AWS_AMPLIFYUIBUILDER_API ComponentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ComponentSummary & WithComponentType(ComponentTypeT &&value)
bool ComponentTypeHasBeenSet() const
const Aws::String & GetId() const
bool NameHasBeenSet() const
void SetEnvironmentName(EnvironmentNameT &&value)
const Aws::String & GetComponentType() const
ComponentSummary & WithAppId(AppIdT &&value)
void SetComponentType(ComponentTypeT &&value)
AWS_AMPLIFYUIBUILDER_API ComponentSummary()=default
const Aws::String & GetAppId() const
bool AppIdHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
bool EnvironmentNameHasBeenSet() const
void SetName(NameT &&value)
ComponentSummary & WithEnvironmentName(EnvironmentNameT &&value)
const Aws::String & GetName() const
AWS_AMPLIFYUIBUILDER_API ComponentSummary(Aws::Utils::Json::JsonView jsonValue)
ComponentSummary & WithName(NameT &&value)
const Aws::String & GetEnvironmentName() const
void SetAppId(AppIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue