7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/apigateway/model/DocumentationPartLocation.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename RestApiIdT = Aws::String>
44 m_restApiIdHasBeenSet =
true;
45 m_restApiId = std::forward<RestApiIdT>(value);
47 template <
typename RestApiIdT = Aws::String>
61 template <
typename LocationT = DocumentationPartLocation>
63 m_locationHasBeenSet =
true;
64 m_location = std::forward<LocationT>(value);
66 template <
typename LocationT = DocumentationPartLocation>
81 template <
typename PropertiesT = Aws::String>
83 m_propertiesHasBeenSet =
true;
84 m_properties = std::forward<PropertiesT>(value);
86 template <
typename PropertiesT = Aws::String>
98 bool m_restApiIdHasBeenSet =
false;
99 bool m_locationHasBeenSet =
false;
100 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