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
51 inline void SetWrappingKeyIdentifier(
const char* value) { m_wrappingKeyIdentifierHasBeenSet =
true; m_wrappingKeyIdentifier.assign(value); }
72 bool m_wrappingKeyIdentifierHasBeenSet =
false;
75 bool m_keyBlockHeadersHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHY_API ExportTr31KeyBlock(Aws::Utils::Json::JsonView jsonValue)
ExportTr31KeyBlock & WithWrappingKeyIdentifier(Aws::String &&value)
void SetWrappingKeyIdentifier(const char *value)
void SetKeyBlockHeaders(const KeyBlockHeaders &value)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHY_API ExportTr31KeyBlock()
ExportTr31KeyBlock & WithWrappingKeyIdentifier(const Aws::String &value)
ExportTr31KeyBlock & WithKeyBlockHeaders(KeyBlockHeaders &&value)
void SetWrappingKeyIdentifier(const Aws::String &value)
void SetKeyBlockHeaders(KeyBlockHeaders &&value)
bool WrappingKeyIdentifierHasBeenSet() const
const KeyBlockHeaders & GetKeyBlockHeaders() const
const Aws::String & GetWrappingKeyIdentifier() const
ExportTr31KeyBlock & WithKeyBlockHeaders(const KeyBlockHeaders &value)
AWS_PAYMENTCRYPTOGRAPHY_API ExportTr31KeyBlock & operator=(Aws::Utils::Json::JsonView jsonValue)
ExportTr31KeyBlock & WithWrappingKeyIdentifier(const char *value)
void SetWrappingKeyIdentifier(Aws::String &&value)
bool KeyBlockHeadersHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue