AWS SDK for C++

AWS SDK for C++ Version 1.11.816

Loading...
Searching...
No Matches
KekValidationRequest.h
1
6#pragma once
7#include <aws/payment-cryptography-data/PaymentCryptographyData_EXPORTS.h>
8#include <aws/payment-cryptography-data/model/RandomKeyMaxLength.h>
9#include <aws/payment-cryptography-data/model/SymmetricKeyAlgorithm.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace PaymentCryptographyData {
21namespace Model {
22
30 public:
31 AWS_PAYMENTCRYPTOGRAPHYDATA_API KekValidationRequest() = default;
32 AWS_PAYMENTCRYPTOGRAPHYDATA_API KekValidationRequest(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PAYMENTCRYPTOGRAPHYDATA_API KekValidationRequest& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline SymmetricKeyAlgorithm GetDeriveKeyAlgorithm() const { return m_deriveKeyAlgorithm; }
42 inline bool DeriveKeyAlgorithmHasBeenSet() const { return m_deriveKeyAlgorithmHasBeenSet; }
44 m_deriveKeyAlgorithmHasBeenSet = true;
45 m_deriveKeyAlgorithm = value;
46 }
49 return *this;
50 }
52
54
58 inline RandomKeyMaxLength GetRandomKeyMaxLength() const { return m_randomKeyMaxLength; }
59 inline bool RandomKeyMaxLengthHasBeenSet() const { return m_randomKeyMaxLengthHasBeenSet; }
61 m_randomKeyMaxLengthHasBeenSet = true;
62 m_randomKeyMaxLength = value;
63 }
66 return *this;
67 }
69 private:
71
73 bool m_deriveKeyAlgorithmHasBeenSet = false;
74 bool m_randomKeyMaxLengthHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace PaymentCryptographyData
79} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHYDATA_API KekValidationRequest()=default
AWS_PAYMENTCRYPTOGRAPHYDATA_API KekValidationRequest(Aws::Utils::Json::JsonView jsonValue)
KekValidationRequest & WithDeriveKeyAlgorithm(SymmetricKeyAlgorithm value)
AWS_PAYMENTCRYPTOGRAPHYDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHYDATA_API KekValidationRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
KekValidationRequest & WithRandomKeyMaxLength(RandomKeyMaxLength value)
Aws::Utils::Json::JsonValue JsonValue