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); }
66 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
78 inline void SetNameQuery(
const char* value) { m_nameQueryHasBeenSet =
true; m_nameQuery.assign(value); }
93 inline void SetCustomerId(
const char* value) { m_customerIdHasBeenSet =
true; m_customerId.assign(value); }
106 inline void SetIncludeValues(
bool value) { m_includeValuesHasBeenSet =
true; m_includeValues = value; }
112 bool m_positionHasBeenSet =
false;
115 bool m_limitHasBeenSet =
false;
118 bool m_nameQueryHasBeenSet =
false;
121 bool m_customerIdHasBeenSet =
false;
123 bool m_includeValues;
124 bool m_includeValuesHasBeenSet =
false;
GetApiKeysRequest & WithCustomerId(const Aws::String &value)
GetApiKeysRequest & WithNameQuery(const char *value)
GetApiKeysRequest & WithIncludeValues(bool value)
void SetNameQuery(const Aws::String &value)
void SetIncludeValues(bool value)
AWS_APIGATEWAY_API GetApiKeysRequest()
void SetPosition(Aws::String &&value)
GetApiKeysRequest & WithNameQuery(Aws::String &&value)
const Aws::String & GetPosition() const
void SetCustomerId(const char *value)
bool LimitHasBeenSet() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetApiKeysRequest & WithPosition(Aws::String &&value)
GetApiKeysRequest & WithLimit(int value)
bool CustomerIdHasBeenSet() const
GetApiKeysRequest & WithPosition(const char *value)
void SetPosition(const Aws::String &value)
GetApiKeysRequest & WithCustomerId(const char *value)
bool GetIncludeValues() const
void SetPosition(const char *value)
const Aws::String & GetCustomerId() const
const Aws::String & GetNameQuery() const
bool IncludeValuesHasBeenSet() const
void SetCustomerId(const Aws::String &value)
void SetCustomerId(Aws::String &&value)
bool PositionHasBeenSet() const
AWS_APIGATEWAY_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
GetApiKeysRequest & WithNameQuery(const Aws::String &value)
void SetNameQuery(const char *value)
GetApiKeysRequest & WithCustomerId(Aws::String &&value)
void SetNameQuery(Aws::String &&value)
bool NameQueryHasBeenSet() const
GetApiKeysRequest & WithPosition(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String