7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetPosition(
const char* value) { m_positionHasBeenSet =
true; m_position.assign(value); }
67 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
80 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
86 bool m_positionHasBeenSet =
false;
89 bool m_keyIdHasBeenSet =
false;
92 bool m_limitHasBeenSet =
false;
GetUsagePlansRequest & WithKeyId(Aws::String &&value)
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetPosition(Aws::String &&value)
bool LimitHasBeenSet() const
const Aws::String & GetKeyId() const
const Aws::String & GetPosition() const
GetUsagePlansRequest & WithPosition(const Aws::String &value)
bool PositionHasBeenSet() const
bool KeyIdHasBeenSet() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
GetUsagePlansRequest & WithPosition(Aws::String &&value)
void SetKeyId(const char *value)
virtual const char * GetServiceRequestName() const override
GetUsagePlansRequest & WithLimit(int value)
void SetPosition(const Aws::String &value)
AWS_APIGATEWAY_API GetUsagePlansRequest()
GetUsagePlansRequest & WithKeyId(const Aws::String &value)
void SetKeyId(const Aws::String &value)
GetUsagePlansRequest & WithKeyId(const char *value)
void SetKeyId(Aws::String &&value)
GetUsagePlansRequest & WithPosition(const char *value)
void SetPosition(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String