7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PaymentCryptography
50 inline void SetWrappingKeyIdentifier(
const char* value) { m_wrappingKeyIdentifierHasBeenSet =
true; m_wrappingKeyIdentifier.assign(value); }
64 inline void SetWrappedKeyBlock(
const char* value) { m_wrappedKeyBlockHasBeenSet =
true; m_wrappedKeyBlock.assign(value); }
72 bool m_wrappingKeyIdentifierHasBeenSet =
false;
75 bool m_wrappedKeyBlockHasBeenSet =
false;
AWS_PAYMENTCRYPTOGRAPHY_API ImportTr31KeyBlock(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHY_API ImportTr31KeyBlock & operator=(Aws::Utils::Json::JsonView jsonValue)
bool WrappedKeyBlockHasBeenSet() const
void SetWrappingKeyIdentifier(const Aws::String &value)
ImportTr31KeyBlock & WithWrappedKeyBlock(Aws::String &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ImportTr31KeyBlock()
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetWrappedKeyBlock(const Aws::String &value)
ImportTr31KeyBlock & WithWrappingKeyIdentifier(Aws::String &&value)
void SetWrappingKeyIdentifier(const char *value)
void SetWrappedKeyBlock(Aws::String &&value)
bool WrappingKeyIdentifierHasBeenSet() const
ImportTr31KeyBlock & WithWrappedKeyBlock(const Aws::String &value)
ImportTr31KeyBlock & WithWrappingKeyIdentifier(const char *value)
ImportTr31KeyBlock & WithWrappedKeyBlock(const char *value)
const Aws::String & GetWrappedKeyBlock() const
void SetWrappingKeyIdentifier(Aws::String &&value)
ImportTr31KeyBlock & WithWrappingKeyIdentifier(const Aws::String &value)
void SetWrappedKeyBlock(const char *value)
const Aws::String & GetWrappingKeyIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue