7#include <aws/apigatewayv2/ApiGatewayV2_EXPORTS.h>
8#include <aws/apigatewayv2/ApiGatewayV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ApiIdT = Aws::String>
48 void SetApiId(ApiIdT&& value) { m_apiIdHasBeenSet =
true; m_apiId = std::forward<ApiIdT>(value); }
49 template<
typename ApiIdT = Aws::String>
60 template<
typename ExportVersionT = Aws::String>
61 void SetExportVersion(ExportVersionT&& value) { m_exportVersionHasBeenSet =
true; m_exportVersion = std::forward<ExportVersionT>(value); }
62 template<
typename ExportVersionT = Aws::String>
75 inline void SetIncludeExtensions(
bool value) { m_includeExtensionsHasBeenSet =
true; m_includeExtensions = value; }
86 template<
typename OutputTypeT = Aws::String>
87 void SetOutputType(OutputTypeT&& value) { m_outputTypeHasBeenSet =
true; m_outputType = std::forward<OutputTypeT>(value); }
88 template<
typename OutputTypeT = Aws::String>
99 template<
typename SpecificationT = Aws::String>
100 void SetSpecification(SpecificationT&& value) { m_specificationHasBeenSet =
true; m_specification = std::forward<SpecificationT>(value); }
101 template<
typename SpecificationT = Aws::String>
112 template<
typename StageNameT = Aws::String>
113 void SetStageName(StageNameT&& value) { m_stageNameHasBeenSet =
true; m_stageName = std::forward<StageNameT>(value); }
114 template<
typename StageNameT = Aws::String>
120 bool m_apiIdHasBeenSet =
false;
123 bool m_exportVersionHasBeenSet =
false;
125 bool m_includeExtensions{
false};
126 bool m_includeExtensionsHasBeenSet =
false;
129 bool m_outputTypeHasBeenSet =
false;
132 bool m_specificationHasBeenSet =
false;
135 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