7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyUIBuilder
49 inline void SetAppId(
const char* value) { m_appIdHasBeenSet =
true; m_appId.assign(value); }
63 inline void SetEnvironmentName(
const char* value) { m_environmentNameHasBeenSet =
true; m_environmentName.assign(value); }
76 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
77 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
91 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
105 inline void SetComponentType(
const char* value) { m_componentTypeHasBeenSet =
true; m_componentType.assign(value); }
113 bool m_appIdHasBeenSet =
false;
116 bool m_environmentNameHasBeenSet =
false;
119 bool m_idHasBeenSet =
false;
122 bool m_nameHasBeenSet =
false;
125 bool m_componentTypeHasBeenSet =
false;
AWS_AMPLIFYUIBUILDER_API ComponentSummary()
bool IdHasBeenSet() const
ComponentSummary & WithAppId(const Aws::String &value)
ComponentSummary & WithAppId(const char *value)
void SetComponentType(const char *value)
AWS_AMPLIFYUIBUILDER_API ComponentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ComponentSummary & WithId(const Aws::String &value)
bool ComponentTypeHasBeenSet() const
ComponentSummary & WithComponentType(const char *value)
const Aws::String & GetId() const
bool NameHasBeenSet() const
void SetAppId(Aws::String &&value)
ComponentSummary & WithComponentType(const Aws::String &value)
void SetName(Aws::String &&value)
const Aws::String & GetComponentType() const
ComponentSummary & WithAppId(Aws::String &&value)
const Aws::String & GetAppId() const
bool AppIdHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(const Aws::String &value)
bool EnvironmentNameHasBeenSet() const
void SetAppId(const char *value)
void SetName(const char *value)
void SetComponentType(const Aws::String &value)
void SetAppId(const Aws::String &value)
ComponentSummary & WithEnvironmentName(const char *value)
const Aws::String & GetName() const
ComponentSummary & WithId(Aws::String &&value)
AWS_AMPLIFYUIBUILDER_API ComponentSummary(Aws::Utils::Json::JsonView jsonValue)
ComponentSummary & WithEnvironmentName(Aws::String &&value)
ComponentSummary & WithComponentType(Aws::String &&value)
ComponentSummary & WithName(const char *value)
ComponentSummary & WithEnvironmentName(const Aws::String &value)
void SetId(Aws::String &&value)
void SetComponentType(Aws::String &&value)
const Aws::String & GetEnvironmentName() const
ComponentSummary & WithName(const Aws::String &value)
ComponentSummary & WithName(Aws::String &&value)
void SetId(const Aws::String &value)
void SetEnvironmentName(const char *value)
void SetEnvironmentName(const Aws::String &value)
void SetId(const char *value)
void SetEnvironmentName(Aws::String &&value)
ComponentSummary & WithId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue