AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
AsymmetricEncryptionAttributes.h
1
6#pragma once
7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/model/PaddingType.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 PaymentCryptographyData
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_PAYMENTCRYPTOGRAPHYDATA_API AsymmetricEncryptionAttributes() = default;
36 AWS_PAYMENTCRYPTOGRAPHYDATA_API AsymmetricEncryptionAttributes(Aws::Utils::Json::JsonView jsonValue);
37 AWS_PAYMENTCRYPTOGRAPHYDATA_API AsymmetricEncryptionAttributes& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline PaddingType GetPaddingType() const { return m_paddingType; }
46 inline bool PaddingTypeHasBeenSet() const { return m_paddingTypeHasBeenSet; }
47 inline void SetPaddingType(PaddingType value) { m_paddingTypeHasBeenSet = true; m_paddingType = value; }
50 private:
51
52 PaddingType m_paddingType{PaddingType::NOT_SET};
53 bool m_paddingTypeHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace PaymentCryptographyData
58} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API AsymmetricEncryptionAttributes & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API AsymmetricEncryptionAttributes(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHYDATA_API AsymmetricEncryptionAttributes()=default
Aws::Utils::Json::JsonValue JsonValue