7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/iotevents/IoTEvents_EXPORTS.h>
10#include <aws/iotevents/model/DetectorDebugOption.h>
11#include <aws/iotevents/model/LoggingLevel.h>
45 template <
typename RoleArnT = Aws::String>
47 m_roleArnHasBeenSet =
true;
48 m_roleArn = std::forward<RoleArnT>(value);
50 template <
typename RoleArnT = Aws::String>
64 m_levelHasBeenSet =
true;
80 m_enabledHasBeenSet =
true;
96 template <
typename DetectorDebugOptionsT = Aws::Vector<DetectorDebugOption>>
98 m_detectorDebugOptionsHasBeenSet =
true;
99 m_detectorDebugOptions = std::forward<DetectorDebugOptionsT>(value);
101 template <
typename DetectorDebugOptionsT = Aws::Vector<DetectorDebugOption>>
106 template <
typename DetectorDebugOptionsT = DetectorDebugOption>
108 m_detectorDebugOptionsHasBeenSet =
true;
109 m_detectorDebugOptions.emplace_back(std::forward<DetectorDebugOptionsT>(value));
118 bool m_enabled{
false};
121 bool m_roleArnHasBeenSet =
false;
122 bool m_levelHasBeenSet =
false;
123 bool m_enabledHasBeenSet =
false;
124 bool m_detectorDebugOptionsHasBeenSet =
false;
LoggingOptions & WithRoleArn(RoleArnT &&value)
void SetLevel(LoggingLevel value)
LoggingOptions & WithDetectorDebugOptions(DetectorDebugOptionsT &&value)
bool LevelHasBeenSet() const
AWS_IOTEVENTS_API LoggingOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DetectorDebugOptionsHasBeenSet() const
AWS_IOTEVENTS_API LoggingOptions()=default
LoggingOptions & AddDetectorDebugOptions(DetectorDebugOptionsT &&value)
bool RoleArnHasBeenSet() const
AWS_IOTEVENTS_API LoggingOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDetectorDebugOptions(DetectorDebugOptionsT &&value)
void SetEnabled(bool value)
const Aws::Vector< DetectorDebugOption > & GetDetectorDebugOptions() const
const Aws::String & GetRoleArn() const
LoggingOptions & WithLevel(LoggingLevel value)
LoggingOptions & WithEnabled(bool value)
void SetRoleArn(RoleArnT &&value)
bool EnabledHasBeenSet() const
LoggingLevel GetLevel() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue