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>
43 template <
typename ConnectivityPropertiesPatchT = ConnectivityPropertiesPatch>
45 m_connectivityPropertiesPatchHasBeenSet =
true;
46 m_connectivityPropertiesPatch = std::forward<ConnectivityPropertiesPatchT>(value);
48 template <
typename ConnectivityPropertiesPatchT = ConnectivityPropertiesPatch>
61 template <
typename SnowflakeRoleT = Aws::String>
63 m_snowflakeRoleHasBeenSet =
true;
64 m_snowflakeRole = std::forward<SnowflakeRoleT>(value);
66 template <
typename SnowflakeRoleT = Aws::String>
79 template <
typename LineageSyncT = LineageSyncInput>
81 m_lineageSyncHasBeenSet =
true;
82 m_lineageSync = std::forward<LineageSyncT>(value);
84 template <
typename LineageSyncT = LineageSyncInput>
96 bool m_connectivityPropertiesPatchHasBeenSet =
false;
97 bool m_snowflakeRoleHasBeenSet =
false;
98 bool m_lineageSyncHasBeenSet =
false;
AWS_DATAZONE_API SnowflakePropertiesPatch()=default
AWS_DATAZONE_API SnowflakePropertiesPatch & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLineageSync(LineageSyncT &&value)
SnowflakePropertiesPatch & WithConnectivityPropertiesPatch(ConnectivityPropertiesPatchT &&value)
const Aws::String & GetSnowflakeRole() const
const ConnectivityPropertiesPatch & GetConnectivityPropertiesPatch() const
bool LineageSyncHasBeenSet() const
SnowflakePropertiesPatch & WithSnowflakeRole(SnowflakeRoleT &&value)
bool ConnectivityPropertiesPatchHasBeenSet() const
void SetConnectivityPropertiesPatch(ConnectivityPropertiesPatchT &&value)
const LineageSyncInput & GetLineageSync() const
bool SnowflakeRoleHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API SnowflakePropertiesPatch(Aws::Utils::Json::JsonView jsonValue)
void SetSnowflakeRole(SnowflakeRoleT &&value)
SnowflakePropertiesPatch & WithLineageSync(LineageSyncT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue