7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
21namespace ApiGatewayV2 {
34 template <
typename ApiIdT = Aws::String>
36 m_apiIdHasBeenSet =
true;
37 m_apiId = std::forward<ApiIdT>(value);
39 template <
typename ApiIdT = Aws::String>
41 SetApiId(std::forward<ApiIdT>(value));
51 template <
typename ApiMappingIdT = Aws::String>
53 m_apiMappingIdHasBeenSet =
true;
54 m_apiMappingId = std::forward<ApiMappingIdT>(value);
56 template <
typename ApiMappingIdT = Aws::String>
68 template <
typename ApiMappingKeyT = Aws::String>
70 m_apiMappingKeyHasBeenSet =
true;
71 m_apiMappingKey = std::forward<ApiMappingKeyT>(value);
73 template <
typename ApiMappingKeyT = Aws::String>
85 template <
typename StageT = Aws::String>
87 m_stageHasBeenSet =
true;
88 m_stage = std::forward<StageT>(value);
90 template <
typename StageT = Aws::String>
92 SetStage(std::forward<StageT>(value));
100 template <
typename RequestIdT = Aws::String>
102 m_requestIdHasBeenSet =
true;
103 m_requestId = std::forward<RequestIdT>(value);
105 template <
typename RequestIdT = Aws::String>
121 bool m_apiIdHasBeenSet =
false;
122 bool m_apiMappingIdHasBeenSet =
false;
123 bool m_apiMappingKeyHasBeenSet =
false;
124 bool m_stageHasBeenSet =
false;
125 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
AWS_APIGATEWAYV2_API CreateApiMappingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetApiMappingId() const
AWS_APIGATEWAYV2_API CreateApiMappingResult()=default
void SetApiMappingId(ApiMappingIdT &&value)
AWS_APIGATEWAYV2_API CreateApiMappingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateApiMappingResult & WithStage(StageT &&value)
const Aws::String & GetApiMappingKey() const
CreateApiMappingResult & WithApiMappingId(ApiMappingIdT &&value)
void SetApiId(ApiIdT &&value)
void SetApiMappingKey(ApiMappingKeyT &&value)
CreateApiMappingResult & WithRequestId(RequestIdT &&value)
void SetStage(StageT &&value)
const Aws::String & GetStage() const
const Aws::String & GetRequestId() const
CreateApiMappingResult & WithApiMappingKey(ApiMappingKeyT &&value)
CreateApiMappingResult & WithApiId(ApiIdT &&value)
const Aws::String & GetApiId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue