7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/kafka/model/AuthorizerLogs.h>
9#include <aws/kafka/model/BrokerLogs.h>
37 template <
typename AuthorizerLogsT = AuthorizerLogs>
39 m_authorizerLogsHasBeenSet =
true;
40 m_authorizerLogs = std::forward<AuthorizerLogsT>(value);
42 template <
typename AuthorizerLogsT = AuthorizerLogs>
53 template <
typename BrokerLogsT = BrokerLogs>
55 m_brokerLogsHasBeenSet =
true;
56 m_brokerLogs = std::forward<BrokerLogsT>(value);
58 template <
typename BrokerLogsT = BrokerLogs>
68 bool m_authorizerLogsHasBeenSet =
false;
69 bool m_brokerLogsHasBeenSet =
false;
AWS_KAFKA_API LoggingInfo()=default
AWS_KAFKA_API LoggingInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAuthorizerLogs(AuthorizerLogsT &&value)
void SetBrokerLogs(BrokerLogsT &&value)
const BrokerLogs & GetBrokerLogs() const
const AuthorizerLogs & GetAuthorizerLogs() const
bool BrokerLogsHasBeenSet() const
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KAFKA_API LoggingInfo(Aws::Utils::Json::JsonView jsonValue)
bool AuthorizerLogsHasBeenSet() const
LoggingInfo & WithBrokerLogs(BrokerLogsT &&value)
LoggingInfo & WithAuthorizerLogs(AuthorizerLogsT &&value)
Aws::Utils::Json::JsonValue JsonValue