7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
9#include <aws/payment-cryptography/model/KeyBlockHeaders.h>
20namespace PaymentCryptography {
43 template <
typename WrappingKeyIdentifierT = Aws::String>
45 m_wrappingKeyIdentifierHasBeenSet =
true;
46 m_wrappingKeyIdentifier = std::forward<WrappingKeyIdentifierT>(value);
48 template <
typename WrappingKeyIdentifierT = Aws::String>
62 template <
typename KeyBlockHeadersT = KeyBlockHeaders>
64 m_keyBlockHeadersHasBeenSet =
true;
65 m_keyBlockHeaders = std::forward<KeyBlockHeadersT>(value);
67 template <
typename KeyBlockHeadersT = KeyBlockHeaders>
77 bool m_wrappingKeyIdentifierHasBeenSet =
false;
78 bool m_keyBlockHeadersHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHY_API ExportTr31KeyBlock(Aws::Utils::Json::JsonView jsonValue)
void SetWrappingKeyIdentifier(WrappingKeyIdentifierT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
bool WrappingKeyIdentifierHasBeenSet() const
const KeyBlockHeaders & GetKeyBlockHeaders() const
ExportTr31KeyBlock & WithKeyBlockHeaders(KeyBlockHeadersT &&value)
void SetKeyBlockHeaders(KeyBlockHeadersT &&value)
const Aws::String & GetWrappingKeyIdentifier() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportTr31KeyBlock & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportTr31KeyBlock & WithWrappingKeyIdentifier(WrappingKeyIdentifierT &&value)
bool KeyBlockHeadersHasBeenSet() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportTr31KeyBlock()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue