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