AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EncryptionConfiguration.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/model/CloudWatchEncryption.h>
10#include <aws/glue/model/JobBookmarksEncryption.h>
11#include <aws/glue/model/S3Encryption.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace Glue
25{
26namespace Model
27{
28
35 {
36 public:
41
42
44
48 inline const Aws::Vector<S3Encryption>& GetS3Encryption() const{ return m_s3Encryption; }
49 inline bool S3EncryptionHasBeenSet() const { return m_s3EncryptionHasBeenSet; }
50 inline void SetS3Encryption(const Aws::Vector<S3Encryption>& value) { m_s3EncryptionHasBeenSet = true; m_s3Encryption = value; }
51 inline void SetS3Encryption(Aws::Vector<S3Encryption>&& value) { m_s3EncryptionHasBeenSet = true; m_s3Encryption = std::move(value); }
53 inline EncryptionConfiguration& WithS3Encryption(Aws::Vector<S3Encryption>&& value) { SetS3Encryption(std::move(value)); return *this;}
54 inline EncryptionConfiguration& AddS3Encryption(const S3Encryption& value) { m_s3EncryptionHasBeenSet = true; m_s3Encryption.push_back(value); return *this; }
55 inline EncryptionConfiguration& AddS3Encryption(S3Encryption&& value) { m_s3EncryptionHasBeenSet = true; m_s3Encryption.push_back(std::move(value)); return *this; }
57
59
62 inline const CloudWatchEncryption& GetCloudWatchEncryption() const{ return m_cloudWatchEncryption; }
63 inline bool CloudWatchEncryptionHasBeenSet() const { return m_cloudWatchEncryptionHasBeenSet; }
64 inline void SetCloudWatchEncryption(const CloudWatchEncryption& value) { m_cloudWatchEncryptionHasBeenSet = true; m_cloudWatchEncryption = value; }
65 inline void SetCloudWatchEncryption(CloudWatchEncryption&& value) { m_cloudWatchEncryptionHasBeenSet = true; m_cloudWatchEncryption = std::move(value); }
69
71
74 inline const JobBookmarksEncryption& GetJobBookmarksEncryption() const{ return m_jobBookmarksEncryption; }
75 inline bool JobBookmarksEncryptionHasBeenSet() const { return m_jobBookmarksEncryptionHasBeenSet; }
76 inline void SetJobBookmarksEncryption(const JobBookmarksEncryption& value) { m_jobBookmarksEncryptionHasBeenSet = true; m_jobBookmarksEncryption = value; }
77 inline void SetJobBookmarksEncryption(JobBookmarksEncryption&& value) { m_jobBookmarksEncryptionHasBeenSet = true; m_jobBookmarksEncryption = std::move(value); }
81 private:
82
83 Aws::Vector<S3Encryption> m_s3Encryption;
84 bool m_s3EncryptionHasBeenSet = false;
85
86 CloudWatchEncryption m_cloudWatchEncryption;
87 bool m_cloudWatchEncryptionHasBeenSet = false;
88
89 JobBookmarksEncryption m_jobBookmarksEncryption;
90 bool m_jobBookmarksEncryptionHasBeenSet = false;
91 };
92
93} // namespace Model
94} // namespace Glue
95} // namespace Aws
void SetJobBookmarksEncryption(JobBookmarksEncryption &&value)
EncryptionConfiguration & WithCloudWatchEncryption(CloudWatchEncryption &&value)
EncryptionConfiguration & WithS3Encryption(Aws::Vector< S3Encryption > &&value)
EncryptionConfiguration & WithJobBookmarksEncryption(JobBookmarksEncryption &&value)
void SetS3Encryption(Aws::Vector< S3Encryption > &&value)
EncryptionConfiguration & WithCloudWatchEncryption(const CloudWatchEncryption &value)
AWS_GLUE_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetCloudWatchEncryption(CloudWatchEncryption &&value)
AWS_GLUE_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
EncryptionConfiguration & AddS3Encryption(const S3Encryption &value)
void SetJobBookmarksEncryption(const JobBookmarksEncryption &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3Encryption(const Aws::Vector< S3Encryption > &value)
const CloudWatchEncryption & GetCloudWatchEncryption() const
EncryptionConfiguration & WithJobBookmarksEncryption(const JobBookmarksEncryption &value)
EncryptionConfiguration & WithS3Encryption(const Aws::Vector< S3Encryption > &value)
const JobBookmarksEncryption & GetJobBookmarksEncryption() const
const Aws::Vector< S3Encryption > & GetS3Encryption() const
EncryptionConfiguration & AddS3Encryption(S3Encryption &&value)
void SetCloudWatchEncryption(const CloudWatchEncryption &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue