7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename UsagePlanIdT = Aws::String>
53 void SetUsagePlanId(UsagePlanIdT&& value) { m_usagePlanIdHasBeenSet =
true; m_usagePlanId = std::forward<UsagePlanIdT>(value); }
54 template<
typename UsagePlanIdT = Aws::String>
64 template<
typename PositionT = Aws::String>
65 void SetPosition(PositionT&& value) { m_positionHasBeenSet =
true; m_position = std::forward<PositionT>(value); }
66 template<
typename PositionT = Aws::String>
75 inline int GetLimit()
const {
return m_limit; }
77 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
88 template<
typename NameQueryT = Aws::String>
89 void SetNameQuery(NameQueryT&& value) { m_nameQueryHasBeenSet =
true; m_nameQuery = std::forward<NameQueryT>(value); }
90 template<
typename NameQueryT = Aws::String>
96 bool m_usagePlanIdHasBeenSet =
false;
99 bool m_positionHasBeenSet =
false;
102 bool m_limitHasBeenSet =
false;
105 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