7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
47 template <
typename RestApiIdT = Aws::String>
49 m_restApiIdHasBeenSet =
true;
50 m_restApiId = std::forward<RestApiIdT>(value);
52 template <
typename RestApiIdT = Aws::String>
65 template <
typename StageNameT = Aws::String>
67 m_stageNameHasBeenSet =
true;
68 m_stageName = std::forward<StageNameT>(value);
70 template <
typename StageNameT = Aws::String>
85 template <
typename SdkTypeT = Aws::String>
87 m_sdkTypeHasBeenSet =
true;
88 m_sdkType = std::forward<SdkTypeT>(value);
90 template <
typename SdkTypeT = Aws::String>
111 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
113 m_parametersHasBeenSet =
true;
114 m_parameters = std::forward<ParametersT>(value);
116 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
121 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
123 m_parametersHasBeenSet =
true;
124 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
136 bool m_restApiIdHasBeenSet =
false;
137 bool m_stageNameHasBeenSet =
false;
138 bool m_sdkTypeHasBeenSet =
false;
139 bool m_parametersHasBeenSet =
false;
GetSdkRequest & WithStageName(StageNameT &&value)
void SetRestApiId(RestApiIdT &&value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
const Aws::String & GetStageName() const
void SetSdkType(SdkTypeT &&value)
AWS_APIGATEWAY_API GetSdkRequest()=default
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetSdkRequest & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
bool StageNameHasBeenSet() const
const Aws::String & GetSdkType() const
bool ParametersHasBeenSet() const
void SetStageName(StageNameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
const Aws::String & GetRestApiId() const
void SetParameters(ParametersT &&value)
GetSdkRequest & WithSdkType(SdkTypeT &&value)
virtual const char * GetServiceRequestName() const override
bool RestApiIdHasBeenSet() const
GetSdkRequest & WithRestApiId(RestApiIdT &&value)
GetSdkRequest & WithParameters(ParametersT &&value)
bool SdkTypeHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String