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 ApiIdT = Aws::String>
37 m_apiIdHasBeenSet =
true;
38 m_apiId = std::forward<ApiIdT>(value);
40 template <
typename ApiIdT = Aws::String>
42 SetApiId(std::forward<ApiIdT>(value));
52 template <
typename ApiMappingIdT = Aws::String>
54 m_apiMappingIdHasBeenSet =
true;
55 m_apiMappingId = std::forward<ApiMappingIdT>(value);
57 template <
typename ApiMappingIdT = Aws::String>
69 template <
typename ApiMappingKeyT = Aws::String>
71 m_apiMappingKeyHasBeenSet =
true;
72 m_apiMappingKey = std::forward<ApiMappingKeyT>(value);
74 template <
typename ApiMappingKeyT = Aws::String>
86 template <
typename StageT = Aws::String>
88 m_stageHasBeenSet =
true;
89 m_stage = std::forward<StageT>(value);
91 template <
typename StageT = Aws::String>
93 SetStage(std::forward<StageT>(value));
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
125 bool m_apiIdHasBeenSet =
false;
126 bool m_apiMappingIdHasBeenSet =
false;
127 bool m_apiMappingKeyHasBeenSet =
false;
128 bool m_stageHasBeenSet =
false;
129 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetStage() const
void SetApiId(ApiIdT &&value)
void SetApiMappingKey(ApiMappingKeyT &&value)
UpdateApiMappingResult & WithStage(StageT &&value)
const Aws::String & GetApiMappingKey() const
UpdateApiMappingResult & WithApiMappingId(ApiMappingIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetApiMappingId(ApiMappingIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_APIGATEWAYV2_API UpdateApiMappingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetApiMappingId() const
const Aws::String & GetRequestId() const
const Aws::String & GetApiId() const
UpdateApiMappingResult & WithApiMappingKey(ApiMappingKeyT &&value)
UpdateApiMappingResult & WithApiId(ApiIdT &&value)
AWS_APIGATEWAYV2_API UpdateApiMappingResult()=default
AWS_APIGATEWAYV2_API UpdateApiMappingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateApiMappingResult & WithRequestId(RequestIdT &&value)
void SetStage(StageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue