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); }
62 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
70 bool m_usagePlanIdHasBeenSet =
false;
73 bool m_keyIdHasBeenSet =
false;
void SetKeyId(const Aws::String &value)
const Aws::String & GetUsagePlanId() const
AWS_APIGATEWAY_API DeleteUsagePlanKeyRequest()
const Aws::String & GetKeyId() const
DeleteUsagePlanKeyRequest & WithKeyId(Aws::String &&value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
void SetKeyId(Aws::String &&value)
void SetUsagePlanId(const Aws::String &value)
void SetKeyId(const char *value)
DeleteUsagePlanKeyRequest & WithKeyId(const Aws::String &value)
DeleteUsagePlanKeyRequest & WithUsagePlanId(const Aws::String &value)
DeleteUsagePlanKeyRequest & WithUsagePlanId(const char *value)
DeleteUsagePlanKeyRequest & WithUsagePlanId(Aws::String &&value)
DeleteUsagePlanKeyRequest & WithKeyId(const char *value)
bool KeyIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool UsagePlanIdHasBeenSet() const
void SetUsagePlanId(Aws::String &&value)
void SetUsagePlanId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String