7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template <
typename UsagePlanIdT = Aws::String>
49 m_usagePlanIdHasBeenSet =
true;
50 m_usagePlanId = std::forward<UsagePlanIdT>(value);
52 template <
typename UsagePlanIdT = Aws::String>
65 template <
typename PositionT = Aws::String>
67 m_positionHasBeenSet =
true;
68 m_position = std::forward<PositionT>(value);
70 template <
typename PositionT = Aws::String>
82 inline int GetLimit()
const {
return m_limit; }
85 m_limitHasBeenSet =
true;
101 template <
typename NameQueryT = Aws::String>
103 m_nameQueryHasBeenSet =
true;
104 m_nameQuery = std::forward<NameQueryT>(value);
106 template <
typename NameQueryT = Aws::String>
120 bool m_usagePlanIdHasBeenSet =
false;
121 bool m_positionHasBeenSet =
false;
122 bool m_limitHasBeenSet =
false;
123 bool m_nameQueryHasBeenSet =
false;
const Aws::String & GetNameQuery() const
bool UsagePlanIdHasBeenSet() const
void SetNameQuery(NameQueryT &&value)
virtual const char * GetServiceRequestName() const override
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
bool PositionHasBeenSet() const
GetUsagePlanKeysRequest & WithUsagePlanId(UsagePlanIdT &&value)
const Aws::String & GetUsagePlanId() const
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetUsagePlanId(UsagePlanIdT &&value)
GetUsagePlanKeysRequest & WithPosition(PositionT &&value)
bool NameQueryHasBeenSet() const
const Aws::String & GetPosition() const
void SetPosition(PositionT &&value)
GetUsagePlanKeysRequest & WithLimit(int value)
GetUsagePlanKeysRequest & WithNameQuery(NameQueryT &&value)
bool LimitHasBeenSet() const
AWS_APIGATEWAY_API GetUsagePlanKeysRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String