7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
51 inline void SetContentType(
const char* value) { m_contentTypeHasBeenSet =
true; m_contentType.assign(value); }
65 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
79 inline void SetModelId(
const char* value) { m_modelIdHasBeenSet =
true; m_modelId.assign(value); }
93 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
108 inline void SetSchema(
const char* value) { m_schemaHasBeenSet =
true; m_schema.assign(value); }
116 bool m_contentTypeHasBeenSet =
false;
119 bool m_descriptionHasBeenSet =
false;
122 bool m_modelIdHasBeenSet =
false;
125 bool m_nameHasBeenSet =
false;
128 bool m_schemaHasBeenSet =
false;
bool ContentTypeHasBeenSet() const
void SetName(const char *value)
void SetSchema(const Aws::String &value)
Model & WithContentType(const char *value)
AWS_APIGATEWAYV2_API Model()
AWS_APIGATEWAYV2_API Model(Aws::Utils::Json::JsonView jsonValue)
bool ModelIdHasBeenSet() const
Model & WithName(Aws::String &&value)
Model & WithDescription(const Aws::String &value)
bool NameHasBeenSet() const
Model & WithSchema(Aws::String &&value)
Model & WithContentType(const Aws::String &value)
void SetName(Aws::String &&value)
void SetModelId(const Aws::String &value)
Model & WithSchema(const char *value)
Model & WithDescription(Aws::String &&value)
bool SchemaHasBeenSet() const
void SetDescription(const Aws::String &value)
const Aws::String & GetModelId() const
Model & WithModelId(Aws::String &&value)
Model & WithContentType(Aws::String &&value)
Model & WithDescription(const char *value)
void SetName(const Aws::String &value)
const Aws::String & GetContentType() const
const Aws::String & GetSchema() const
Model & WithModelId(const char *value)
void SetModelId(const char *value)
const Aws::String & GetName() const
Model & WithSchema(const Aws::String &value)
const Aws::String & GetDescription() const
void SetContentType(const Aws::String &value)
void SetSchema(const char *value)
Model & WithName(const Aws::String &value)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APIGATEWAYV2_API Model & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetContentType(Aws::String &&value)
bool DescriptionHasBeenSet() const
void SetContentType(const char *value)
void SetDescription(const char *value)
Model & WithModelId(const Aws::String &value)
void SetModelId(Aws::String &&value)
void SetDescription(Aws::String &&value)
void SetSchema(Aws::String &&value)
Model & WithName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue