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
46 inline void SetKeyIdentifier(
const char* value) { m_keyIdentifierHasBeenSet =
true; m_keyIdentifier.assign(value); }
54 bool m_keyIdentifierHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetKeyRequest & WithKeyIdentifier(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
const Aws::String & GetKeyIdentifier() const
void SetKeyIdentifier(Aws::String &&value)
GetKeyRequest & WithKeyIdentifier(const Aws::String &value)
AWS_PAYMENTCRYPTOGRAPHY_API GetKeyRequest()
void SetKeyIdentifier(const Aws::String &value)
bool KeyIdentifierHasBeenSet() const
void SetKeyIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
GetKeyRequest & WithKeyIdentifier(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String