7#include <aws/apigateway/APIGatewayRequest.h>
8#include <aws/apigateway/APIGateway_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename UsagePlanIdT = Aws::String>
44 m_usagePlanIdHasBeenSet =
true;
45 m_usagePlanId = std::forward<UsagePlanIdT>(value);
47 template <
typename UsagePlanIdT = Aws::String>
60 template <
typename KeyIdT = Aws::String>
62 m_keyIdHasBeenSet =
true;
63 m_keyId = std::forward<KeyIdT>(value);
65 template <
typename KeyIdT = Aws::String>
67 SetKeyId(std::forward<KeyIdT>(value));
75 bool m_usagePlanIdHasBeenSet =
false;
76 bool m_keyIdHasBeenSet =
false;
const Aws::String & GetUsagePlanId() const
const Aws::String & GetKeyId() const
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
DeleteUsagePlanKeyRequest & WithKeyId(KeyIdT &&value)
AWS_APIGATEWAY_API DeleteUsagePlanKeyRequest()=default
void SetUsagePlanId(UsagePlanIdT &&value)
bool KeyIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool UsagePlanIdHasBeenSet() const
void SetKeyId(KeyIdT &&value)
DeleteUsagePlanKeyRequest & WithUsagePlanId(UsagePlanIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String