7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace PaymentCryptography
48 template<
typename WrappingKeyIdentifierT = Aws::String>
49 void SetWrappingKeyIdentifier(WrappingKeyIdentifierT&& value) { m_wrappingKeyIdentifierHasBeenSet =
true; m_wrappingKeyIdentifier = std::forward<WrappingKeyIdentifierT>(value); }
50 template<
typename WrappingKeyIdentifierT = Aws::String>
60 template<
typename WrappedKeyBlockT = Aws::String>
61 void SetWrappedKeyBlock(WrappedKeyBlockT&& value) { m_wrappedKeyBlockHasBeenSet =
true; m_wrappedKeyBlock = std::forward<WrappedKeyBlockT>(value); }
62 template<
typename WrappedKeyBlockT = Aws::String>
68 bool m_wrappingKeyIdentifierHasBeenSet =
false;
71 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