7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/amplifyuibuilder/model/FormInputValuePropertyBindingProperties.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace AmplifyUIBuilder
50 template<
typename ValueT = Aws::String>
51 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
52 template<
typename ValueT = Aws::String>
62 template<
typename BindingPropertiesT = FormInputValuePropertyBindingProperties>
63 void SetBindingProperties(BindingPropertiesT&& value) { m_bindingPropertiesHasBeenSet =
true; m_bindingProperties = std::forward<BindingPropertiesT>(value); }
64 template<
typename BindingPropertiesT = FormInputValuePropertyBindingProperties>
75 template<
typename ConcatT = Aws::Vector<FormInputValueProperty>>
76 void SetConcat(ConcatT&& value) { m_concatHasBeenSet =
true; m_concat = std::forward<ConcatT>(value); }
77 template<
typename ConcatT = Aws::Vector<FormInputValueProperty>>
79 template<
typename ConcatT = FormInputValueProperty>
85 bool m_valueHasBeenSet =
false;
88 bool m_bindingPropertiesHasBeenSet =
false;
91 bool m_concatHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue