AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
DiffieHellmanDerivationData.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/payment-cryptography/PaymentCryptography_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace PaymentCryptography {
20namespace Model {
21
29 public:
30 AWS_PAYMENTCRYPTOGRAPHY_API DiffieHellmanDerivationData() = default;
31 AWS_PAYMENTCRYPTOGRAPHY_API DiffieHellmanDerivationData(Aws::Utils::Json::JsonView jsonValue);
32 AWS_PAYMENTCRYPTOGRAPHY_API DiffieHellmanDerivationData& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_PAYMENTCRYPTOGRAPHY_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
45 inline const Aws::String& GetSharedInformation() const { return m_sharedInformation; }
46 inline bool SharedInformationHasBeenSet() const { return m_sharedInformationHasBeenSet; }
47 template <typename SharedInformationT = Aws::String>
48 void SetSharedInformation(SharedInformationT&& value) {
49 m_sharedInformationHasBeenSet = true;
50 m_sharedInformation = std::forward<SharedInformationT>(value);
51 }
52 template <typename SharedInformationT = Aws::String>
54 SetSharedInformation(std::forward<SharedInformationT>(value));
55 return *this;
56 }
58 private:
59 Aws::String m_sharedInformation;
60 bool m_sharedInformationHasBeenSet = false;
61};
62
63} // namespace Model
64} // namespace PaymentCryptography
65} // 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