AWS SDK for C++

AWS SDK for C++ Version 1.11.838

Loading...
Searching...
No Matches
SnowflakePropertiesPatch.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/ConnectivityPropertiesPatch.h>
10#include <aws/datazone/model/LineageSyncInput.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace DataZone {
22namespace Model {
23
31 public:
32 AWS_DATAZONE_API SnowflakePropertiesPatch() = default;
35 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline const ConnectivityPropertiesPatch& GetConnectivityPropertiesPatch() const { return m_connectivityPropertiesPatch; }
42 inline bool ConnectivityPropertiesPatchHasBeenSet() const { return m_connectivityPropertiesPatchHasBeenSet; }
43 template <typename ConnectivityPropertiesPatchT = ConnectivityPropertiesPatch>
44 void SetConnectivityPropertiesPatch(ConnectivityPropertiesPatchT&& value) {
45 m_connectivityPropertiesPatchHasBeenSet = true;
46 m_connectivityPropertiesPatch = std::forward<ConnectivityPropertiesPatchT>(value);
47 }
48 template <typename ConnectivityPropertiesPatchT = ConnectivityPropertiesPatch>
49 SnowflakePropertiesPatch& WithConnectivityPropertiesPatch(ConnectivityPropertiesPatchT&& value) {
50 SetConnectivityPropertiesPatch(std::forward<ConnectivityPropertiesPatchT>(value));
51 return *this;
52 }
54
56
59 inline const Aws::String& GetSnowflakeRole() const { return m_snowflakeRole; }
60 inline bool SnowflakeRoleHasBeenSet() const { return m_snowflakeRoleHasBeenSet; }
61 template <typename SnowflakeRoleT = Aws::String>
62 void SetSnowflakeRole(SnowflakeRoleT&& value) {
63 m_snowflakeRoleHasBeenSet = true;
64 m_snowflakeRole = std::forward<SnowflakeRoleT>(value);
65 }
66 template <typename SnowflakeRoleT = Aws::String>
68 SetSnowflakeRole(std::forward<SnowflakeRoleT>(value));
69 return *this;
70 }
72
74
77 inline const LineageSyncInput& GetLineageSync() const { return m_lineageSync; }
78 inline bool LineageSyncHasBeenSet() const { return m_lineageSyncHasBeenSet; }
79 template <typename LineageSyncT = LineageSyncInput>
80 void SetLineageSync(LineageSyncT&& value) {
81 m_lineageSyncHasBeenSet = true;
82 m_lineageSync = std::forward<LineageSyncT>(value);
83 }
84 template <typename LineageSyncT = LineageSyncInput>
86 SetLineageSync(std::forward<LineageSyncT>(value));
87 return *this;
88 }
90 private:
91 ConnectivityPropertiesPatch m_connectivityPropertiesPatch;
92
93 Aws::String m_snowflakeRole;
94
95 LineageSyncInput m_lineageSync;
96 bool m_connectivityPropertiesPatchHasBeenSet = false;
97 bool m_snowflakeRoleHasBeenSet = false;
98 bool m_lineageSyncHasBeenSet = false;
99};
100
101} // namespace Model
102} // namespace DataZone
103} // namespace Aws
AWS_DATAZONE_API SnowflakePropertiesPatch()=default
AWS_DATAZONE_API SnowflakePropertiesPatch & operator=(Aws::Utils::Json::JsonView jsonValue)
SnowflakePropertiesPatch & WithConnectivityPropertiesPatch(ConnectivityPropertiesPatchT &&value)
const ConnectivityPropertiesPatch & GetConnectivityPropertiesPatch() const
SnowflakePropertiesPatch & WithSnowflakeRole(SnowflakeRoleT &&value)
void SetConnectivityPropertiesPatch(ConnectivityPropertiesPatchT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API SnowflakePropertiesPatch(Aws::Utils::Json::JsonView jsonValue)
SnowflakePropertiesPatch & WithLineageSync(LineageSyncT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue