7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace ApiGatewayV2 {
35 template <
typename ContentTypeT = Aws::String>
37 m_contentTypeHasBeenSet =
true;
38 m_contentType = std::forward<ContentTypeT>(value);
40 template <
typename ContentTypeT = Aws::String>
52 template <
typename DescriptionT = Aws::String>
54 m_descriptionHasBeenSet =
true;
55 m_description = std::forward<DescriptionT>(value);
57 template <
typename DescriptionT = Aws::String>
69 template <
typename ModelIdT = Aws::String>
71 m_modelIdHasBeenSet =
true;
72 m_modelId = std::forward<ModelIdT>(value);
74 template <
typename ModelIdT = Aws::String>
86 template <
typename NameT = Aws::String>
88 m_nameHasBeenSet =
true;
89 m_name = std::forward<NameT>(value);
91 template <
typename NameT = Aws::String>
93 SetName(std::forward<NameT>(value));
104 template <
typename SchemaT = Aws::String>
106 m_schemaHasBeenSet =
true;
107 m_schema = std::forward<SchemaT>(value);
109 template <
typename SchemaT = Aws::String>
119 template <
typename RequestIdT = Aws::String>
121 m_requestIdHasBeenSet =
true;
122 m_requestId = std::forward<RequestIdT>(value);
124 template <
typename RequestIdT = Aws::String>
145 bool m_contentTypeHasBeenSet =
false;
146 bool m_descriptionHasBeenSet =
false;
147 bool m_modelIdHasBeenSet =
false;
148 bool m_nameHasBeenSet =
false;
149 bool m_schemaHasBeenSet =
false;
150 bool m_requestIdHasBeenSet =
false;
AWS_APIGATEWAYV2_API UpdateModelResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateModelResult & WithSchema(SchemaT &&value)
const Aws::String & GetRequestId() const
UpdateModelResult & WithName(NameT &&value)
AWS_APIGATEWAYV2_API UpdateModelResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateModelResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetModelId() const
UpdateModelResult & WithContentType(ContentTypeT &&value)
void SetContentType(ContentTypeT &&value)
const Aws::String & GetDescription() const
void SetName(NameT &&value)
AWS_APIGATEWAYV2_API UpdateModelResult()=default
const Aws::String & GetSchema() const
const Aws::String & GetName() const
UpdateModelResult & WithDescription(DescriptionT &&value)
UpdateModelResult & WithModelId(ModelIdT &&value)
const Aws::String & GetContentType() const
void SetRequestId(RequestIdT &&value)
void SetModelId(ModelIdT &&value)
void SetSchema(SchemaT &&value)
void SetDescription(DescriptionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue