7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename BasePathT = Aws::String>
44 m_basePathHasBeenSet =
true;
45 m_basePath = std::forward<BasePathT>(value);
47 template <
typename BasePathT = Aws::String>
60 template <
typename RestApiIdT = Aws::String>
62 m_restApiIdHasBeenSet =
true;
63 m_restApiId = std::forward<RestApiIdT>(value);
65 template <
typename RestApiIdT = Aws::String>
78 template <
typename StageT = Aws::String>
80 m_stageHasBeenSet =
true;
81 m_stage = std::forward<StageT>(value);
83 template <
typename StageT = Aws::String>
85 SetStage(std::forward<StageT>(value));
94 template <
typename RequestIdT = Aws::String>
96 m_requestIdHasBeenSet =
true;
97 m_requestId = std::forward<RequestIdT>(value);
99 template <
typename RequestIdT = Aws::String>
113 bool m_basePathHasBeenSet =
false;
114 bool m_restApiIdHasBeenSet =
false;
115 bool m_stageHasBeenSet =
false;
116 bool m_requestIdHasBeenSet =
false;
bool RestApiIdHasBeenSet() const
const Aws::String & GetRestApiId() const
BasePathMapping & WithStage(StageT &&value)
AWS_APIGATEWAY_API BasePathMapping()=default
BasePathMapping & WithRestApiId(RestApiIdT &&value)
bool RequestIdHasBeenSet() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_APIGATEWAY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBasePath(BasePathT &&value)
bool StageHasBeenSet() const
BasePathMapping & WithRequestId(RequestIdT &&value)
BasePathMapping & WithBasePath(BasePathT &&value)
const Aws::String & GetStage() const
void SetRestApiId(RestApiIdT &&value)
const Aws::String & GetBasePath() const
bool BasePathHasBeenSet() const
AWS_APIGATEWAY_API BasePathMapping & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APIGATEWAY_API BasePathMapping(Aws::Utils::Json::JsonView jsonValue)
void SetStage(StageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue