7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template <
typename PositionT = Aws::String>
48 m_positionHasBeenSet =
true;
49 m_position = std::forward<PositionT>(value);
51 template <
typename PositionT = Aws::String>
64 template <
typename KeyIdT = Aws::String>
66 m_keyIdHasBeenSet =
true;
67 m_keyId = std::forward<KeyIdT>(value);
69 template <
typename KeyIdT = Aws::String>
71 SetKeyId(std::forward<KeyIdT>(value));
81 inline int GetLimit()
const {
return m_limit; }
84 m_limitHasBeenSet =
true;
98 bool m_positionHasBeenSet =
false;
99 bool m_keyIdHasBeenSet =
false;
100 bool m_limitHasBeenSet =
false;
AWS_APIGATEWAY_API GetUsagePlansRequest()=default
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool LimitHasBeenSet() const
GetUsagePlansRequest & WithPosition(PositionT &&value)
const Aws::String & GetKeyId() const
const Aws::String & GetPosition() const
bool PositionHasBeenSet() const
bool KeyIdHasBeenSet() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetUsagePlansRequest & WithLimit(int value)
GetUsagePlansRequest & WithKeyId(KeyIdT &&value)
void SetPosition(PositionT &&value)
void SetKeyId(KeyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String