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
50 template<
typename TypeT = Aws::String>
51 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
52 template<
typename TypeT = Aws::String>
62 template<
typename BindingPropertiesT = ComponentBindingPropertiesValueProperties>
63 void SetBindingProperties(BindingPropertiesT&& value) { m_bindingPropertiesHasBeenSet =
true; m_bindingProperties = std::forward<BindingPropertiesT>(value); }
64 template<
typename BindingPropertiesT = ComponentBindingPropertiesValueProperties>
74 template<
typename DefaultValueT = Aws::String>
75 void SetDefaultValue(DefaultValueT&& value) { m_defaultValueHasBeenSet =
true; m_defaultValue = std::forward<DefaultValueT>(value); }
76 template<
typename DefaultValueT = Aws::String>
82 bool m_typeHasBeenSet =
false;
85 bool m_bindingPropertiesHasBeenSet =
false;
88 bool m_defaultValueHasBeenSet =
false;
AWS_AMPLIFYUIBUILDER_API ComponentBindingPropertiesValue(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYUIBUILDER_API ComponentBindingPropertiesValue & operator=(Aws::Utils::Json::JsonView jsonValue)
ComponentBindingPropertiesValue & WithDefaultValue(DefaultValueT &&value)
ComponentBindingPropertiesValue & WithType(TypeT &&value)
void SetBindingProperties(BindingPropertiesT &&value)
ComponentBindingPropertiesValue & WithBindingProperties(BindingPropertiesT &&value)
AWS_AMPLIFYUIBUILDER_API ComponentBindingPropertiesValue()=default
void SetDefaultValue(DefaultValueT &&value)
const Aws::String & GetDefaultValue() const
const ComponentBindingPropertiesValueProperties & GetBindingProperties() const
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
bool DefaultValueHasBeenSet() const
bool TypeHasBeenSet() const
const Aws::String & GetType() const
void SetType(TypeT &&value)
bool BindingPropertiesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue