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