7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template <
typename BasePathT = Aws::String>
44 m_basePathHasBeenSet =
true;
45 m_basePath = std::forward<BasePathT>(value);
47 template <
typename BasePathT = Aws::String>
59 template <
typename RestApiIdT = Aws::String>
61 m_restApiIdHasBeenSet =
true;
62 m_restApiId = std::forward<RestApiIdT>(value);
64 template <
typename RestApiIdT = Aws::String>
76 template <
typename StageT = Aws::String>
78 m_stageHasBeenSet =
true;
79 m_stage = std::forward<StageT>(value);
81 template <
typename StageT = Aws::String>
83 SetStage(std::forward<StageT>(value));
91 template <
typename RequestIdT = Aws::String>
93 m_requestIdHasBeenSet =
true;
94 m_requestId = std::forward<RequestIdT>(value);
96 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;
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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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