7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/amplifyuibuilder/model/FormInputBindingPropertiesValueProperties.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 = FormInputBindingPropertiesValueProperties>
63 void SetBindingProperties(BindingPropertiesT&& value) { m_bindingPropertiesHasBeenSet =
true; m_bindingProperties = std::forward<BindingPropertiesT>(value); }
64 template<
typename BindingPropertiesT = FormInputBindingPropertiesValueProperties>
70 bool m_typeHasBeenSet =
false;
73 bool m_bindingPropertiesHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue