7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/amplifyuibuilder/model/CodegenGenericDataField.h>
23namespace AmplifyUIBuilder
48 template<
typename FieldsT = Aws::Map<Aws::String, CodegenGenericDataField>>
49 void SetFields(FieldsT&& value) { m_fieldsHasBeenSet =
true; m_fields = std::forward<FieldsT>(value); }
50 template<
typename FieldsT = Aws::Map<Aws::String, CodegenGenericDataField>>
52 template<
typename FieldsKeyT = Aws::String,
typename FieldsValueT = CodegenGenericDataField>
54 m_fieldsHasBeenSet =
true; m_fields.emplace(std::forward<FieldsKeyT>(key), std::forward<FieldsValueT>(value));
return *
this;
60 bool m_fieldsHasBeenSet =
false;
AWS_AMPLIFYUIBUILDER_API CodegenGenericDataNonModel & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FieldsHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API CodegenGenericDataNonModel()=default
const Aws::Map< Aws::String, CodegenGenericDataField > & GetFields() const
CodegenGenericDataNonModel & WithFields(FieldsT &&value)
AWS_AMPLIFYUIBUILDER_API CodegenGenericDataNonModel(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
CodegenGenericDataNonModel & AddFields(FieldsKeyT &&key, FieldsValueT &&value)
void SetFields(FieldsT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue