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>
74 bool m_restApiIdHasBeenSet =
false;
75 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