7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ApiIdT = Aws::String>
47 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
48 template<
typename ApiIdT = Aws::String>
58 template<
typename ApiMappingIdT = Aws::String>
59 void SetApiMappingId(ApiMappingIdT&& value) { m_apiMappingIdHasBeenSet =
true; m_apiMappingId = std::forward<ApiMappingIdT>(value); }
60 template<
typename ApiMappingIdT = Aws::String>
70 template<
typename ApiMappingKeyT = Aws::String>
71 void SetApiMappingKey(ApiMappingKeyT&& value) { m_apiMappingKeyHasBeenSet =
true; m_apiMappingKey = std::forward<ApiMappingKeyT>(value); }
72 template<
typename ApiMappingKeyT = Aws::String>
82 template<
typename StageT = Aws::String>
83 void SetStage(StageT&& value) { m_stageHasBeenSet =
true; m_stage = std::forward<StageT>(value); }
84 template<
typename StageT = Aws::String>
90 bool m_apiIdHasBeenSet =
false;
93 bool m_apiMappingIdHasBeenSet =
false;
96 bool m_apiMappingKeyHasBeenSet =
false;
99 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