7#include <aws/iotevents-data/IoTEventsData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotevents-data/model/DetectorState.h>
10#include <aws/core/utils/DateTime.h>
23namespace IoTEventsData
50 inline void SetDetectorModelName(
const char* value) { m_detectorModelNameHasBeenSet =
true; m_detectorModelName.assign(value); }
65 inline void SetKeyValue(
const char* value) { m_keyValueHasBeenSet =
true; m_keyValue.assign(value); }
79 inline void SetDetectorModelVersion(
const char* value) { m_detectorModelVersionHasBeenSet =
true; m_detectorModelVersion.assign(value); }
123 bool m_detectorModelNameHasBeenSet =
false;
126 bool m_keyValueHasBeenSet =
false;
129 bool m_detectorModelVersionHasBeenSet =
false;
132 bool m_stateHasBeenSet =
false;
135 bool m_creationTimeHasBeenSet =
false;
138 bool m_lastUpdateTimeHasBeenSet =
false;
Detector & WithState(DetectorState &&value)
Detector & WithCreationTime(Aws::Utils::DateTime &&value)
void SetDetectorModelVersion(const Aws::String &value)
void SetDetectorModelVersion(const char *value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
Detector & WithState(const DetectorState &value)
void SetCreationTime(Aws::Utils::DateTime &&value)
bool DetectorModelVersionHasBeenSet() const
Detector & WithLastUpdateTime(Aws::Utils::DateTime &&value)
void SetState(DetectorState &&value)
void SetDetectorModelName(const char *value)
void SetDetectorModelName(const Aws::String &value)
bool StateHasBeenSet() const
Detector & WithKeyValue(const Aws::String &value)
AWS_IOTEVENTSDATA_API Detector(Aws::Utils::Json::JsonView jsonValue)
Detector & WithDetectorModelName(const Aws::String &value)
void SetDetectorModelVersion(Aws::String &&value)
Detector & WithCreationTime(const Aws::Utils::DateTime &value)
void SetCreationTime(const Aws::Utils::DateTime &value)
Detector & WithKeyValue(Aws::String &&value)
void SetKeyValue(const char *value)
bool DetectorModelNameHasBeenSet() const
bool LastUpdateTimeHasBeenSet() const
Detector & WithDetectorModelName(Aws::String &&value)
void SetLastUpdateTime(Aws::Utils::DateTime &&value)
void SetState(const DetectorState &value)
AWS_IOTEVENTSDATA_API Detector & operator=(Aws::Utils::Json::JsonView jsonValue)
Detector & WithLastUpdateTime(const Aws::Utils::DateTime &value)
Detector & WithDetectorModelVersion(const Aws::String &value)
const Aws::Utils::DateTime & GetCreationTime() const
bool CreationTimeHasBeenSet() const
AWS_IOTEVENTSDATA_API Aws::Utils::Json::JsonValue Jsonize() const
Detector & WithDetectorModelName(const char *value)
Detector & WithDetectorModelVersion(Aws::String &&value)
const DetectorState & GetState() const
const Aws::String & GetDetectorModelName() const
const Aws::String & GetKeyValue() const
void SetKeyValue(const Aws::String &value)
void SetLastUpdateTime(const Aws::Utils::DateTime &value)
bool KeyValueHasBeenSet() const
void SetDetectorModelName(Aws::String &&value)
const Aws::String & GetDetectorModelVersion() const
void SetKeyValue(Aws::String &&value)
Detector & WithDetectorModelVersion(const char *value)
Detector & WithKeyValue(const char *value)
AWS_IOTEVENTSDATA_API Detector()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue