7#include <aws/apigatewayv2/ApiGatewayV2Request.h>
8#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
17namespace ApiGatewayV2 {
42 template <
typename ApiIdT = Aws::String>
44 m_apiIdHasBeenSet =
true;
45 m_apiId = std::forward<ApiIdT>(value);
47 template <
typename ApiIdT = Aws::String>
49 SetApiId(std::forward<ApiIdT>(value));
61 template <
typename ExportVersionT = Aws::String>
63 m_exportVersionHasBeenSet =
true;
64 m_exportVersion = std::forward<ExportVersionT>(value);
66 template <
typename ExportVersionT = Aws::String>
83 m_includeExtensionsHasBeenSet =
true;
84 m_includeExtensions = value;
99 template <
typename OutputTypeT = Aws::String>
101 m_outputTypeHasBeenSet =
true;
102 m_outputType = std::forward<OutputTypeT>(value);
104 template <
typename OutputTypeT = Aws::String>
118 template <
typename SpecificationT = Aws::String>
120 m_specificationHasBeenSet =
true;
121 m_specification = std::forward<SpecificationT>(value);
123 template <
typename SpecificationT = Aws::String>
137 template <
typename StageNameT = Aws::String>
139 m_stageNameHasBeenSet =
true;
140 m_stageName = std::forward<StageNameT>(value);
142 template <
typename StageNameT = Aws::String>
153 bool m_includeExtensions{
false};
160 bool m_apiIdHasBeenSet =
false;
161 bool m_exportVersionHasBeenSet =
false;
162 bool m_includeExtensionsHasBeenSet =
false;
163 bool m_outputTypeHasBeenSet =
false;
164 bool m_specificationHasBeenSet =
false;
165 bool m_stageNameHasBeenSet =
false;
void SetIncludeExtensions(bool value)
ExportApiRequest & WithStageName(StageNameT &&value)
bool ApiIdHasBeenSet() const
void SetExportVersion(ExportVersionT &&value)
const Aws::String & GetStageName() const
ExportApiRequest & WithOutputType(OutputTypeT &&value)
bool IncludeExtensionsHasBeenSet() const
void SetApiId(ApiIdT &&value)
void SetOutputType(OutputTypeT &&value)
ExportApiRequest & WithIncludeExtensions(bool value)
const Aws::String & GetExportVersion() const
const Aws::String & GetOutputType() const
bool GetIncludeExtensions() const
bool ExportVersionHasBeenSet() const
bool OutputTypeHasBeenSet() const
void SetSpecification(SpecificationT &&value)
bool SpecificationHasBeenSet() const
ExportApiRequest & WithApiId(ApiIdT &&value)
const Aws::String & GetSpecification() const
AWS_APIGATEWAYV2_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool StageNameHasBeenSet() const
AWS_APIGATEWAYV2_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ExportApiRequest & WithExportVersion(ExportVersionT &&value)
ExportApiRequest & WithSpecification(SpecificationT &&value)
AWS_APIGATEWAYV2_API ExportApiRequest()=default
void SetStageName(StageNameT &&value)
const Aws::String & GetApiId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String