AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ImportTr31KeyBlock.h
1
6#pragma once
7#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace PaymentCryptography
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_PAYMENTCRYPTOGRAPHY_API ImportTr31KeyBlock() = default;
36 AWS_PAYMENTCRYPTOGRAPHY_API ImportTr31KeyBlock(Aws::Utils::Json::JsonView jsonValue);
37 AWS_PAYMENTCRYPTOGRAPHY_API ImportTr31KeyBlock& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetWrappingKeyIdentifier() const { return m_wrappingKeyIdentifier; }
47 inline bool WrappingKeyIdentifierHasBeenSet() const { return m_wrappingKeyIdentifierHasBeenSet; }
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>
51 ImportTr31KeyBlock& WithWrappingKeyIdentifier(WrappingKeyIdentifierT&& value) { SetWrappingKeyIdentifier(std::forward<WrappingKeyIdentifierT>(value)); return *this;}
53
55
58 inline const Aws::String& GetWrappedKeyBlock() const { return m_wrappedKeyBlock; }
59 inline bool WrappedKeyBlockHasBeenSet() const { return m_wrappedKeyBlockHasBeenSet; }
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>
63 ImportTr31KeyBlock& WithWrappedKeyBlock(WrappedKeyBlockT&& value) { SetWrappedKeyBlock(std::forward<WrappedKeyBlockT>(value)); return *this;}
65 private:
66
67 Aws::String m_wrappingKeyIdentifier;
68 bool m_wrappingKeyIdentifierHasBeenSet = false;
69
70 Aws::String m_wrappedKeyBlock;
71 bool m_wrappedKeyBlockHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace PaymentCryptography
76} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHY_API ImportTr31KeyBlock(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHY_API ImportTr31KeyBlock & operator=(Aws::Utils::Json::JsonView jsonValue)
ImportTr31KeyBlock & WithWrappedKeyBlock(WrappedKeyBlockT &&value)
AWS_PAYMENTCRYPTOGRAPHY_API ImportTr31KeyBlock()=default
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
ImportTr31KeyBlock & WithWrappingKeyIdentifier(WrappingKeyIdentifierT &&value)
void SetWrappingKeyIdentifier(WrappingKeyIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue