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>
49 template <
typename RestApiIdT = Aws::String>
51 m_restApiIdHasBeenSet =
true;
52 m_restApiId = std::forward<RestApiIdT>(value);
54 template <
typename RestApiIdT = Aws::String>
67 template <
typename StageNameT = Aws::String>
69 m_stageNameHasBeenSet =
true;
70 m_stageName = std::forward<StageNameT>(value);
72 template <
typename StageNameT = Aws::String>
86 template <
typename ExportTypeT = Aws::String>
88 m_exportTypeHasBeenSet =
true;
89 m_exportType = std::forward<ExportTypeT>(value);
91 template <
typename ExportTypeT = Aws::String>
112 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
114 m_parametersHasBeenSet =
true;
115 m_parameters = std::forward<ParametersT>(value);
117 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
122 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
124 m_parametersHasBeenSet =
true;
125 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
140 template <
typename AcceptsT = Aws::String>
142 m_acceptsHasBeenSet =
true;
143 m_accepts = std::forward<AcceptsT>(value);
145 template <
typename AcceptsT = Aws::String>
161 bool m_restApiIdHasBeenSet =
false;
162 bool m_stageNameHasBeenSet =
false;
163 bool m_exportTypeHasBeenSet =
false;
164 bool m_parametersHasBeenSet =
false;
165 bool m_acceptsHasBeenSet =
false;
bool RestApiIdHasBeenSet() const
GetExportRequest & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
void SetParameters(ParametersT &&value)
bool AcceptsHasBeenSet() const
GetExportRequest & WithParameters(ParametersT &&value)
GetExportRequest & WithAccepts(AcceptsT &&value)
GetExportRequest & WithRestApiId(RestApiIdT &&value)
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetExportType(ExportTypeT &&value)
GetExportRequest & WithExportType(ExportTypeT &&value)
AWS_APIGATEWAY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetAccepts() const
void SetRestApiId(RestApiIdT &&value)
bool ParametersHasBeenSet() const
const Aws::String & GetExportType() const
const Aws::String & GetRestApiId() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
void SetStageName(StageNameT &&value)
GetExportRequest & WithStageName(StageNameT &&value)
void SetAccepts(AcceptsT &&value)
const Aws::String & GetStageName() const
AWS_APIGATEWAY_API GetExportRequest()=default
bool StageNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool ExportTypeHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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