7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/amplifyuibuilder/model/ComponentBindingPropertiesValueProperties.h>
22namespace AmplifyUIBuilder
52 inline void SetType(
const char* value) { m_typeHasBeenSet =
true; m_type.assign(value); }
78 inline void SetDefaultValue(
const char* value) { m_defaultValueHasBeenSet =
true; m_defaultValue.assign(value); }
86 bool m_typeHasBeenSet =
false;
89 bool m_bindingPropertiesHasBeenSet =
false;
92 bool m_defaultValueHasBeenSet =
false;
AWS_AMPLIFYUIBUILDER_API ComponentBindingPropertiesValue(Aws::Utils::Json::JsonView jsonValue)
ComponentBindingPropertiesValue & WithType(const char *value)
AWS_AMPLIFYUIBUILDER_API ComponentBindingPropertiesValue & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(const Aws::String &value)
ComponentBindingPropertiesValue & WithDefaultValue(const char *value)
void SetDefaultValue(const char *value)
ComponentBindingPropertiesValue & WithType(Aws::String &&value)
const Aws::String & GetDefaultValue() const
void SetBindingProperties(const ComponentBindingPropertiesValueProperties &value)
ComponentBindingPropertiesValue & WithDefaultValue(const Aws::String &value)
AWS_AMPLIFYUIBUILDER_API ComponentBindingPropertiesValue()
const ComponentBindingPropertiesValueProperties & GetBindingProperties() const
ComponentBindingPropertiesValue & WithDefaultValue(Aws::String &&value)
void SetType(const char *value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
bool DefaultValueHasBeenSet() const
void SetBindingProperties(ComponentBindingPropertiesValueProperties &&value)
ComponentBindingPropertiesValue & WithBindingProperties(ComponentBindingPropertiesValueProperties &&value)
ComponentBindingPropertiesValue & WithBindingProperties(const ComponentBindingPropertiesValueProperties &value)
bool TypeHasBeenSet() const
const Aws::String & GetType() const
ComponentBindingPropertiesValue & WithType(const Aws::String &value)
bool BindingPropertiesHasBeenSet() const
void SetType(Aws::String &&value)
void SetDefaultValue(const Aws::String &value)
void SetDefaultValue(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue