7#include <aws/appsync/AppSync_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appsync/model/DataSourceIntrospectionModelFieldType.h>
50 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
72 inline long long GetLength()
const{
return m_length; }
74 inline void SetLength(
long long value) { m_lengthHasBeenSet =
true; m_length = value; }
80 bool m_nameHasBeenSet =
false;
83 bool m_typeHasBeenSet =
false;
86 bool m_lengthHasBeenSet =
false;
bool LengthHasBeenSet() const
void SetName(const Aws::String &value)
void SetName(const char *value)
void SetLength(long long value)
const DataSourceIntrospectionModelFieldType & GetType() const
AWS_APPSYNC_API DataSourceIntrospectionModelField & operator=(Aws::Utils::Json::JsonView jsonValue)
DataSourceIntrospectionModelField & WithName(Aws::String &&value)
AWS_APPSYNC_API Aws::Utils::Json::JsonValue Jsonize() const
void SetType(const DataSourceIntrospectionModelFieldType &value)
DataSourceIntrospectionModelField & WithName(const char *value)
void SetName(Aws::String &&value)
DataSourceIntrospectionModelField & WithType(const DataSourceIntrospectionModelFieldType &value)
bool NameHasBeenSet() const
long long GetLength() const
DataSourceIntrospectionModelField & WithType(DataSourceIntrospectionModelFieldType &&value)
DataSourceIntrospectionModelField & WithName(const Aws::String &value)
DataSourceIntrospectionModelField & WithLength(long long value)
bool TypeHasBeenSet() const
void SetType(DataSourceIntrospectionModelFieldType &&value)
AWS_APPSYNC_API DataSourceIntrospectionModelField()
const Aws::String & GetName() const
AWS_APPSYNC_API DataSourceIntrospectionModelField(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue