7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/payment-cryptography/PaymentCryptographyRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace PaymentCryptography
43 template<
typename KeyIdentifierT = Aws::String>
44 void SetKeyIdentifier(KeyIdentifierT&& value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier = std::forward<KeyIdentifierT>(value); }
45 template<
typename KeyIdentifierT = Aws::String>
55 inline void SetDeleteKeyInDays(
int value) { m_deleteKeyInDaysHasBeenSet =
true; m_deleteKeyInDays = value; }
61 bool m_keyIdentifierHasBeenSet =
false;
63 int m_deleteKeyInDays{0};
64 bool m_deleteKeyInDaysHasBeenSet =
false;
int GetDeleteKeyInDays() const
virtual const char * GetServiceRequestName() const override
AWS_PAYMENTCRYPTOGRAPHY_API DeleteKeyRequest()=default
bool KeyIdentifierHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
const Aws::String & GetKeyIdentifier() const
bool DeleteKeyInDaysHasBeenSet() const
void SetKeyIdentifier(KeyIdentifierT &&value)
DeleteKeyRequest & WithDeleteKeyInDays(int value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDeleteKeyInDays(int value)
DeleteKeyRequest & WithKeyIdentifier(KeyIdentifierT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String