AWS SDK for C++

AWS SDK for C++ Version 1.11.637

Loading...
Searching...
No Matches
ApplicationEncryptionConfigurationDescription.h
1
6#pragma once
7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/kinesisanalyticsv2/model/KeyType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace KinesisAnalyticsV2
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfigurationDescription() = default;
38 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetKeyId() const { return m_keyId; }
47 inline bool KeyIdHasBeenSet() const { return m_keyIdHasBeenSet; }
48 template<typename KeyIdT = Aws::String>
49 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet = true; m_keyId = std::forward<KeyIdT>(value); }
50 template<typename KeyIdT = Aws::String>
51 ApplicationEncryptionConfigurationDescription& WithKeyId(KeyIdT&& value) { SetKeyId(std::forward<KeyIdT>(value)); return *this;}
53
55
58 inline KeyType GetKeyType() const { return m_keyType; }
59 inline bool KeyTypeHasBeenSet() const { return m_keyTypeHasBeenSet; }
60 inline void SetKeyType(KeyType value) { m_keyTypeHasBeenSet = true; m_keyType = value; }
63 private:
64
65 Aws::String m_keyId;
66 bool m_keyIdHasBeenSet = false;
67
68 KeyType m_keyType{KeyType::NOT_SET};
69 bool m_keyTypeHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace KinesisAnalyticsV2
74} // namespace Aws
AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfigurationDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfigurationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue