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;
const Firehose & GetFirehose() const
bool CloudWatchLogsHasBeenSet() const
AuthorizerLogs & WithFirehose(FirehoseT &&value)
AuthorizerLogs & WithCloudWatchLogs(CloudWatchLogsT &&value)
void SetCloudWatchLogs(CloudWatchLogsT &&value)
AWS_KAFKA_API AuthorizerLogs()=default
void SetFirehose(FirehoseT &&value)
const CloudWatchLogs & GetCloudWatchLogs() const
bool S3HasBeenSet() const
AWS_KAFKA_API AuthorizerLogs & operator=(Aws::Utils::Json::JsonView jsonValue)
AuthorizerLogs & WithS3(S3T &&value)
bool FirehoseHasBeenSet() const
AWS_KAFKA_API AuthorizerLogs(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue