7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/firehose/Firehose_EXPORTS.h>
9#include <aws/firehose/model/CloudWatchLoggingOptions.h>
10#include <aws/firehose/model/CopyCommand.h>
11#include <aws/firehose/model/ProcessingConfiguration.h>
12#include <aws/firehose/model/RedshiftRetryOptions.h>
13#include <aws/firehose/model/RedshiftS3BackupMode.h>
14#include <aws/firehose/model/S3DestinationUpdate.h>
15#include <aws/firehose/model/SecretsManagerConfiguration.h>
51 template <
typename RoleARNT = Aws::String>
53 m_roleARNHasBeenSet =
true;
54 m_roleARN = std::forward<RoleARNT>(value);
56 template <
typename RoleARNT = Aws::String>
69 template <
typename ClusterJDBCURLT = Aws::String>
71 m_clusterJDBCURLHasBeenSet =
true;
72 m_clusterJDBCURL = std::forward<ClusterJDBCURLT>(value);
74 template <
typename ClusterJDBCURLT = Aws::String>
87 template <
typename CopyCommandT = CopyCommand>
89 m_copyCommandHasBeenSet =
true;
90 m_copyCommand = std::forward<CopyCommandT>(value);
92 template <
typename CopyCommandT = CopyCommand>
105 template <
typename UsernameT = Aws::String>
107 m_usernameHasBeenSet =
true;
108 m_username = std::forward<UsernameT>(value);
110 template <
typename UsernameT = Aws::String>
123 template <
typename PasswordT = Aws::String>
125 m_passwordHasBeenSet =
true;
126 m_password = std::forward<PasswordT>(value);
128 template <
typename PasswordT = Aws::String>
142 template <
typename RetryOptionsT = RedshiftRetryOptions>
144 m_retryOptionsHasBeenSet =
true;
145 m_retryOptions = std::forward<RetryOptionsT>(value);
147 template <
typename RetryOptionsT = RedshiftRetryOptions>
164 template <
typename S3UpdateT = S3DestinationUpdate>
166 m_s3UpdateHasBeenSet =
true;
167 m_s3Update = std::forward<S3UpdateT>(value);
169 template <
typename S3UpdateT = S3DestinationUpdate>
182 template <
typename ProcessingConfigurationT = ProcessingConfiguration>
184 m_processingConfigurationHasBeenSet =
true;
185 m_processingConfiguration = std::forward<ProcessingConfigurationT>(value);
187 template <
typename ProcessingConfigurationT = ProcessingConfiguration>
203 m_s3BackupModeHasBeenSet =
true;
204 m_s3BackupMode = value;
218 template <
typename S3BackupUpdateT = S3DestinationUpdate>
220 m_s3BackupUpdateHasBeenSet =
true;
221 m_s3BackupUpdate = std::forward<S3BackupUpdateT>(value);
223 template <
typename S3BackupUpdateT = S3DestinationUpdate>
236 template <
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
238 m_cloudWatchLoggingOptionsHasBeenSet =
true;
239 m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value);
241 template <
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
255 template <
typename SecretsManagerConfigurationT = SecretsManagerConfiguration>
257 m_secretsManagerConfigurationHasBeenSet =
true;
258 m_secretsManagerConfiguration = std::forward<SecretsManagerConfigurationT>(value);
260 template <
typename SecretsManagerConfigurationT = SecretsManagerConfiguration>
285 S3DestinationUpdate m_s3BackupUpdate;
287 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
289 SecretsManagerConfiguration m_secretsManagerConfiguration;
290 bool m_roleARNHasBeenSet =
false;
291 bool m_clusterJDBCURLHasBeenSet =
false;
292 bool m_copyCommandHasBeenSet =
false;
293 bool m_usernameHasBeenSet =
false;
294 bool m_passwordHasBeenSet =
false;
295 bool m_retryOptionsHasBeenSet =
false;
296 bool m_s3UpdateHasBeenSet =
false;
297 bool m_processingConfigurationHasBeenSet =
false;
298 bool m_s3BackupModeHasBeenSet =
false;
299 bool m_s3BackupUpdateHasBeenSet =
false;
300 bool m_cloudWatchLoggingOptionsHasBeenSet =
false;
301 bool m_secretsManagerConfigurationHasBeenSet =
false;
bool ProcessingConfigurationHasBeenSet() const
const RedshiftRetryOptions & GetRetryOptions() const
bool S3BackupUpdateHasBeenSet() const
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
RedshiftDestinationUpdate & WithS3BackupMode(RedshiftS3BackupMode value)
const SecretsManagerConfiguration & GetSecretsManagerConfiguration() const
bool PasswordHasBeenSet() const
RedshiftDestinationUpdate & WithRetryOptions(RetryOptionsT &&value)
void SetRetryOptions(RetryOptionsT &&value)
void SetSecretsManagerConfiguration(SecretsManagerConfigurationT &&value)
void SetClusterJDBCURL(ClusterJDBCURLT &&value)
RedshiftDestinationUpdate & WithProcessingConfiguration(ProcessingConfigurationT &&value)
bool CloudWatchLoggingOptionsHasBeenSet() const
bool SecretsManagerConfigurationHasBeenSet() const
const S3DestinationUpdate & GetS3Update() const
bool RetryOptionsHasBeenSet() const
bool UsernameHasBeenSet() const
RedshiftDestinationUpdate & WithCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
const CopyCommand & GetCopyCommand() const
void SetS3Update(S3UpdateT &&value)
void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
void SetProcessingConfiguration(ProcessingConfigurationT &&value)
RedshiftDestinationUpdate & WithCopyCommand(CopyCommandT &&value)
RedshiftDestinationUpdate & WithUsername(UsernameT &&value)
bool ClusterJDBCURLHasBeenSet() const
void SetCopyCommand(CopyCommandT &&value)
void SetRoleARN(RoleARNT &&value)
const Aws::String & GetRoleARN() const
AWS_FIREHOSE_API RedshiftDestinationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetS3BackupUpdate(S3BackupUpdateT &&value)
const S3DestinationUpdate & GetS3BackupUpdate() const
bool CopyCommandHasBeenSet() const
const CloudWatchLoggingOptions & GetCloudWatchLoggingOptions() const
void SetUsername(UsernameT &&value)
RedshiftS3BackupMode GetS3BackupMode() const
bool S3UpdateHasBeenSet() const
RedshiftDestinationUpdate & WithPassword(PasswordT &&value)
const ProcessingConfiguration & GetProcessingConfiguration() const
RedshiftDestinationUpdate & WithClusterJDBCURL(ClusterJDBCURLT &&value)
AWS_FIREHOSE_API RedshiftDestinationUpdate()=default
const Aws::String & GetUsername() const
RedshiftDestinationUpdate & WithSecretsManagerConfiguration(SecretsManagerConfigurationT &&value)
void SetPassword(PasswordT &&value)
void SetS3BackupMode(RedshiftS3BackupMode value)
RedshiftDestinationUpdate & WithS3Update(S3UpdateT &&value)
RedshiftDestinationUpdate & WithRoleARN(RoleARNT &&value)
bool S3BackupModeHasBeenSet() const
bool RoleARNHasBeenSet() const
AWS_FIREHOSE_API RedshiftDestinationUpdate(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPassword() const
RedshiftDestinationUpdate & WithS3BackupUpdate(S3BackupUpdateT &&value)
const Aws::String & GetClusterJDBCURL() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue