7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetUsagePlanId(
const char* value) { m_usagePlanIdHasBeenSet =
true; m_usagePlanId.assign(value); }
63 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
71 bool m_usagePlanIdHasBeenSet =
false;
74 bool m_keyIdHasBeenSet =
false;
void SetKeyId(Aws::String &&value)
const Aws::String & GetUsagePlanId() const
virtual const char * GetServiceRequestName() const override
GetUsagePlanKeyRequest & WithUsagePlanId(Aws::String &&value)
void SetUsagePlanId(Aws::String &&value)
void SetKeyId(const char *value)
bool KeyIdHasBeenSet() const
AWS_APIGATEWAY_API GetUsagePlanKeyRequest()
void SetKeyId(const Aws::String &value)
bool UsagePlanIdHasBeenSet() const
const Aws::String & GetKeyId() const
GetUsagePlanKeyRequest & WithKeyId(const char *value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
void SetUsagePlanId(const Aws::String &value)
GetUsagePlanKeyRequest & WithKeyId(Aws::String &&value)
void SetUsagePlanId(const char *value)
GetUsagePlanKeyRequest & WithKeyId(const Aws::String &value)
GetUsagePlanKeyRequest & WithUsagePlanId(const char *value)
GetUsagePlanKeyRequest & WithUsagePlanId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String