AWS SDK for C++

AWS SDK for C++ Version 1.11.831

Loading...
Searching...
No Matches
EncryptionKeyConfigurationInput.h
1
6#pragma once
7#include <aws/odb/Odb_EXPORTS.h>
8#include <aws/odb/model/AwsEncryptionKeyConfigurationInput.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace odb {
20namespace Model {
21
30 public:
31 AWS_ODB_API EncryptionKeyConfigurationInput() = default;
35
37
41 inline const AwsEncryptionKeyConfigurationInput& GetAwsEncryptionKey() const { return m_awsEncryptionKey; }
42 inline bool AwsEncryptionKeyHasBeenSet() const { return m_awsEncryptionKeyHasBeenSet; }
43 template <typename AwsEncryptionKeyT = AwsEncryptionKeyConfigurationInput>
44 void SetAwsEncryptionKey(AwsEncryptionKeyT&& value) {
45 m_awsEncryptionKeyHasBeenSet = true;
46 m_awsEncryptionKey = std::forward<AwsEncryptionKeyT>(value);
47 }
48 template <typename AwsEncryptionKeyT = AwsEncryptionKeyConfigurationInput>
50 SetAwsEncryptionKey(std::forward<AwsEncryptionKeyT>(value));
51 return *this;
52 }
54 private:
55 AwsEncryptionKeyConfigurationInput m_awsEncryptionKey;
56 bool m_awsEncryptionKeyHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace odb
61} // namespace Aws
AWS_ODB_API EncryptionKeyConfigurationInput(Aws::Utils::Json::JsonView jsonValue)
EncryptionKeyConfigurationInput & WithAwsEncryptionKey(AwsEncryptionKeyT &&value)
AWS_ODB_API Aws::Utils::Json::JsonValue Jsonize() const
const AwsEncryptionKeyConfigurationInput & GetAwsEncryptionKey() const
AWS_ODB_API EncryptionKeyConfigurationInput & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue