AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AuthorizationConfiguration.h
1
6#pragma once
7#include <aws/emr-containers/EMRContainers_EXPORTS.h>
8#include <aws/emr-containers/model/LakeFormationConfiguration.h>
9#include <aws/emr-containers/model/EncryptionConfiguration.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 EMRContainers
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_EMRCONTAINERS_API AuthorizationConfiguration();
39 AWS_EMRCONTAINERS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const LakeFormationConfiguration& GetLakeFormationConfiguration() const{ return m_lakeFormationConfiguration; }
48 inline bool LakeFormationConfigurationHasBeenSet() const { return m_lakeFormationConfigurationHasBeenSet; }
49 inline void SetLakeFormationConfiguration(const LakeFormationConfiguration& value) { m_lakeFormationConfigurationHasBeenSet = true; m_lakeFormationConfiguration = value; }
50 inline void SetLakeFormationConfiguration(LakeFormationConfiguration&& value) { m_lakeFormationConfigurationHasBeenSet = true; m_lakeFormationConfiguration = std::move(value); }
54
56
59 inline const EncryptionConfiguration& GetEncryptionConfiguration() const{ return m_encryptionConfiguration; }
60 inline bool EncryptionConfigurationHasBeenSet() const { return m_encryptionConfigurationHasBeenSet; }
61 inline void SetEncryptionConfiguration(const EncryptionConfiguration& value) { m_encryptionConfigurationHasBeenSet = true; m_encryptionConfiguration = value; }
62 inline void SetEncryptionConfiguration(EncryptionConfiguration&& value) { m_encryptionConfigurationHasBeenSet = true; m_encryptionConfiguration = std::move(value); }
66 private:
67
68 LakeFormationConfiguration m_lakeFormationConfiguration;
69 bool m_lakeFormationConfigurationHasBeenSet = false;
70
71 EncryptionConfiguration m_encryptionConfiguration;
72 bool m_encryptionConfigurationHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace EMRContainers
77} // namespace Aws
AWS_EMRCONTAINERS_API AuthorizationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLakeFormationConfiguration(LakeFormationConfiguration &&value)
void SetEncryptionConfiguration(EncryptionConfiguration &&value)
AWS_EMRCONTAINERS_API AuthorizationConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetLakeFormationConfiguration(const LakeFormationConfiguration &value)
const LakeFormationConfiguration & GetLakeFormationConfiguration() const
const EncryptionConfiguration & GetEncryptionConfiguration() const
void SetEncryptionConfiguration(const EncryptionConfiguration &value)
AuthorizationConfiguration & WithLakeFormationConfiguration(LakeFormationConfiguration &&value)
AWS_EMRCONTAINERS_API Aws::Utils::Json::JsonValue Jsonize() const
AuthorizationConfiguration & WithLakeFormationConfiguration(const LakeFormationConfiguration &value)
AuthorizationConfiguration & WithEncryptionConfiguration(const EncryptionConfiguration &value)
AuthorizationConfiguration & WithEncryptionConfiguration(EncryptionConfiguration &&value)
Aws::Utils::Json::JsonValue JsonValue