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 PositionT = Aws::String>
52 void SetPosition(PositionT&& value) { m_positionHasBeenSet =
true; m_position = std::forward<PositionT>(value); }
53 template<
typename PositionT = Aws::String>
63 template<
typename KeyIdT = Aws::String>
64 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
65 template<
typename KeyIdT = 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_positionHasBeenSet =
false;
85 bool m_keyIdHasBeenSet =
false;
88 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