7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/kafkaconnect/model/CloudWatchLogsLogDelivery.h>
9#include <aws/kafkaconnect/model/FirehoseLogDelivery.h>
10#include <aws/kafkaconnect/model/S3LogDelivery.h>
50 template<
typename CloudWatchLogsT = CloudWatchLogsLogDelivery>
51 void SetCloudWatchLogs(CloudWatchLogsT&& value) { m_cloudWatchLogsHasBeenSet =
true; m_cloudWatchLogs = std::forward<CloudWatchLogsT>(value); }
52 template<
typename CloudWatchLogsT = CloudWatchLogsLogDelivery>
62 template<
typename FirehoseT = FirehoseLogDelivery>
63 void SetFirehose(FirehoseT&& value) { m_firehoseHasBeenSet =
true; m_firehose = std::forward<FirehoseT>(value); }
64 template<
typename FirehoseT = FirehoseLogDelivery>
74 template<
typename S3T = S3LogDelivery>
75 void SetS3(S3T&& value) { m_s3HasBeenSet =
true; m_s3 = std::forward<S3T>(value); }
76 template<
typename S3T = S3LogDelivery>
82 bool m_cloudWatchLogsHasBeenSet =
false;
85 bool m_firehoseHasBeenSet =
false;
88 bool m_s3HasBeenSet =
false;
AWS_KAFKACONNECT_API WorkerLogDelivery(Aws::Utils::Json::JsonView jsonValue)
const CloudWatchLogsLogDelivery & GetCloudWatchLogs() const
bool S3HasBeenSet() const
WorkerLogDelivery & WithFirehose(FirehoseT &&value)
AWS_KAFKACONNECT_API WorkerLogDelivery & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCloudWatchLogs(CloudWatchLogsT &&value)
const FirehoseLogDelivery & GetFirehose() const
bool FirehoseHasBeenSet() const
WorkerLogDelivery & WithS3(S3T &&value)
const S3LogDelivery & GetS3() const
WorkerLogDelivery & WithCloudWatchLogs(CloudWatchLogsT &&value)
void SetFirehose(FirehoseT &&value)
AWS_KAFKACONNECT_API WorkerLogDelivery()=default
bool CloudWatchLogsHasBeenSet() const
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue