AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
ApplicationEncryptionConfiguration.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
30 public:
31 AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfiguration() = default;
34 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const Aws::String& GetKeyId() const { return m_keyId; }
42 inline bool KeyIdHasBeenSet() const { return m_keyIdHasBeenSet; }
43 template <typename KeyIdT = Aws::String>
44 void SetKeyId(KeyIdT&& value) {
45 m_keyIdHasBeenSet = true;
46 m_keyId = std::forward<KeyIdT>(value);
47 }
48 template <typename KeyIdT = Aws::String>
50 SetKeyId(std::forward<KeyIdT>(value));
51 return *this;
52 }
54
56
59 inline KeyType GetKeyType() const { return m_keyType; }
60 inline bool KeyTypeHasBeenSet() const { return m_keyTypeHasBeenSet; }
61 inline void SetKeyType(KeyType value) {
62 m_keyTypeHasBeenSet = true;
63 m_keyType = value;
64 }
66 SetKeyType(value);
67 return *this;
68 }
70 private:
71 Aws::String m_keyId;
72
73 KeyType m_keyType{KeyType::NOT_SET};
74 bool m_keyIdHasBeenSet = false;
75 bool m_keyTypeHasBeenSet = false;
76};
77
78} // namespace Model
79} // namespace KinesisAnalyticsV2
80} // namespace Aws
AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfiguration()=default
AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICSV2_API ApplicationEncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue