AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
SseConfiguration.h
1
6#pragma once
7#include <aws/healthlake/HealthLake_EXPORTS.h>
8#include <aws/healthlake/model/KmsEncryptionConfig.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace HealthLake
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_HEALTHLAKE_API SseConfiguration() = default;
36 AWS_HEALTHLAKE_API SseConfiguration(Aws::Utils::Json::JsonView jsonValue);
38 AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const KmsEncryptionConfig& GetKmsEncryptionConfig() const { return m_kmsEncryptionConfig; }
47 inline bool KmsEncryptionConfigHasBeenSet() const { return m_kmsEncryptionConfigHasBeenSet; }
48 template<typename KmsEncryptionConfigT = KmsEncryptionConfig>
49 void SetKmsEncryptionConfig(KmsEncryptionConfigT&& value) { m_kmsEncryptionConfigHasBeenSet = true; m_kmsEncryptionConfig = std::forward<KmsEncryptionConfigT>(value); }
50 template<typename KmsEncryptionConfigT = KmsEncryptionConfig>
51 SseConfiguration& WithKmsEncryptionConfig(KmsEncryptionConfigT&& value) { SetKmsEncryptionConfig(std::forward<KmsEncryptionConfigT>(value)); return *this;}
53 private:
54
55 KmsEncryptionConfig m_kmsEncryptionConfig;
56 bool m_kmsEncryptionConfigHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace HealthLake
61} // namespace Aws
void SetKmsEncryptionConfig(KmsEncryptionConfigT &&value)
SseConfiguration & WithKmsEncryptionConfig(KmsEncryptionConfigT &&value)
AWS_HEALTHLAKE_API SseConfiguration()=default
AWS_HEALTHLAKE_API SseConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_HEALTHLAKE_API SseConfiguration(Aws::Utils::Json::JsonView jsonValue)
const KmsEncryptionConfig & GetKmsEncryptionConfig() const
Aws::Utils::Json::JsonValue JsonValue