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>
35 template <
typename CloudWatchLogsT = CloudWatchLogs>
37 m_cloudWatchLogsHasBeenSet =
true;
38 m_cloudWatchLogs = std::forward<CloudWatchLogsT>(value);
40 template <
typename CloudWatchLogsT = CloudWatchLogs>
51 template <
typename FirehoseT = Firehose>
53 m_firehoseHasBeenSet =
true;
54 m_firehose = std::forward<FirehoseT>(value);
56 template <
typename FirehoseT = Firehose>
65 inline const S3&
GetS3()
const {
return m_s3; }
67 template <
typename S3T = S3>
69 m_s3HasBeenSet =
true;
70 m_s3 = std::forward<S3T>(value);
72 template <
typename S3T = S3>
74 SetS3(std::forward<S3T>(value));
84 bool m_cloudWatchLogsHasBeenSet =
false;
85 bool m_firehoseHasBeenSet =
false;
86 bool m_s3HasBeenSet =
false;
AWS_KAFKA_API BrokerLogs & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API BrokerLogs()=default
bool FirehoseHasBeenSet() const
void SetCloudWatchLogs(CloudWatchLogsT &&value)
BrokerLogs & WithCloudWatchLogs(CloudWatchLogsT &&value)
const CloudWatchLogs & GetCloudWatchLogs() const
bool S3HasBeenSet() const
AWS_KAFKA_API BrokerLogs(Aws::Utils::Json::JsonView jsonValue)
const Firehose & GetFirehose() const
void SetFirehose(FirehoseT &&value)
BrokerLogs & WithS3(S3T &&value)
BrokerLogs & WithFirehose(FirehoseT &&value)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
bool CloudWatchLogsHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue