AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
DiffieHellmanDerivationData.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 DiffieHellmanDerivationData() = default;
36 AWS_PAYMENTCRYPTOGRAPHY_API DiffieHellmanDerivationData(Aws::Utils::Json::JsonView jsonValue);
37 AWS_PAYMENTCRYPTOGRAPHY_API DiffieHellmanDerivationData& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
51 inline const Aws::String& GetSharedInformation() const { return m_sharedInformation; }
52 inline bool SharedInformationHasBeenSet() const { return m_sharedInformationHasBeenSet; }
53 template<typename SharedInformationT = Aws::String>
54 void SetSharedInformation(SharedInformationT&& value) { m_sharedInformationHasBeenSet = true; m_sharedInformation = std::forward<SharedInformationT>(value); }
55 template<typename SharedInformationT = Aws::String>
56 DiffieHellmanDerivationData& WithSharedInformation(SharedInformationT&& value) { SetSharedInformation(std::forward<SharedInformationT>(value)); return *this;}
58 private:
59
60 Aws::String m_sharedInformation;
61 bool m_sharedInformationHasBeenSet = false;
62 };
63
64} // namespace Model
65} // namespace PaymentCryptography
66} // namespace Aws
AWS_PAYMENTCRYPTOGRAPHY_API DiffieHellmanDerivationData(Aws::Utils::Json::JsonView jsonValue)
AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PAYMENTCRYPTOGRAPHY_API DiffieHellmanDerivationData()=default
AWS_PAYMENTCRYPTOGRAPHY_API DiffieHellmanDerivationData & operator=(Aws::Utils::Json::JsonView jsonValue)
DiffieHellmanDerivationData & WithSharedInformation(SharedInformationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue