AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
ProvisioningConfiguration.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/LakeFormationConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace DataZone {
20namespace Model {
21
29 public:
30 AWS_DATAZONE_API ProvisioningConfiguration() = default;
33 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const LakeFormationConfiguration& GetLakeFormationConfiguration() const { return m_lakeFormationConfiguration; }
40 inline bool LakeFormationConfigurationHasBeenSet() const { return m_lakeFormationConfigurationHasBeenSet; }
41 template <typename LakeFormationConfigurationT = LakeFormationConfiguration>
42 void SetLakeFormationConfiguration(LakeFormationConfigurationT&& value) {
43 m_lakeFormationConfigurationHasBeenSet = true;
44 m_lakeFormationConfiguration = std::forward<LakeFormationConfigurationT>(value);
45 }
46 template <typename LakeFormationConfigurationT = LakeFormationConfiguration>
47 ProvisioningConfiguration& WithLakeFormationConfiguration(LakeFormationConfigurationT&& value) {
48 SetLakeFormationConfiguration(std::forward<LakeFormationConfigurationT>(value));
49 return *this;
50 }
52 private:
53 LakeFormationConfiguration m_lakeFormationConfiguration;
54 bool m_lakeFormationConfigurationHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace DataZone
59} // namespace Aws
AWS_DATAZONE_API ProvisioningConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API ProvisioningConfiguration()=default
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
ProvisioningConfiguration & WithLakeFormationConfiguration(LakeFormationConfigurationT &&value)
AWS_DATAZONE_API ProvisioningConfiguration(Aws::Utils::Json::JsonView jsonValue)
const LakeFormationConfiguration & GetLakeFormationConfiguration() const
void SetLakeFormationConfiguration(LakeFormationConfigurationT &&value)
Aws::Utils::Json::JsonValue JsonValue