7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/apigateway/model/DocumentationPartLocation.h>
46 template<
typename RestApiIdT = Aws::String>
47 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
48 template<
typename RestApiIdT = Aws::String>
59 template<
typename LocationT = DocumentationPartLocation>
60 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
61 template<
typename LocationT = DocumentationPartLocation>
73 template<
typename PropertiesT = Aws::String>
74 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
75 template<
typename PropertiesT = Aws::String>
81 bool m_restApiIdHasBeenSet =
false;
84 bool m_locationHasBeenSet =
false;
87 bool m_propertiesHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
CreateDocumentationPartRequest & WithProperties(PropertiesT &&value)
CreateDocumentationPartRequest & WithRestApiId(RestApiIdT &&value)
void SetRestApiId(RestApiIdT &&value)
void SetProperties(PropertiesT &&value)
bool PropertiesHasBeenSet() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
const DocumentationPartLocation & GetLocation() const
bool RestApiIdHasBeenSet() const
CreateDocumentationPartRequest & WithLocation(LocationT &&value)
void SetLocation(LocationT &&value)
AWS_APIGATEWAY_API CreateDocumentationPartRequest()=default
const Aws::String & GetRestApiId() const
const Aws::String & GetProperties() const
bool LocationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String