7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/LogLevel.h>
48 template<
typename RoleArnForLoggingT = Aws::String>
49 void SetRoleArnForLogging(RoleArnForLoggingT&& value) { m_roleArnForLoggingHasBeenSet =
true; m_roleArnForLogging = std::forward<RoleArnForLoggingT>(value); }
50 template<
typename RoleArnForLoggingT = Aws::String>
66 bool m_roleArnForLoggingHasBeenSet =
false;
69 bool m_logLevelHasBeenSet =
false;
bool RoleArnForLoggingHasBeenSet() const
AWS_IOT_API EnableIoTLoggingParams(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API EnableIoTLoggingParams()=default
bool LogLevelHasBeenSet() const
EnableIoTLoggingParams & WithLogLevel(LogLevel value)
LogLevel GetLogLevel() const
void SetRoleArnForLogging(RoleArnForLoggingT &&value)
EnableIoTLoggingParams & WithRoleArnForLogging(RoleArnForLoggingT &&value)
AWS_IOT_API EnableIoTLoggingParams & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLogLevel(LogLevel value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRoleArnForLogging() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue