7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename RestApiIdT = Aws::String>
43 m_restApiIdHasBeenSet =
true;
44 m_restApiId = std::forward<RestApiIdT>(value);
46 template <
typename RestApiIdT = Aws::String>
59 template <
typename DocumentationVersionT = Aws::String>
61 m_documentationVersionHasBeenSet =
true;
62 m_documentationVersion = std::forward<DocumentationVersionT>(value);
64 template <
typename DocumentationVersionT = Aws::String>
77 template <
typename StageNameT = Aws::String>
79 m_stageNameHasBeenSet =
true;
80 m_stageName = std::forward<StageNameT>(value);
82 template <
typename StageNameT = Aws::String>
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
114 bool m_restApiIdHasBeenSet =
false;
115 bool m_documentationVersionHasBeenSet =
false;
116 bool m_stageNameHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
const Aws::String & GetRestApiId() const
CreateDocumentationVersionRequest & WithRestApiId(RestApiIdT &&value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
CreateDocumentationVersionRequest & WithDocumentationVersion(DocumentationVersionT &&value)
CreateDocumentationVersionRequest & WithStageName(StageNameT &&value)
CreateDocumentationVersionRequest & WithDescription(DescriptionT &&value)
bool DocumentationVersionHasBeenSet() const
bool DescriptionHasBeenSet() const
void SetDocumentationVersion(DocumentationVersionT &&value)
AWS_APIGATEWAY_API CreateDocumentationVersionRequest()=default
bool RestApiIdHasBeenSet() const
void SetRestApiId(RestApiIdT &&value)
void SetDescription(DescriptionT &&value)
bool StageNameHasBeenSet() const
void SetStageName(StageNameT &&value)
const Aws::String & GetStageName() const
const Aws::String & GetDocumentationVersion() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String