7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
19namespace PaymentCryptography {
42 template <
typename WrappingKeyIdentifierT = Aws::String>
44 m_wrappingKeyIdentifierHasBeenSet =
true;
45 m_wrappingKeyIdentifier = std::forward<WrappingKeyIdentifierT>(value);
47 template <
typename WrappingKeyIdentifierT = Aws::String>
60 template <
typename WrappedKeyBlockT = Aws::String>
62 m_wrappedKeyBlockHasBeenSet =
true;
63 m_wrappedKeyBlock = std::forward<WrappedKeyBlockT>(value);
65 template <
typename WrappedKeyBlockT = Aws::String>
75 bool m_wrappingKeyIdentifierHasBeenSet =
false;
76 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
ImportTr31KeyBlock & WithWrappedKeyBlock(WrappedKeyBlockT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ImportTr31KeyBlock()=default
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
ImportTr31KeyBlock & WithWrappingKeyIdentifier(WrappingKeyIdentifierT &&value)
bool WrappingKeyIdentifierHasBeenSet() const
const Aws::String & GetWrappedKeyBlock() const
void SetWrappedKeyBlock(WrappedKeyBlockT &&value)
void SetWrappingKeyIdentifier(WrappingKeyIdentifierT &&value)
const Aws::String & GetWrappingKeyIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue