7#include <aws/apigateway/APIGateway_EXPORTS.h>
8#include <aws/apigateway/APIGatewayRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename UsagePlanIdT = Aws::String>
47 void SetUsagePlanId(UsagePlanIdT&& value) { m_usagePlanIdHasBeenSet =
true; m_usagePlanId = std::forward<UsagePlanIdT>(value); }
48 template<
typename UsagePlanIdT = Aws::String>
58 template<
typename KeyIdT = Aws::String>
59 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
60 template<
typename KeyIdT = Aws::String>
70 template<
typename KeyTypeT = Aws::String>
71 void SetKeyType(KeyTypeT&& value) { m_keyTypeHasBeenSet =
true; m_keyType = std::forward<KeyTypeT>(value); }
72 template<
typename KeyTypeT = Aws::String>
78 bool m_usagePlanIdHasBeenSet =
false;
81 bool m_keyIdHasBeenSet =
false;
84 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