7#include <aws/firehose/Firehose_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/firehose/model/CopyCommand.h>
10#include <aws/firehose/model/RedshiftRetryOptions.h>
11#include <aws/firehose/model/S3DestinationConfiguration.h>
12#include <aws/firehose/model/ProcessingConfiguration.h>
13#include <aws/firehose/model/RedshiftS3BackupMode.h>
14#include <aws/firehose/model/CloudWatchLoggingOptions.h>
15#include <aws/firehose/model/SecretsManagerConfiguration.h>
57 template<
typename RoleARNT = Aws::String>
58 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
59 template<
typename RoleARNT = Aws::String>
69 template<
typename ClusterJDBCURLT = Aws::String>
70 void SetClusterJDBCURL(ClusterJDBCURLT&& value) { m_clusterJDBCURLHasBeenSet =
true; m_clusterJDBCURL = std::forward<ClusterJDBCURLT>(value); }
71 template<
typename ClusterJDBCURLT = Aws::String>
81 template<
typename CopyCommandT = CopyCommand>
82 void SetCopyCommand(CopyCommandT&& value) { m_copyCommandHasBeenSet =
true; m_copyCommand = std::forward<CopyCommandT>(value); }
83 template<
typename CopyCommandT = CopyCommand>
93 template<
typename UsernameT = Aws::String>
94 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
95 template<
typename UsernameT = Aws::String>
105 template<
typename PasswordT = Aws::String>
106 void SetPassword(PasswordT&& value) { m_passwordHasBeenSet =
true; m_password = std::forward<PasswordT>(value); }
107 template<
typename PasswordT = Aws::String>
118 template<
typename RetryOptionsT = RedshiftRetryOptions>
119 void SetRetryOptions(RetryOptionsT&& value) { m_retryOptionsHasBeenSet =
true; m_retryOptions = std::forward<RetryOptionsT>(value); }
120 template<
typename RetryOptionsT = RedshiftRetryOptions>
136 template<
typename S3ConfigurationT = S3DestinationConfiguration>
137 void SetS3Configuration(S3ConfigurationT&& value) { m_s3ConfigurationHasBeenSet =
true; m_s3Configuration = std::forward<S3ConfigurationT>(value); }
138 template<
typename S3ConfigurationT = S3DestinationConfiguration>
148 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
149 void SetProcessingConfiguration(ProcessingConfigurationT&& value) { m_processingConfigurationHasBeenSet =
true; m_processingConfiguration = std::forward<ProcessingConfigurationT>(value); }
150 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
172 template<
typename S3BackupConfigurationT = S3DestinationConfiguration>
173 void SetS3BackupConfiguration(S3BackupConfigurationT&& value) { m_s3BackupConfigurationHasBeenSet =
true; m_s3BackupConfiguration = std::forward<S3BackupConfigurationT>(value); }
174 template<
typename S3BackupConfigurationT = S3DestinationConfiguration>
184 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
185 void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT&& value) { m_cloudWatchLoggingOptionsHasBeenSet =
true; m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value); }
186 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
197 template<
typename SecretsManagerConfigurationT = SecretsManagerConfiguration>
198 void SetSecretsManagerConfiguration(SecretsManagerConfigurationT&& value) { m_secretsManagerConfigurationHasBeenSet =
true; m_secretsManagerConfiguration = std::forward<SecretsManagerConfigurationT>(value); }
199 template<
typename SecretsManagerConfigurationT = SecretsManagerConfiguration>
205 bool m_roleARNHasBeenSet =
false;
208 bool m_clusterJDBCURLHasBeenSet =
false;
211 bool m_copyCommandHasBeenSet =
false;
214 bool m_usernameHasBeenSet =
false;
217 bool m_passwordHasBeenSet =
false;
220 bool m_retryOptionsHasBeenSet =
false;
223 bool m_s3ConfigurationHasBeenSet =
false;
226 bool m_processingConfigurationHasBeenSet =
false;
229 bool m_s3BackupModeHasBeenSet =
false;
231 S3DestinationConfiguration m_s3BackupConfiguration;
232 bool m_s3BackupConfigurationHasBeenSet =
false;
234 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
235 bool m_cloudWatchLoggingOptionsHasBeenSet =
false;
237 SecretsManagerConfiguration m_secretsManagerConfiguration;
238 bool m_secretsManagerConfigurationHasBeenSet =
false;
void SetPassword(PasswordT &&value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
const S3DestinationConfiguration & GetS3Configuration() const
RedshiftDestinationConfiguration & WithS3BackupConfiguration(S3BackupConfigurationT &&value)
RedshiftDestinationConfiguration & WithUsername(UsernameT &&value)
RedshiftDestinationConfiguration & WithRetryOptions(RetryOptionsT &&value)
RedshiftDestinationConfiguration & WithSecretsManagerConfiguration(SecretsManagerConfigurationT &&value)
AWS_FIREHOSE_API RedshiftDestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRoleARN() const
const Aws::String & GetClusterJDBCURL() const
const SecretsManagerConfiguration & GetSecretsManagerConfiguration() const
const ProcessingConfiguration & GetProcessingConfiguration() const
RedshiftDestinationConfiguration & WithProcessingConfiguration(ProcessingConfigurationT &&value)
void SetS3BackupConfiguration(S3BackupConfigurationT &&value)
bool RetryOptionsHasBeenSet() const
RedshiftDestinationConfiguration & WithCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
bool PasswordHasBeenSet() const
const Aws::String & GetPassword() const
AWS_FIREHOSE_API RedshiftDestinationConfiguration()=default
RedshiftDestinationConfiguration & WithS3BackupMode(RedshiftS3BackupMode value)
void SetCopyCommand(CopyCommandT &&value)
bool CopyCommandHasBeenSet() const
void SetS3BackupMode(RedshiftS3BackupMode value)
void SetProcessingConfiguration(ProcessingConfigurationT &&value)
bool S3BackupModeHasBeenSet() const
bool S3ConfigurationHasBeenSet() const
bool ProcessingConfigurationHasBeenSet() const
const CopyCommand & GetCopyCommand() const
RedshiftDestinationConfiguration & WithPassword(PasswordT &&value)
bool S3BackupConfigurationHasBeenSet() const
void SetRoleARN(RoleARNT &&value)
bool SecretsManagerConfigurationHasBeenSet() const
void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
const CloudWatchLoggingOptions & GetCloudWatchLoggingOptions() const
void SetUsername(UsernameT &&value)
void SetSecretsManagerConfiguration(SecretsManagerConfigurationT &&value)
void SetRetryOptions(RetryOptionsT &&value)
bool UsernameHasBeenSet() const
RedshiftDestinationConfiguration & WithS3Configuration(S3ConfigurationT &&value)
RedshiftS3BackupMode GetS3BackupMode() const
RedshiftDestinationConfiguration & WithClusterJDBCURL(ClusterJDBCURLT &&value)
AWS_FIREHOSE_API RedshiftDestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetClusterJDBCURL(ClusterJDBCURLT &&value)
bool ClusterJDBCURLHasBeenSet() const
RedshiftDestinationConfiguration & WithCopyCommand(CopyCommandT &&value)
const S3DestinationConfiguration & GetS3BackupConfiguration() const
RedshiftDestinationConfiguration & WithRoleARN(RoleARNT &&value)
void SetS3Configuration(S3ConfigurationT &&value)
bool CloudWatchLoggingOptionsHasBeenSet() const
const RedshiftRetryOptions & GetRetryOptions() const
bool RoleARNHasBeenSet() const
const Aws::String & GetUsername() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue