AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
UpdateBasePathMappingResult.h
1
6#pragma once
7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace APIGateway
24{
25namespace Model
26{
34 {
35 public:
36 AWS_APIGATEWAY_API UpdateBasePathMappingResult() = default;
39
40
42
46 inline const Aws::String& GetBasePath() const { return m_basePath; }
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>
50 UpdateBasePathMappingResult& WithBasePath(BasePathT&& value) { SetBasePath(std::forward<BasePathT>(value)); return *this;}
52
54
57 inline const Aws::String& GetRestApiId() const { return m_restApiId; }
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>
61 UpdateBasePathMappingResult& WithRestApiId(RestApiIdT&& value) { SetRestApiId(std::forward<RestApiIdT>(value)); return *this;}
63
65
68 inline const Aws::String& GetStage() const { return m_stage; }
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>
72 UpdateBasePathMappingResult& WithStage(StageT&& value) { SetStage(std::forward<StageT>(value)); return *this;}
74
76
77 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
81 UpdateBasePathMappingResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
83 private:
84
85 Aws::String m_basePath;
86 bool m_basePathHasBeenSet = false;
87
88 Aws::String m_restApiId;
89 bool m_restApiIdHasBeenSet = false;
90
91 Aws::String m_stage;
92 bool m_stageHasBeenSet = false;
93
94 Aws::String m_requestId;
95 bool m_requestIdHasBeenSet = false;
96 };
97
98} // namespace Model
99} // namespace APIGateway
100} // namespace Aws
UpdateBasePathMappingResult & WithBasePath(BasePathT &&value)
AWS_APIGATEWAY_API UpdateBasePathMappingResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBasePathMappingResult & WithStage(StageT &&value)
AWS_APIGATEWAY_API UpdateBasePathMappingResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBasePathMappingResult & WithRestApiId(RestApiIdT &&value)
UpdateBasePathMappingResult & WithRequestId(RequestIdT &&value)
AWS_APIGATEWAY_API UpdateBasePathMappingResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue