7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/amplifyuibuilder/model/CodegenGenericDataField.h>
24namespace AmplifyUIBuilder
67 inline void SetIsJoinTable(
bool value) { m_isJoinTableHasBeenSet =
true; m_isJoinTable = value; }
88 bool m_fieldsHasBeenSet =
false;
91 bool m_isJoinTableHasBeenSet =
false;
94 bool m_primaryKeysHasBeenSet =
false;
AWS_AMPLIFYUIBUILDER_API CodegenGenericDataModel(Aws::Utils::Json::JsonView jsonValue)
void SetFields(const Aws::Map< Aws::String, CodegenGenericDataField > &value)
CodegenGenericDataModel & AddPrimaryKeys(Aws::String &&value)
bool PrimaryKeysHasBeenSet() const
CodegenGenericDataModel & AddFields(Aws::String &&key, const CodegenGenericDataField &value)
CodegenGenericDataModel & WithFields(const Aws::Map< Aws::String, CodegenGenericDataField > &value)
CodegenGenericDataModel & AddFields(const char *key, const CodegenGenericDataField &value)
CodegenGenericDataModel & WithPrimaryKeys(const Aws::Vector< Aws::String > &value)
bool IsJoinTableHasBeenSet() const
void SetFields(Aws::Map< Aws::String, CodegenGenericDataField > &&value)
void SetIsJoinTable(bool value)
CodegenGenericDataModel & AddFields(const char *key, CodegenGenericDataField &&value)
const Aws::Map< Aws::String, CodegenGenericDataField > & GetFields() const
AWS_AMPLIFYUIBUILDER_API CodegenGenericDataModel & operator=(Aws::Utils::Json::JsonView jsonValue)
CodegenGenericDataModel & WithIsJoinTable(bool value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
bool GetIsJoinTable() const
CodegenGenericDataModel & AddFields(const Aws::String &key, const CodegenGenericDataField &value)
CodegenGenericDataModel & AddFields(Aws::String &&key, CodegenGenericDataField &&value)
CodegenGenericDataModel & AddPrimaryKeys(const char *value)
void SetPrimaryKeys(Aws::Vector< Aws::String > &&value)
CodegenGenericDataModel & WithPrimaryKeys(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetPrimaryKeys() const
bool FieldsHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API CodegenGenericDataModel()
CodegenGenericDataModel & WithFields(Aws::Map< Aws::String, CodegenGenericDataField > &&value)
CodegenGenericDataModel & AddPrimaryKeys(const Aws::String &value)
void SetPrimaryKeys(const Aws::Vector< Aws::String > &value)
CodegenGenericDataModel & AddFields(const Aws::String &key, CodegenGenericDataField &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue