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/DocumentationPartType.h>
11#include <aws/apigateway/model/LocationStatusType.h>
53 template<
typename RestApiIdT = Aws::String>
54 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
55 template<
typename RestApiIdT = Aws::String>
75 template<
typename NameQueryT = Aws::String>
76 void SetNameQuery(NameQueryT&& value) { m_nameQueryHasBeenSet =
true; m_nameQuery = std::forward<NameQueryT>(value); }
77 template<
typename NameQueryT = Aws::String>
87 template<
typename PathT = Aws::String>
88 void SetPath(PathT&& value) { m_pathHasBeenSet =
true; m_path = std::forward<PathT>(value); }
89 template<
typename PathT = Aws::String>
99 template<
typename PositionT = Aws::String>
100 void SetPosition(PositionT&& value) { m_positionHasBeenSet =
true; m_position = std::forward<PositionT>(value); }
101 template<
typename PositionT = Aws::String>
112 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
131 bool m_restApiIdHasBeenSet =
false;
134 bool m_typeHasBeenSet =
false;
137 bool m_nameQueryHasBeenSet =
false;
140 bool m_pathHasBeenSet =
false;
143 bool m_positionHasBeenSet =
false;
146 bool m_limitHasBeenSet =
false;
149 bool m_locationStatusHasBeenSet =
false;
void SetNameQuery(NameQueryT &&value)
bool NameQueryHasBeenSet() const
GetDocumentationPartsRequest & WithLimit(int value)
bool PathHasBeenSet() const
const Aws::String & GetPath() const
const Aws::String & GetRestApiId() const
void SetPath(PathT &&value)
DocumentationPartType GetType() const
GetDocumentationPartsRequest & WithRestApiId(RestApiIdT &&value)
GetDocumentationPartsRequest & WithNameQuery(NameQueryT &&value)
bool LimitHasBeenSet() const
bool RestApiIdHasBeenSet() const
void SetType(DocumentationPartType value)
void SetPosition(PositionT &&value)
GetDocumentationPartsRequest & WithType(DocumentationPartType value)
LocationStatusType GetLocationStatus() const
void SetRestApiId(RestApiIdT &&value)
bool PositionHasBeenSet() const
GetDocumentationPartsRequest & WithPath(PathT &&value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
AWS_APIGATEWAY_API GetDocumentationPartsRequest()=default
const Aws::String & GetNameQuery() const
bool LocationStatusHasBeenSet() const
bool TypeHasBeenSet() const
GetDocumentationPartsRequest & WithPosition(PositionT &&value)
const Aws::String & GetPosition() const
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetDocumentationPartsRequest & WithLocationStatus(LocationStatusType value)
void SetLocationStatus(LocationStatusType value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String