AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MLUserDataEncryption.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/MLUserDataEncryptionModeString.h>
9#include <aws/core/utils/memory/stl/AWSString.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 Glue
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_GLUE_API MLUserDataEncryption();
40
41
43
49 inline const MLUserDataEncryptionModeString& GetMlUserDataEncryptionMode() const{ return m_mlUserDataEncryptionMode; }
50 inline bool MlUserDataEncryptionModeHasBeenSet() const { return m_mlUserDataEncryptionModeHasBeenSet; }
51 inline void SetMlUserDataEncryptionMode(const MLUserDataEncryptionModeString& value) { m_mlUserDataEncryptionModeHasBeenSet = true; m_mlUserDataEncryptionMode = value; }
52 inline void SetMlUserDataEncryptionMode(MLUserDataEncryptionModeString&& value) { m_mlUserDataEncryptionModeHasBeenSet = true; m_mlUserDataEncryptionMode = std::move(value); }
56
58
61 inline const Aws::String& GetKmsKeyId() const{ return m_kmsKeyId; }
62 inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; }
63 inline void SetKmsKeyId(const Aws::String& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = value; }
64 inline void SetKmsKeyId(Aws::String&& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = std::move(value); }
65 inline void SetKmsKeyId(const char* value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId.assign(value); }
66 inline MLUserDataEncryption& WithKmsKeyId(const Aws::String& value) { SetKmsKeyId(value); return *this;}
67 inline MLUserDataEncryption& WithKmsKeyId(Aws::String&& value) { SetKmsKeyId(std::move(value)); return *this;}
68 inline MLUserDataEncryption& WithKmsKeyId(const char* value) { SetKmsKeyId(value); return *this;}
70 private:
71
72 MLUserDataEncryptionModeString m_mlUserDataEncryptionMode;
73 bool m_mlUserDataEncryptionModeHasBeenSet = false;
74
75 Aws::String m_kmsKeyId;
76 bool m_kmsKeyIdHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace Glue
81} // namespace Aws
const MLUserDataEncryptionModeString & GetMlUserDataEncryptionMode() const
void SetMlUserDataEncryptionMode(MLUserDataEncryptionModeString &&value)
MLUserDataEncryption & WithKmsKeyId(const char *value)
AWS_GLUE_API MLUserDataEncryption(Aws::Utils::Json::JsonView jsonValue)
MLUserDataEncryption & WithKmsKeyId(const Aws::String &value)
MLUserDataEncryption & WithMlUserDataEncryptionMode(MLUserDataEncryptionModeString &&value)
MLUserDataEncryption & WithMlUserDataEncryptionMode(const MLUserDataEncryptionModeString &value)
void SetMlUserDataEncryptionMode(const MLUserDataEncryptionModeString &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
MLUserDataEncryption & WithKmsKeyId(Aws::String &&value)
AWS_GLUE_API MLUserDataEncryption & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKmsKeyId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue