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/S3DestinationDescription.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>
56 template<
typename RoleARNT = Aws::String>
57 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
58 template<
typename RoleARNT = Aws::String>
68 template<
typename ClusterJDBCURLT = Aws::String>
69 void SetClusterJDBCURL(ClusterJDBCURLT&& value) { m_clusterJDBCURLHasBeenSet =
true; m_clusterJDBCURL = std::forward<ClusterJDBCURLT>(value); }
70 template<
typename ClusterJDBCURLT = Aws::String>
80 template<
typename CopyCommandT = CopyCommand>
81 void SetCopyCommand(CopyCommandT&& value) { m_copyCommandHasBeenSet =
true; m_copyCommand = std::forward<CopyCommandT>(value); }
82 template<
typename CopyCommandT = CopyCommand>
92 template<
typename UsernameT = Aws::String>
93 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
94 template<
typename UsernameT = Aws::String>
105 template<
typename RetryOptionsT = RedshiftRetryOptions>
106 void SetRetryOptions(RetryOptionsT&& value) { m_retryOptionsHasBeenSet =
true; m_retryOptions = std::forward<RetryOptionsT>(value); }
107 template<
typename RetryOptionsT = RedshiftRetryOptions>
117 template<
typename S3DestinationDescriptionT = S3DestinationDescription>
118 void SetS3DestinationDescription(S3DestinationDescriptionT&& value) { m_s3DestinationDescriptionHasBeenSet =
true; m_s3DestinationDescription = std::forward<S3DestinationDescriptionT>(value); }
119 template<
typename S3DestinationDescriptionT = S3DestinationDescription>
129 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
130 void SetProcessingConfiguration(ProcessingConfigurationT&& value) { m_processingConfigurationHasBeenSet =
true; m_processingConfiguration = std::forward<ProcessingConfigurationT>(value); }
131 template<
typename ProcessingConfigurationT = ProcessingConfiguration>
151 template<
typename S3BackupDescriptionT = S3DestinationDescription>
152 void SetS3BackupDescription(S3BackupDescriptionT&& value) { m_s3BackupDescriptionHasBeenSet =
true; m_s3BackupDescription = std::forward<S3BackupDescriptionT>(value); }
153 template<
typename S3BackupDescriptionT = S3DestinationDescription>
163 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
164 void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT&& value) { m_cloudWatchLoggingOptionsHasBeenSet =
true; m_cloudWatchLoggingOptions = std::forward<CloudWatchLoggingOptionsT>(value); }
165 template<
typename CloudWatchLoggingOptionsT = CloudWatchLoggingOptions>
176 template<
typename SecretsManagerConfigurationT = SecretsManagerConfiguration>
177 void SetSecretsManagerConfiguration(SecretsManagerConfigurationT&& value) { m_secretsManagerConfigurationHasBeenSet =
true; m_secretsManagerConfiguration = std::forward<SecretsManagerConfigurationT>(value); }
178 template<
typename SecretsManagerConfigurationT = SecretsManagerConfiguration>
184 bool m_roleARNHasBeenSet =
false;
187 bool m_clusterJDBCURLHasBeenSet =
false;
190 bool m_copyCommandHasBeenSet =
false;
193 bool m_usernameHasBeenSet =
false;
196 bool m_retryOptionsHasBeenSet =
false;
199 bool m_s3DestinationDescriptionHasBeenSet =
false;
202 bool m_processingConfigurationHasBeenSet =
false;
205 bool m_s3BackupModeHasBeenSet =
false;
207 S3DestinationDescription m_s3BackupDescription;
208 bool m_s3BackupDescriptionHasBeenSet =
false;
210 CloudWatchLoggingOptions m_cloudWatchLoggingOptions;
211 bool m_cloudWatchLoggingOptionsHasBeenSet =
false;
213 SecretsManagerConfiguration m_secretsManagerConfiguration;
214 bool m_secretsManagerConfigurationHasBeenSet =
false;
AWS_FIREHOSE_API RedshiftDestinationDescription()=default
bool CloudWatchLoggingOptionsHasBeenSet() const
const SecretsManagerConfiguration & GetSecretsManagerConfiguration() const
void SetRoleARN(RoleARNT &&value)
const Aws::String & GetRoleARN() const
bool ClusterJDBCURLHasBeenSet() const
RedshiftDestinationDescription & WithCopyCommand(CopyCommandT &&value)
bool RetryOptionsHasBeenSet() const
RedshiftDestinationDescription & WithS3BackupMode(RedshiftS3BackupMode value)
const CloudWatchLoggingOptions & GetCloudWatchLoggingOptions() const
bool SecretsManagerConfigurationHasBeenSet() const
RedshiftDestinationDescription & WithUsername(UsernameT &&value)
RedshiftDestinationDescription & WithS3DestinationDescription(S3DestinationDescriptionT &&value)
RedshiftDestinationDescription & WithSecretsManagerConfiguration(SecretsManagerConfigurationT &&value)
bool UsernameHasBeenSet() const
void SetSecretsManagerConfiguration(SecretsManagerConfigurationT &&value)
void SetCopyCommand(CopyCommandT &&value)
void SetS3BackupMode(RedshiftS3BackupMode value)
const S3DestinationDescription & GetS3DestinationDescription() const
const RedshiftRetryOptions & GetRetryOptions() const
const S3DestinationDescription & GetS3BackupDescription() const
const CopyCommand & GetCopyCommand() const
void SetS3DestinationDescription(S3DestinationDescriptionT &&value)
void SetRetryOptions(RetryOptionsT &&value)
RedshiftDestinationDescription & WithS3BackupDescription(S3BackupDescriptionT &&value)
void SetCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
bool S3BackupModeHasBeenSet() const
RedshiftDestinationDescription & WithRoleARN(RoleARNT &&value)
bool ProcessingConfigurationHasBeenSet() const
AWS_FIREHOSE_API RedshiftDestinationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
RedshiftDestinationDescription & WithClusterJDBCURL(ClusterJDBCURLT &&value)
const Aws::String & GetUsername() const
void SetS3BackupDescription(S3BackupDescriptionT &&value)
RedshiftS3BackupMode GetS3BackupMode() const
const ProcessingConfiguration & GetProcessingConfiguration() const
void SetClusterJDBCURL(ClusterJDBCURLT &&value)
void SetUsername(UsernameT &&value)
bool RoleARNHasBeenSet() const
RedshiftDestinationDescription & WithCloudWatchLoggingOptions(CloudWatchLoggingOptionsT &&value)
RedshiftDestinationDescription & WithRetryOptions(RetryOptionsT &&value)
AWS_FIREHOSE_API RedshiftDestinationDescription(Aws::Utils::Json::JsonView jsonValue)
bool S3BackupDescriptionHasBeenSet() const
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
bool CopyCommandHasBeenSet() const
RedshiftDestinationDescription & WithProcessingConfiguration(ProcessingConfigurationT &&value)
void SetProcessingConfiguration(ProcessingConfigurationT &&value)
bool S3DestinationDescriptionHasBeenSet() const
const Aws::String & GetClusterJDBCURL() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue