7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/appsync/model/DataSourceIntrospectionModelIndex.h>
11#include <aws/appsync/model/DataSourceIntrospectionModelField.h>
53 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
110 inline void SetSdl(
const char* value) { m_sdlHasBeenSet =
true; m_sdl.assign(value); }
118 bool m_nameHasBeenSet =
false;
121 bool m_fieldsHasBeenSet =
false;
124 bool m_primaryKeyHasBeenSet =
false;
127 bool m_indexesHasBeenSet =
false;
130 bool m_sdlHasBeenSet =
false;
const Aws::String & GetSdl() const
void SetPrimaryKey(const DataSourceIntrospectionModelIndex &value)
AWS_APPSYNC_API DataSourceIntrospectionModel & operator=(Aws::Utils::Json::JsonView jsonValue)
DataSourceIntrospectionModel & WithFields(const Aws::Vector< DataSourceIntrospectionModelField > &value)
DataSourceIntrospectionModel & WithSdl(const Aws::String &value)
const Aws::String & GetName() const
DataSourceIntrospectionModel & WithPrimaryKey(DataSourceIntrospectionModelIndex &&value)
void SetSdl(const Aws::String &value)
DataSourceIntrospectionModel & WithName(const Aws::String &value)
void SetFields(Aws::Vector< DataSourceIntrospectionModelField > &&value)
void SetIndexes(const Aws::Vector< DataSourceIntrospectionModelIndex > &value)
const Aws::Vector< DataSourceIntrospectionModelIndex > & GetIndexes() const
DataSourceIntrospectionModel & WithSdl(const char *value)
void SetPrimaryKey(DataSourceIntrospectionModelIndex &&value)
DataSourceIntrospectionModel & WithIndexes(Aws::Vector< DataSourceIntrospectionModelIndex > &&value)
const Aws::Vector< DataSourceIntrospectionModelField > & GetFields() const
DataSourceIntrospectionModel & WithIndexes(const Aws::Vector< DataSourceIntrospectionModelIndex > &value)
DataSourceIntrospectionModel & AddIndexes(const DataSourceIntrospectionModelIndex &value)
bool IndexesHasBeenSet() const
bool PrimaryKeyHasBeenSet() const
void SetIndexes(Aws::Vector< DataSourceIntrospectionModelIndex > &&value)
AWS_APPSYNC_API DataSourceIntrospectionModel(Aws::Utils::Json::JsonView jsonValue)
DataSourceIntrospectionModel & AddFields(DataSourceIntrospectionModelField &&value)
bool NameHasBeenSet() const
DataSourceIntrospectionModel & WithFields(Aws::Vector< DataSourceIntrospectionModelField > &&value)
DataSourceIntrospectionModel & AddIndexes(DataSourceIntrospectionModelIndex &&value)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(const char *value)
AWS_APPSYNC_API DataSourceIntrospectionModel()
void SetSdl(const char *value)
void SetSdl(Aws::String &&value)
const DataSourceIntrospectionModelIndex & GetPrimaryKey() const
void SetName(const Aws::String &value)
DataSourceIntrospectionModel & WithName(Aws::String &&value)
DataSourceIntrospectionModel & AddFields(const DataSourceIntrospectionModelField &value)
void SetName(Aws::String &&value)
bool SdlHasBeenSet() const
DataSourceIntrospectionModel & WithName(const char *value)
DataSourceIntrospectionModel & WithPrimaryKey(const DataSourceIntrospectionModelIndex &value)
bool FieldsHasBeenSet() const
void SetFields(const Aws::Vector< DataSourceIntrospectionModelField > &value)
DataSourceIntrospectionModel & WithSdl(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue