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 ModelIdT = Aws::String>
96 m_modelIdHasBeenSet =
true;
97 m_modelId = std::forward<ModelIdT>(value);
99 template <
typename ModelIdT = Aws::String>
112 template <
typename NameT = Aws::String>
114 m_nameHasBeenSet =
true;
115 m_name = std::forward<NameT>(value);
117 template <
typename NameT = Aws::String>
119 SetName(std::forward<NameT>(value));
131 template <
typename SchemaT = Aws::String>
133 m_schemaHasBeenSet =
true;
134 m_schema = std::forward<SchemaT>(value);
136 template <
typename SchemaT = Aws::String>
154 bool m_apiIdHasBeenSet =
false;
155 bool m_contentTypeHasBeenSet =
false;
156 bool m_descriptionHasBeenSet =
false;
157 bool m_modelIdHasBeenSet =
false;
158 bool m_nameHasBeenSet =
false;
159 bool m_schemaHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetApiId(ApiIdT &&value)
UpdateModelRequest & WithSchema(SchemaT &&value)
void SetSchema(SchemaT &&value)
bool ApiIdHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetModelId(ModelIdT &&value)
bool ModelIdHasBeenSet() const
UpdateModelRequest & WithName(NameT &&value)
bool ContentTypeHasBeenSet() const
const Aws::String & GetName() const
UpdateModelRequest & WithDescription(DescriptionT &&value)
UpdateModelRequest & WithContentType(ContentTypeT &&value)
UpdateModelRequest & WithApiId(ApiIdT &&value)
void SetDescription(DescriptionT &&value)
bool SchemaHasBeenSet() const
UpdateModelRequest & WithModelId(ModelIdT &&value)
const Aws::String & GetApiId() const
const Aws::String & GetContentType() const
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
void SetContentType(ContentTypeT &&value)
bool NameHasBeenSet() const
AWS_APIGATEWAYV2_API UpdateModelRequest()=default
const Aws::String & GetModelId() const
const Aws::String & GetSchema() const
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String