7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
47 template<
typename BasePathT = Aws::String>
48 void SetBasePath(BasePathT&& value) { m_basePathHasBeenSet =
true; m_basePath = std::forward<BasePathT>(value); }
49 template<
typename BasePathT = Aws::String>
58 template<
typename RestApiIdT = Aws::String>
59 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
60 template<
typename RestApiIdT = Aws::String>
69 template<
typename StageT = Aws::String>
70 void SetStage(StageT&& value) { m_stageHasBeenSet =
true; m_stage = std::forward<StageT>(value); }
71 template<
typename StageT = Aws::String>
78 template<
typename RequestIdT = Aws::String>
79 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
80 template<
typename RequestIdT = Aws::String>
86 bool m_basePathHasBeenSet =
false;
89 bool m_restApiIdHasBeenSet =
false;
92 bool m_stageHasBeenSet =
false;
95 bool m_requestIdHasBeenSet =
false;
GetBasePathMappingResult & WithBasePath(BasePathT &&value)
const Aws::String & GetBasePath() const
AWS_APIGATEWAY_API GetBasePathMappingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetBasePathMappingResult & WithStage(StageT &&value)
void SetRestApiId(RestApiIdT &&value)
GetBasePathMappingResult & WithRestApiId(RestApiIdT &&value)
const Aws::String & GetRestApiId() const
AWS_APIGATEWAY_API GetBasePathMappingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBasePath(BasePathT &&value)
const Aws::String & GetStage() const
AWS_APIGATEWAY_API GetBasePathMappingResult()=default
GetBasePathMappingResult & WithRequestId(RequestIdT &&value)
void SetStage(StageT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue