7#include <aws/ivschat/Ivschat_EXPORTS.h>
8#include <aws/ivschat/model/S3DestinationConfiguration.h>
9#include <aws/ivschat/model/CloudWatchLogsDestinationConfiguration.h>
10#include <aws/ivschat/model/FirehoseDestinationConfiguration.h>
52 template<
typename S3T = S3DestinationConfiguration>
53 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
54 template<
typename S3T = S3DestinationConfiguration>
65 template<
typename CloudWatchLogsT = CloudWatchLogsDestinationConfiguration>
66 void SetCloudWatchLogs(CloudWatchLogsT&& value) { m_cloudWatchLogsHasBeenSet =
true; m_cloudWatchLogs = std::forward<CloudWatchLogsT>(value); }
67 template<
typename CloudWatchLogsT = CloudWatchLogsDestinationConfiguration>
78 template<
typename FirehoseT = FirehoseDestinationConfiguration>
79 void SetFirehose(FirehoseT&& value) { m_firehoseHasBeenSet =
true; m_firehose = std::forward<FirehoseT>(value); }
80 template<
typename FirehoseT = FirehoseDestinationConfiguration>
86 bool m_s3HasBeenSet =
false;
89 bool m_cloudWatchLogsHasBeenSet =
false;
92 bool m_firehoseHasBeenSet =
false;
bool CloudWatchLogsHasBeenSet() const
AWS_IVSCHAT_API DestinationConfiguration(Aws::Utils::Json::JsonView jsonValue)
const FirehoseDestinationConfiguration & GetFirehose() const
AWS_IVSCHAT_API DestinationConfiguration()=default
bool FirehoseHasBeenSet() const
void SetCloudWatchLogs(CloudWatchLogsT &&value)
bool S3HasBeenSet() const
DestinationConfiguration & WithFirehose(FirehoseT &&value)
DestinationConfiguration & WithS3(S3T &&value)
DestinationConfiguration & WithCloudWatchLogs(CloudWatchLogsT &&value)
AWS_IVSCHAT_API DestinationConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFirehose(FirehoseT &&value)
AWS_IVSCHAT_API Aws::Utils::Json::JsonValue Jsonize() const
const S3DestinationConfiguration & GetS3() const
const CloudWatchLogsDestinationConfiguration & GetCloudWatchLogs() const
Aws::Utils::Json::JsonValue JsonValue