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/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace Glue
22{
23namespace Model
24{
25
33 {
34 public:
39
40
42
46 inline bool GetUseLakeFormationCredentials() const{ return m_useLakeFormationCredentials; }
47 inline bool UseLakeFormationCredentialsHasBeenSet() const { return m_useLakeFormationCredentialsHasBeenSet; }
48 inline void SetUseLakeFormationCredentials(bool value) { m_useLakeFormationCredentialsHasBeenSet = true; m_useLakeFormationCredentials = value; }
51
53
57 inline const Aws::String& GetAccountId() const{ return m_accountId; }
58 inline bool AccountIdHasBeenSet() const { return m_accountIdHasBeenSet; }
59 inline void SetAccountId(const Aws::String& value) { m_accountIdHasBeenSet = true; m_accountId = value; }
60 inline void SetAccountId(Aws::String&& value) { m_accountIdHasBeenSet = true; m_accountId = std::move(value); }
61 inline void SetAccountId(const char* value) { m_accountIdHasBeenSet = true; m_accountId.assign(value); }
62 inline LakeFormationConfiguration& WithAccountId(const Aws::String& value) { SetAccountId(value); return *this;}
63 inline LakeFormationConfiguration& WithAccountId(Aws::String&& value) { SetAccountId(std::move(value)); return *this;}
64 inline LakeFormationConfiguration& WithAccountId(const char* value) { SetAccountId(value); return *this;}
66 private:
67
68 bool m_useLakeFormationCredentials;
69 bool m_useLakeFormationCredentialsHasBeenSet = false;
70
71 Aws::String m_accountId;
72 bool m_accountIdHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace Glue
77} // namespace Aws
LakeFormationConfiguration & WithAccountId(const char *value)
LakeFormationConfiguration & WithAccountId(const Aws::String &value)
AWS_GLUE_API LakeFormationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
LakeFormationConfiguration & WithAccountId(Aws::String &&value)
AWS_GLUE_API LakeFormationConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
LakeFormationConfiguration & WithUseLakeFormationCredentials(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue