7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
30 AWS_APIGATEWAY_API
Model() =
default;
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
59 template <
typename NameT = Aws::String>
61 m_nameHasBeenSet =
true;
62 m_name = std::forward<NameT>(value);
64 template <
typename NameT = Aws::String>
66 SetName(std::forward<NameT>(value));
77 template <
typename DescriptionT = Aws::String>
79 m_descriptionHasBeenSet =
true;
80 m_description = std::forward<DescriptionT>(value);
82 template <
typename DescriptionT = Aws::String>
100 template <
typename SchemaT = Aws::String>
102 m_schemaHasBeenSet =
true;
103 m_schema = std::forward<SchemaT>(value);
105 template <
typename SchemaT = Aws::String>
118 template <
typename ContentTypeT = Aws::String>
120 m_contentTypeHasBeenSet =
true;
121 m_contentType = std::forward<ContentTypeT>(value);
123 template <
typename ContentTypeT = Aws::String>
134 template <
typename RequestIdT = Aws::String>
136 m_requestIdHasBeenSet =
true;
137 m_requestId = std::forward<RequestIdT>(value);
139 template <
typename RequestIdT = Aws::String>
157 bool m_idHasBeenSet =
false;
158 bool m_nameHasBeenSet =
false;
159 bool m_descriptionHasBeenSet =
false;
160 bool m_schemaHasBeenSet =
false;
161 bool m_contentTypeHasBeenSet =
false;
162 bool m_requestIdHasBeenSet =
false;
bool NameHasBeenSet() const
Model & WithName(NameT &&value)
Model & WithSchema(SchemaT &&value)
bool RequestIdHasBeenSet() const
void SetRequestId(RequestIdT &&value)
Model & WithId(IdT &&value)
Model & WithRequestId(RequestIdT &&value)
bool ContentTypeHasBeenSet() const
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
void SetContentType(ContentTypeT &&value)
const Aws::String & GetId() const
AWS_APIGATEWAY_API Model(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
const Aws::String & GetSchema() const
bool SchemaHasBeenSet() const
AWS_APIGATEWAY_API Model & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSchema(SchemaT &&value)
Model & WithDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool IdHasBeenSet() const
const Aws::String & GetRequestId() const
const Aws::String & GetContentType() const
AWS_APIGATEWAY_API Model()=default
bool DescriptionHasBeenSet() const
Model & WithContentType(ContentTypeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue