7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/payment-cryptography/model/KeyBlockHeaders.h>
22namespace PaymentCryptography
49 template<
typename WrappingKeyIdentifierT = Aws::String>
50 void SetWrappingKeyIdentifier(WrappingKeyIdentifierT&& value) { m_wrappingKeyIdentifierHasBeenSet =
true; m_wrappingKeyIdentifier = std::forward<WrappingKeyIdentifierT>(value); }
51 template<
typename WrappingKeyIdentifierT = Aws::String>
62 template<
typename KeyBlockHeadersT = KeyBlockHeaders>
63 void SetKeyBlockHeaders(KeyBlockHeadersT&& value) { m_keyBlockHeadersHasBeenSet =
true; m_keyBlockHeaders = std::forward<KeyBlockHeadersT>(value); }
64 template<
typename KeyBlockHeadersT = KeyBlockHeaders>
70 bool m_wrappingKeyIdentifierHasBeenSet =
false;
73 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