7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename BasePathT = Aws::String>
49 void SetBasePath(BasePathT&& value) { m_basePathHasBeenSet =
true; m_basePath = std::forward<BasePathT>(value); }
50 template<
typename BasePathT = Aws::String>
60 template<
typename RestApiIdT = Aws::String>
61 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
62 template<
typename RestApiIdT = Aws::String>
72 template<
typename StageT = Aws::String>
73 void SetStage(StageT&& value) { m_stageHasBeenSet =
true; m_stage = std::forward<StageT>(value); }
74 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_basePathHasBeenSet =
false;
93 bool m_restApiIdHasBeenSet =
false;
96 bool m_stageHasBeenSet =
false;
99 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