7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetRestApiId(
const char* value) { m_restApiIdHasBeenSet =
true; m_restApiId.assign(value); }
60 inline void SetDocumentationVersion(
const char* value) { m_documentationVersionHasBeenSet =
true; m_documentationVersion.assign(value); }
68 bool m_restApiIdHasBeenSet =
false;
71 bool m_documentationVersionHasBeenSet =
false;
const Aws::String & GetRestApiId() const
virtual const char * GetServiceRequestName() const override
void SetRestApiId(const Aws::String &value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
void SetDocumentationVersion(const Aws::String &value)
AWS_APIGATEWAY_API GetDocumentationVersionRequest()
bool DocumentationVersionHasBeenSet() const
GetDocumentationVersionRequest & WithDocumentationVersion(const Aws::String &value)
void SetDocumentationVersion(const char *value)
void SetDocumentationVersion(Aws::String &&value)
GetDocumentationVersionRequest & WithRestApiId(const Aws::String &value)
const Aws::String & GetDocumentationVersion() const
void SetRestApiId(Aws::String &&value)
void SetRestApiId(const char *value)
GetDocumentationVersionRequest & WithRestApiId(const char *value)
GetDocumentationVersionRequest & WithRestApiId(Aws::String &&value)
bool RestApiIdHasBeenSet() const
GetDocumentationVersionRequest & WithDocumentationVersion(const char *value)
GetDocumentationVersionRequest & WithDocumentationVersion(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String