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>
21namespace KafkaConnect {
44 template <
typename CloudWatchLogsT = CloudWatchLogsLogDelivery>
46 m_cloudWatchLogsHasBeenSet =
true;
47 m_cloudWatchLogs = std::forward<CloudWatchLogsT>(value);
49 template <
typename CloudWatchLogsT = CloudWatchLogsLogDelivery>
62 template <
typename FirehoseT = FirehoseLogDelivery>
64 m_firehoseHasBeenSet =
true;
65 m_firehose = std::forward<FirehoseT>(value);
67 template <
typename FirehoseT = FirehoseLogDelivery>
80 template <
typename S3T = S3LogDelivery>
82 m_s3HasBeenSet =
true;
83 m_s3 = std::forward<S3T>(value);
85 template <
typename S3T = S3LogDelivery>
87 SetS3(std::forward<S3T>(value));
97 bool m_cloudWatchLogsHasBeenSet =
false;
98 bool m_firehoseHasBeenSet =
false;
99 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