AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
ApplicationEncryptionConfigurationDescription.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
9#include <aws/kinesisanalyticsv2/model/KeyType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace KinesisAnalyticsV2 {
21namespace Model {
22
29 public:
30 AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfigurationDescription() = default;
33 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetKeyId() const { return m_keyId; }
41 inline bool KeyIdHasBeenSet() const { return m_keyIdHasBeenSet; }
42 template <typename KeyIdT = Aws::String>
43 void SetKeyId(KeyIdT&& value) {
44 m_keyIdHasBeenSet = true;
45 m_keyId = std::forward<KeyIdT>(value);
46 }
47 template <typename KeyIdT = Aws::String>
49 SetKeyId(std::forward<KeyIdT>(value));
50 return *this;
51 }
53
55
58 inline KeyType GetKeyType() const { return m_keyType; }
59 inline bool KeyTypeHasBeenSet() const { return m_keyTypeHasBeenSet; }
60 inline void SetKeyType(KeyType value) {
61 m_keyTypeHasBeenSet = true;
62 m_keyType = value;
63 }
65 SetKeyType(value);
66 return *this;
67 }
69 private:
70 Aws::String m_keyId;
71
72 KeyType m_keyType{KeyType::NOT_SET};
73 bool m_keyIdHasBeenSet = false;
74 bool m_keyTypeHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace KinesisAnalyticsV2
79} // 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