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));
78 template <
typename KeyTypeT = Aws::String>
80 m_keyTypeHasBeenSet =
true;
81 m_keyType = std::forward<KeyTypeT>(value);
83 template <
typename KeyTypeT = Aws::String>
95 bool m_usagePlanIdHasBeenSet =
false;
96 bool m_keyIdHasBeenSet =
false;
97 bool m_keyTypeHasBeenSet =
false;
CreateUsagePlanKeyRequest & WithUsagePlanId(UsagePlanIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetUsagePlanId(UsagePlanIdT &&value)
CreateUsagePlanKeyRequest & WithKeyId(KeyIdT &&value)
const Aws::String & GetUsagePlanId() const
bool KeyTypeHasBeenSet() const
const Aws::String & GetKeyId() const
void SetKeyId(KeyIdT &&value)
AWS_APIGATEWAY_API CreateUsagePlanKeyRequest()=default
const Aws::String & GetKeyType() const
CreateUsagePlanKeyRequest & WithKeyType(KeyTypeT &&value)
bool UsagePlanIdHasBeenSet() const
void SetKeyType(KeyTypeT &&value)
AWS_APIGATEWAY_API Aws::String SerializePayload() const override
bool KeyIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String