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 ModelIdT = Aws::String>
81 void SetModelId(ModelIdT&& value) { m_modelIdHasBeenSet =
true; m_modelId = std::forward<ModelIdT>(value); }
82 template<
typename ModelIdT = Aws::String>
92 template<
typename NameT = Aws::String>
93 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
94 template<
typename NameT = Aws::String>
105 template<
typename SchemaT = Aws::String>
106 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
107 template<
typename SchemaT = Aws::String>
113 bool m_apiIdHasBeenSet =
false;
116 bool m_contentTypeHasBeenSet =
false;
119 bool m_descriptionHasBeenSet =
false;
122 bool m_modelIdHasBeenSet =
false;
125 bool m_nameHasBeenSet =
false;
128 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