7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/amplifyuibuilder/model/ValueMapping.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/amplifyuibuilder/model/FormInputBindingPropertiesValue.h>
25namespace AmplifyUIBuilder
51 template<
typename ValuesT = Aws::Vector<ValueMapping>>
52 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
53 template<
typename ValuesT = Aws::Vector<ValueMapping>>
55 template<
typename ValuesT = ValueMapping>
56 ValueMappings&
AddValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values.emplace_back(std::forward<ValuesT>(value));
return *
this; }
65 template<
typename BindingPropertiesT = Aws::Map<Aws::String, FormInputBindingPropertiesValue>>
66 void SetBindingProperties(BindingPropertiesT&& value) { m_bindingPropertiesHasBeenSet =
true; m_bindingProperties = std::forward<BindingPropertiesT>(value); }
67 template<
typename BindingPropertiesT = Aws::Map<Aws::String, FormInputBindingPropertiesValue>>
69 template<
typename BindingPropertiesKeyT = Aws::String,
typename BindingPropertiesValueT = FormInputBindingPropertiesValue>
71 m_bindingPropertiesHasBeenSet =
true; m_bindingProperties.emplace(std::forward<BindingPropertiesKeyT>(key), std::forward<BindingPropertiesValueT>(value));
return *
this;
77 bool m_valuesHasBeenSet =
false;
80 bool m_bindingPropertiesHasBeenSet =
false;
bool ValuesHasBeenSet() const
void SetBindingProperties(BindingPropertiesT &&value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
ValueMappings & WithValues(ValuesT &&value)
void SetValues(ValuesT &&value)
AWS_AMPLIFYUIBUILDER_API ValueMappings(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, FormInputBindingPropertiesValue > & GetBindingProperties() const
ValueMappings & AddValues(ValuesT &&value)
const Aws::Vector< ValueMapping > & GetValues() const
AWS_AMPLIFYUIBUILDER_API ValueMappings & operator=(Aws::Utils::Json::JsonView jsonValue)
ValueMappings & WithBindingProperties(BindingPropertiesT &&value)
AWS_AMPLIFYUIBUILDER_API ValueMappings()=default
ValueMappings & AddBindingProperties(BindingPropertiesKeyT &&key, BindingPropertiesValueT &&value)
bool BindingPropertiesHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue