7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/amplifyuibuilder/model/ComponentProperty.h>
22namespace AmplifyUIBuilder
48 template<
typename ComponentNameT = Aws::String>
49 void SetComponentName(ComponentNameT&& value) { m_componentNameHasBeenSet =
true; m_componentName = std::forward<ComponentNameT>(value); }
50 template<
typename ComponentNameT = Aws::String>
60 template<
typename PropertyT = Aws::String>
61 void SetProperty(PropertyT&& value) { m_propertyHasBeenSet =
true; m_property = std::forward<PropertyT>(value); }
62 template<
typename PropertyT = Aws::String>
72 template<
typename SetT = ComponentProperty>
73 void SetSet(SetT&& value) { m_setHasBeenSet =
true; m_set = std::forward<SetT>(value); }
74 template<
typename SetT = ComponentProperty>
80 bool m_componentNameHasBeenSet =
false;
83 bool m_propertyHasBeenSet =
false;
86 bool m_setHasBeenSet =
false;
bool PropertyHasBeenSet() const
const ComponentProperty & GetSet() const
const Aws::String & GetComponentName() const
bool SetHasBeenSet() const
MutationActionSetStateParameter & WithSet(SetT &&value)
bool ComponentNameHasBeenSet() const
MutationActionSetStateParameter & WithProperty(PropertyT &&value)
MutationActionSetStateParameter & WithComponentName(ComponentNameT &&value)
AWS_AMPLIFYUIBUILDER_API MutationActionSetStateParameter & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProperty(PropertyT &&value)
AWS_AMPLIFYUIBUILDER_API MutationActionSetStateParameter(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYUIBUILDER_API MutationActionSetStateParameter()=default
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetComponentName(ComponentNameT &&value)
void SetSet(SetT &&value)
const Aws::String & GetProperty() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue