7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename ApiIdT = Aws::String>
41 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
42 template<
typename ApiIdT = Aws::String>
51 template<
typename ApiMappingIdT = Aws::String>
52 void SetApiMappingId(ApiMappingIdT&& value) { m_apiMappingIdHasBeenSet =
true; m_apiMappingId = std::forward<ApiMappingIdT>(value); }
53 template<
typename ApiMappingIdT = Aws::String>
62 template<
typename ApiMappingKeyT = Aws::String>
63 void SetApiMappingKey(ApiMappingKeyT&& value) { m_apiMappingKeyHasBeenSet =
true; m_apiMappingKey = std::forward<ApiMappingKeyT>(value); }
64 template<
typename ApiMappingKeyT = Aws::String>
73 template<
typename StageT = Aws::String>
74 void SetStage(StageT&& value) { m_stageHasBeenSet =
true; m_stage = std::forward<StageT>(value); }
75 template<
typename StageT = Aws::String>
82 template<
typename RequestIdT = Aws::String>
83 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
84 template<
typename RequestIdT = Aws::String>
90 bool m_apiIdHasBeenSet =
false;
93 bool m_apiMappingIdHasBeenSet =
false;
96 bool m_apiMappingKeyHasBeenSet =
false;
99 bool m_stageHasBeenSet =
false;
102 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)
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