7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename RestApiIdT = Aws::String>
43 m_restApiIdHasBeenSet =
true;
44 m_restApiId = std::forward<RestApiIdT>(value);
46 template <
typename RestApiIdT = Aws::String>
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>
97 template <
typename SchemaT = Aws::String>
99 m_schemaHasBeenSet =
true;
100 m_schema = std::forward<SchemaT>(value);
102 template <
typename SchemaT = Aws::String>
115 template <
typename ContentTypeT = Aws::String>
117 m_contentTypeHasBeenSet =
true;
118 m_contentType = std::forward<ContentTypeT>(value);
120 template <
typename ContentTypeT = Aws::String>
136 bool m_restApiIdHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
138 bool m_descriptionHasBeenSet =
false;
139 bool m_schemaHasBeenSet =
false;
140 bool m_contentTypeHasBeenSet =
false;
const Aws::String & GetRestApiId() const
bool ContentTypeHasBeenSet() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
CreateModelRequest & WithSchema(SchemaT &&value)
AWS_APIGATEWAY_API CreateModelRequest()=default
const Aws::String & GetContentType() const
void SetContentType(ContentTypeT &&value)
const Aws::String & GetName() const
const Aws::String & GetSchema() const
void SetSchema(SchemaT &&value)
CreateModelRequest & WithContentType(ContentTypeT &&value)
bool NameHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetRestApiId(RestApiIdT &&value)
void SetName(NameT &&value)
CreateModelRequest & WithName(NameT &&value)
CreateModelRequest & WithDescription(DescriptionT &&value)
virtual const char * GetServiceRequestName() const override
bool RestApiIdHasBeenSet() const
CreateModelRequest & WithRestApiId(RestApiIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
bool SchemaHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String