7#include <aws/ivschat/Ivschat_EXPORTS.h>
8#include <aws/ivschat/model/CloudWatchLogsDestinationConfiguration.h>
9#include <aws/ivschat/model/FirehoseDestinationConfiguration.h>
10#include <aws/ivschat/model/S3DestinationConfiguration.h>
46 template <
typename S3T = S3DestinationConfiguration>
48 m_s3HasBeenSet =
true;
49 m_s3 = std::forward<S3T>(value);
51 template <
typename S3T = S3DestinationConfiguration>
53 SetS3(std::forward<S3T>(value));
65 template <
typename CloudWatchLogsT = CloudWatchLogsDestinationConfiguration>
67 m_cloudWatchLogsHasBeenSet =
true;
68 m_cloudWatchLogs = std::forward<CloudWatchLogsT>(value);
70 template <
typename CloudWatchLogsT = CloudWatchLogsDestinationConfiguration>
84 template <
typename FirehoseT = FirehoseDestinationConfiguration>
86 m_firehoseHasBeenSet =
true;
87 m_firehose = std::forward<FirehoseT>(value);
89 template <
typename FirehoseT = FirehoseDestinationConfiguration>
97 bool m_s3HasBeenSet =
false;
100 bool m_cloudWatchLogsHasBeenSet =
false;
103 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