7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/RedshiftCredentials.h>
10#include <aws/datazone/model/RedshiftLineageSyncConfigurationInput.h>
11#include <aws/datazone/model/RedshiftStorageProperties.h>
43 template <
typename StorageT = RedshiftStorageProperties>
45 m_storageHasBeenSet =
true;
46 m_storage = std::forward<StorageT>(value);
48 template <
typename StorageT = RedshiftStorageProperties>
61 template <
typename DatabaseNameT = Aws::String>
63 m_databaseNameHasBeenSet =
true;
64 m_databaseName = std::forward<DatabaseNameT>(value);
66 template <
typename DatabaseNameT = Aws::String>
79 template <
typename HostT = Aws::String>
81 m_hostHasBeenSet =
true;
82 m_host = std::forward<HostT>(value);
84 template <
typename HostT = Aws::String>
86 SetHost(std::forward<HostT>(value));
95 inline int GetPort()
const {
return m_port; }
98 m_portHasBeenSet =
true;
113 template <
typename CredentialsT = RedshiftCredentials>
115 m_credentialsHasBeenSet =
true;
116 m_credentials = std::forward<CredentialsT>(value);
118 template <
typename CredentialsT = RedshiftCredentials>
131 template <
typename LineageSyncT = RedshiftLineageSyncConfigurationInput>
133 m_lineageSyncHasBeenSet =
true;
134 m_lineageSync = std::forward<LineageSyncT>(value);
136 template <
typename LineageSyncT = RedshiftLineageSyncConfigurationInput>
151 RedshiftCredentials m_credentials;
153 RedshiftLineageSyncConfigurationInput m_lineageSync;
154 bool m_storageHasBeenSet =
false;
155 bool m_databaseNameHasBeenSet =
false;
156 bool m_hostHasBeenSet =
false;
157 bool m_portHasBeenSet =
false;
158 bool m_credentialsHasBeenSet =
false;
159 bool m_lineageSyncHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue