7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/ApiGatewayV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ApiIdT = Aws::String>
45 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
46 template<
typename ApiIdT = Aws::String>
56 template<
typename ContentTypeT = Aws::String>
57 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
58 template<
typename ContentTypeT = Aws::String>
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
80 template<
typename NameT = Aws::String>
81 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
82 template<
typename NameT = Aws::String>
93 template<
typename SchemaT = Aws::String>
94 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
95 template<
typename SchemaT = Aws::String>
101 bool m_apiIdHasBeenSet =
false;
104 bool m_contentTypeHasBeenSet =
false;
107 bool m_descriptionHasBeenSet =
false;
110 bool m_nameHasBeenSet =
false;
113 bool m_schemaHasBeenSet =
false;
void SetContentType(ContentTypeT &&value)
CreateModelRequest & WithSchema(SchemaT &&value)
bool DescriptionHasBeenSet() const
CreateModelRequest & WithDescription(DescriptionT &&value)
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
void SetSchema(SchemaT &&value)
void SetApiId(ApiIdT &&value)
CreateModelRequest & WithContentType(ContentTypeT &&value)
CreateModelRequest & WithApiId(ApiIdT &&value)
const Aws::String & GetContentType() const
AWS_APIGATEWAYV2_API CreateModelRequest()=default
void SetName(NameT &&value)
CreateModelRequest & WithName(NameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
bool SchemaHasBeenSet() const
bool NameHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetApiId() const
bool ApiIdHasBeenSet() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetSchema() const
bool ContentTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String