AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
JobBookmarksEncryption.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/JobBookmarksEncryptionMode.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 JobBookmarksEncryption() = default;
40
41
43
46 inline JobBookmarksEncryptionMode GetJobBookmarksEncryptionMode() const { return m_jobBookmarksEncryptionMode; }
47 inline bool JobBookmarksEncryptionModeHasBeenSet() const { return m_jobBookmarksEncryptionModeHasBeenSet; }
48 inline void SetJobBookmarksEncryptionMode(JobBookmarksEncryptionMode value) { m_jobBookmarksEncryptionModeHasBeenSet = true; m_jobBookmarksEncryptionMode = value; }
51
53
57 inline const Aws::String& GetKmsKeyArn() const { return m_kmsKeyArn; }
58 inline bool KmsKeyArnHasBeenSet() const { return m_kmsKeyArnHasBeenSet; }
59 template<typename KmsKeyArnT = Aws::String>
60 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
61 template<typename KmsKeyArnT = Aws::String>
62 JobBookmarksEncryption& WithKmsKeyArn(KmsKeyArnT&& value) { SetKmsKeyArn(std::forward<KmsKeyArnT>(value)); return *this;}
64 private:
65
67 bool m_jobBookmarksEncryptionModeHasBeenSet = false;
68
69 Aws::String m_kmsKeyArn;
70 bool m_kmsKeyArnHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace Glue
75} // namespace Aws
JobBookmarksEncryption & WithKmsKeyArn(KmsKeyArnT &&value)
AWS_GLUE_API JobBookmarksEncryption(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API JobBookmarksEncryption & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
JobBookmarksEncryption & WithJobBookmarksEncryptionMode(JobBookmarksEncryptionMode value)
AWS_GLUE_API JobBookmarksEncryption()=default
void SetJobBookmarksEncryptionMode(JobBookmarksEncryptionMode value)
JobBookmarksEncryptionMode GetJobBookmarksEncryptionMode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue