7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotevents/model/LoggingLevel.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iotevents/model/DetectorDebugOption.h>
53 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
77 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
98 bool m_roleArnHasBeenSet =
false;
101 bool m_levelHasBeenSet =
false;
104 bool m_enabledHasBeenSet =
false;
107 bool m_detectorDebugOptionsHasBeenSet =
false;
LoggingOptions & WithRoleArn(const char *value)
void SetRoleArn(Aws::String &&value)
LoggingOptions & WithRoleArn(Aws::String &&value)
LoggingOptions & WithLevel(const LoggingLevel &value)
bool LevelHasBeenSet() const
AWS_IOTEVENTS_API LoggingOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DetectorDebugOptionsHasBeenSet() const
void SetDetectorDebugOptions(Aws::Vector< DetectorDebugOption > &&value)
LoggingOptions & WithRoleArn(const Aws::String &value)
bool RoleArnHasBeenSet() const
AWS_IOTEVENTS_API LoggingOptions(Aws::Utils::Json::JsonView jsonValue)
LoggingOptions & AddDetectorDebugOptions(const DetectorDebugOption &value)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
LoggingOptions & WithLevel(LoggingLevel &&value)
LoggingOptions & WithDetectorDebugOptions(Aws::Vector< DetectorDebugOption > &&value)
const LoggingLevel & GetLevel() const
void SetEnabled(bool value)
void SetDetectorDebugOptions(const Aws::Vector< DetectorDebugOption > &value)
void SetRoleArn(const char *value)
void SetLevel(LoggingLevel &&value)
void SetLevel(const LoggingLevel &value)
const Aws::Vector< DetectorDebugOption > & GetDetectorDebugOptions() const
const Aws::String & GetRoleArn() const
LoggingOptions & WithEnabled(bool value)
void SetRoleArn(const Aws::String &value)
AWS_IOTEVENTS_API LoggingOptions()
bool EnabledHasBeenSet() const
LoggingOptions & WithDetectorDebugOptions(const Aws::Vector< DetectorDebugOption > &value)
LoggingOptions & AddDetectorDebugOptions(DetectorDebugOption &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue