7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ApiGatewayV2 {
40 template <
typename ApiIdT = Aws::String>
42 m_apiIdHasBeenSet =
true;
43 m_apiId = std::forward<ApiIdT>(value);
45 template <
typename ApiIdT = Aws::String>
47 SetApiId(std::forward<ApiIdT>(value));
58 template <
typename ApiMappingIdT = Aws::String>
60 m_apiMappingIdHasBeenSet =
true;
61 m_apiMappingId = std::forward<ApiMappingIdT>(value);
63 template <
typename ApiMappingIdT = Aws::String>
76 template <
typename ApiMappingKeyT = Aws::String>
78 m_apiMappingKeyHasBeenSet =
true;
79 m_apiMappingKey = std::forward<ApiMappingKeyT>(value);
81 template <
typename ApiMappingKeyT = Aws::String>
94 template <
typename StageT = Aws::String>
96 m_stageHasBeenSet =
true;
97 m_stage = std::forward<StageT>(value);
99 template <
typename StageT = Aws::String>
101 SetStage(std::forward<StageT>(value));
113 bool m_apiIdHasBeenSet =
false;
114 bool m_apiMappingIdHasBeenSet =
false;
115 bool m_apiMappingKeyHasBeenSet =
false;
116 bool m_stageHasBeenSet =
false;
ApiMapping & WithStage(StageT &&value)
bool ApiMappingIdHasBeenSet() const
ApiMapping & WithApiMappingId(ApiMappingIdT &&value)
bool StageHasBeenSet() const
bool ApiMappingKeyHasBeenSet() const
ApiMapping & WithApiMappingKey(ApiMappingKeyT &&value)
void SetApiId(ApiIdT &&value)
AWS_APIGATEWAYV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APIGATEWAYV2_API ApiMapping(Aws::Utils::Json::JsonView jsonValue)
void SetStage(StageT &&value)
void SetApiMappingKey(ApiMappingKeyT &&value)
ApiMapping & WithApiId(ApiIdT &&value)
bool ApiIdHasBeenSet() const
const Aws::String & GetApiMappingId() const
const Aws::String & GetStage() const
const Aws::String & GetApiMappingKey() const
void SetApiMappingId(ApiMappingIdT &&value)
AWS_APIGATEWAYV2_API ApiMapping()=default
const Aws::String & GetApiId() const
AWS_APIGATEWAYV2_API ApiMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue