7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename RestApiIdT = Aws::String>
52 void SetRestApiId(RestApiIdT&& value) { m_restApiIdHasBeenSet =
true; m_restApiId = std::forward<RestApiIdT>(value); }
53 template<
typename RestApiIdT = Aws::String>
63 template<
typename PositionT = Aws::String>
64 void SetPosition(PositionT&& value) { m_positionHasBeenSet =
true; m_position = std::forward<PositionT>(value); }
65 template<
typename PositionT = Aws::String>
74 inline int GetLimit()
const {
return m_limit; }
76 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
82 bool m_restApiIdHasBeenSet =
false;
85 bool m_positionHasBeenSet =
false;
88 bool m_limitHasBeenSet =
false;
bool RestApiIdHasBeenSet() const
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_APIGATEWAY_API GetModelsRequest()=default
GetModelsRequest & WithLimit(int value)
GetModelsRequest & WithPosition(PositionT &&value)
void SetPosition(PositionT &&value)
bool PositionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool LimitHasBeenSet() const
const Aws::String & GetRestApiId() const
const Aws::String & GetPosition() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
void SetRestApiId(RestApiIdT &&value)
GetModelsRequest & WithRestApiId(RestApiIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String