7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename RestApiIdT = Aws::String>
46 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
47 template<
typename RestApiIdT = Aws::String>
57 template<
typename DocumentationVersionT = Aws::String>
58 void SetDocumentationVersion(DocumentationVersionT&& value) { m_documentationVersionHasBeenSet =
true; m_documentationVersion = std::forward<DocumentationVersionT>(value); }
59 template<
typename DocumentationVersionT = Aws::String>
65 bool m_restApiIdHasBeenSet =
false;
68 bool m_documentationVersionHasBeenSet =
false;
void SetDocumentationVersion(DocumentationVersionT &&value)
const Aws::String & GetDocumentationVersion() const
void SetRestApiId(RestApiIdT &&value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
const Aws::String & GetRestApiId() const
bool RestApiIdHasBeenSet() const
AWS_APIGATEWAY_API DeleteDocumentationVersionRequest()=default
DeleteDocumentationVersionRequest & WithRestApiId(RestApiIdT &&value)
DeleteDocumentationVersionRequest & WithDocumentationVersion(DocumentationVersionT &&value)
bool DocumentationVersionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String