7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/CloudWatchLogs.h>
9#include <aws/kafka/model/Firehose.h>
10#include <aws/kafka/model/S3.h>
43 template <
typename CloudWatchLogsT = CloudWatchLogs>
45 m_cloudWatchLogsHasBeenSet =
true;
46 m_cloudWatchLogs = std::forward<CloudWatchLogsT>(value);
48 template <
typename CloudWatchLogsT = CloudWatchLogs>
62 template <
typename FirehoseT = Firehose>
64 m_firehoseHasBeenSet =
true;
65 m_firehose = std::forward<FirehoseT>(value);
67 template <
typename FirehoseT = Firehose>
78 inline const S3&
GetS3()
const {
return m_s3; }
80 template <
typename S3T = S3>
82 m_s3HasBeenSet =
true;
83 m_s3 = std::forward<S3T>(value);
85 template <
typename S3T = S3>
87 SetS3(std::forward<S3T>(value));
97 bool m_cloudWatchLogsHasBeenSet =
false;
98 bool m_firehoseHasBeenSet =
false;
99 bool m_s3HasBeenSet =
false;
void SetCloudWatchLogs(CloudWatchLogsT &&value)
bool CloudWatchLogsHasBeenSet() const
AWS_KAFKA_API ChannelLoggingInfo(Aws::Utils::Json::JsonView jsonValue)
bool S3HasBeenSet() const
ChannelLoggingInfo & WithCloudWatchLogs(CloudWatchLogsT &&value)
AWS_KAFKA_API ChannelLoggingInfo()=default
const CloudWatchLogs & GetCloudWatchLogs() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
bool FirehoseHasBeenSet() const
const Firehose & GetFirehose() const
AWS_KAFKA_API ChannelLoggingInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetFirehose(FirehoseT &&value)
ChannelLoggingInfo & WithS3(S3T &&value)
ChannelLoggingInfo & WithFirehose(FirehoseT &&value)
Aws::Utils::Json::JsonValue JsonValue