AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LakeFormationConfiguration.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.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 DataZone
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_DATAZONE_API LakeFormationConfiguration();
39 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const Aws::Vector<Aws::String>& GetLocationRegistrationExcludeS3Locations() const{ return m_locationRegistrationExcludeS3Locations; }
48 inline bool LocationRegistrationExcludeS3LocationsHasBeenSet() const { return m_locationRegistrationExcludeS3LocationsHasBeenSet; }
49 inline void SetLocationRegistrationExcludeS3Locations(const Aws::Vector<Aws::String>& value) { m_locationRegistrationExcludeS3LocationsHasBeenSet = true; m_locationRegistrationExcludeS3Locations = value; }
50 inline void SetLocationRegistrationExcludeS3Locations(Aws::Vector<Aws::String>&& value) { m_locationRegistrationExcludeS3LocationsHasBeenSet = true; m_locationRegistrationExcludeS3Locations = std::move(value); }
53 inline LakeFormationConfiguration& AddLocationRegistrationExcludeS3Locations(const Aws::String& value) { m_locationRegistrationExcludeS3LocationsHasBeenSet = true; m_locationRegistrationExcludeS3Locations.push_back(value); return *this; }
54 inline LakeFormationConfiguration& AddLocationRegistrationExcludeS3Locations(Aws::String&& value) { m_locationRegistrationExcludeS3LocationsHasBeenSet = true; m_locationRegistrationExcludeS3Locations.push_back(std::move(value)); return *this; }
55 inline LakeFormationConfiguration& AddLocationRegistrationExcludeS3Locations(const char* value) { m_locationRegistrationExcludeS3LocationsHasBeenSet = true; m_locationRegistrationExcludeS3Locations.push_back(value); return *this; }
57
59
63 inline const Aws::String& GetLocationRegistrationRole() const{ return m_locationRegistrationRole; }
64 inline bool LocationRegistrationRoleHasBeenSet() const { return m_locationRegistrationRoleHasBeenSet; }
65 inline void SetLocationRegistrationRole(const Aws::String& value) { m_locationRegistrationRoleHasBeenSet = true; m_locationRegistrationRole = value; }
66 inline void SetLocationRegistrationRole(Aws::String&& value) { m_locationRegistrationRoleHasBeenSet = true; m_locationRegistrationRole = std::move(value); }
67 inline void SetLocationRegistrationRole(const char* value) { m_locationRegistrationRoleHasBeenSet = true; m_locationRegistrationRole.assign(value); }
72 private:
73
74 Aws::Vector<Aws::String> m_locationRegistrationExcludeS3Locations;
75 bool m_locationRegistrationExcludeS3LocationsHasBeenSet = false;
76
77 Aws::String m_locationRegistrationRole;
78 bool m_locationRegistrationRoleHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace DataZone
83} // namespace Aws
const Aws::Vector< Aws::String > & GetLocationRegistrationExcludeS3Locations() const
AWS_DATAZONE_API LakeFormationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLocationRegistrationExcludeS3Locations(const Aws::Vector< Aws::String > &value)
LakeFormationConfiguration & AddLocationRegistrationExcludeS3Locations(const char *value)
LakeFormationConfiguration & WithLocationRegistrationExcludeS3Locations(const Aws::Vector< Aws::String > &value)
LakeFormationConfiguration & WithLocationRegistrationRole(Aws::String &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
LakeFormationConfiguration & WithLocationRegistrationRole(const Aws::String &value)
LakeFormationConfiguration & AddLocationRegistrationExcludeS3Locations(const Aws::String &value)
LakeFormationConfiguration & WithLocationRegistrationExcludeS3Locations(Aws::Vector< Aws::String > &&value)
void SetLocationRegistrationExcludeS3Locations(Aws::Vector< Aws::String > &&value)
AWS_DATAZONE_API LakeFormationConfiguration(Aws::Utils::Json::JsonView jsonValue)
LakeFormationConfiguration & WithLocationRegistrationRole(const char *value)
LakeFormationConfiguration & AddLocationRegistrationExcludeS3Locations(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue