7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetDetectorModelName(
const char* value) { m_detectorModelNameHasBeenSet =
true; m_detectorModelName.assign(value); }
64 inline void SetKeyValue(
const char* value) { m_keyValueHasBeenSet =
true; m_keyValue.assign(value); }
72 bool m_detectorModelNameHasBeenSet =
false;
75 bool m_keyValueHasBeenSet =
false;
DetectorDebugOption & WithDetectorModelName(const Aws::String &value)
DetectorDebugOption & WithKeyValue(Aws::String &&value)
void SetDetectorModelName(const char *value)
bool KeyValueHasBeenSet() const
DetectorDebugOption & WithDetectorModelName(Aws::String &&value)
bool DetectorModelNameHasBeenSet() const
DetectorDebugOption & WithKeyValue(const Aws::String &value)
void SetDetectorModelName(Aws::String &&value)
const Aws::String & GetKeyValue() const
void SetKeyValue(const Aws::String &value)
void SetKeyValue(Aws::String &&value)
DetectorDebugOption & WithKeyValue(const char *value)
const Aws::String & GetDetectorModelName() const
AWS_IOTEVENTS_API DetectorDebugOption()
AWS_IOTEVENTS_API DetectorDebugOption(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDetectorModelName(const Aws::String &value)
AWS_IOTEVENTS_API DetectorDebugOption & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetKeyValue(const char *value)
DetectorDebugOption & WithDetectorModelName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue