7#include <aws/apigatewayv2/ApiGatewayV2Request.h>
8#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace ApiGatewayV2 {
40 template <
typename ApiIdT = Aws::String>
42 m_apiIdHasBeenSet =
true;
43 m_apiId = std::forward<ApiIdT>(value);
45 template <
typename ApiIdT = Aws::String>
47 SetApiId(std::forward<ApiIdT>(value));
58 template <
typename ContentTypeT = Aws::String>
60 m_contentTypeHasBeenSet =
true;
61 m_contentType = std::forward<ContentTypeT>(value);
63 template <
typename ContentTypeT = Aws::String>
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
94 template <
typename NameT = Aws::String>
96 m_nameHasBeenSet =
true;
97 m_name = std::forward<NameT>(value);
99 template <
typename NameT = Aws::String>
101 SetName(std::forward<NameT>(value));
113 template <
typename SchemaT = Aws::String>
115 m_schemaHasBeenSet =
true;
116 m_schema = std::forward<SchemaT>(value);
118 template <
typename SchemaT = Aws::String>
134 bool m_apiIdHasBeenSet =
false;
135 bool m_contentTypeHasBeenSet =
false;
136 bool m_descriptionHasBeenSet =
false;
137 bool m_nameHasBeenSet =
false;
138 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