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
45 inline void SetKeyIdentifier(
const char* value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier.assign(value); }
57 inline void SetDeleteKeyInDays(
int value) { m_deleteKeyInDaysHasBeenSet =
true; m_deleteKeyInDays = value; }
63 bool m_keyIdentifierHasBeenSet =
false;
65 int m_deleteKeyInDays;
66 bool m_deleteKeyInDaysHasBeenSet =
false;
int GetDeleteKeyInDays() const
virtual const char * GetServiceRequestName() const override
bool KeyIdentifierHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
const Aws::String & GetKeyIdentifier() const
void SetKeyIdentifier(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHY_API DeleteKeyRequest()
bool DeleteKeyInDaysHasBeenSet() const
DeleteKeyRequest & WithKeyIdentifier(const Aws::String &value)
void SetKeyIdentifier(Aws::String &&value)
DeleteKeyRequest & WithKeyIdentifier(const char *value)
DeleteKeyRequest & WithDeleteKeyInDays(int value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteKeyRequest & WithKeyIdentifier(Aws::String &&value)
void SetKeyIdentifier(const char *value)
void SetDeleteKeyInDays(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String