7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptographyRequest.h>
9#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
14namespace PaymentCryptography {
39 template <
typename KeyIdentifierT = Aws::String>
41 m_keyIdentifierHasBeenSet =
true;
42 m_keyIdentifier = std::forward<KeyIdentifierT>(value);
44 template <
typename KeyIdentifierT = Aws::String>
52 bool m_keyIdentifierHasBeenSet =
false;
bool KeyIdentifierHasBeenSet() const
const Aws::String & GetKeyIdentifier() const
GetPublicKeyCertificateRequest & WithKeyIdentifier(KeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API GetPublicKeyCertificateRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_PAYMENTCRYPTOGRAPHY_API Aws::String SerializePayload() const override
void SetKeyIdentifier(KeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String