AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetKmsEncryptionConfig(const KmsEncryptionConfig& value) { m_kmsEncryptionConfigHasBeenSet = true; m_kmsEncryptionConfig = value; }
49 inline void SetKmsEncryptionConfig(KmsEncryptionConfig&& value) { m_kmsEncryptionConfigHasBeenSet = true; m_kmsEncryptionConfig = std::move(value); }
51 inline SseConfiguration& WithKmsEncryptionConfig(KmsEncryptionConfig&& value) { SetKmsEncryptionConfig(std::move(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(KmsEncryptionConfig &&value)
SseConfiguration & WithKmsEncryptionConfig(const KmsEncryptionConfig &value)
void SetKmsEncryptionConfig(const KmsEncryptionConfig &value)
AWS_HEALTHLAKE_API SseConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
SseConfiguration & WithKmsEncryptionConfig(KmsEncryptionConfig &&value)
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