7#include <aws/iotevents-data/IoTEventsData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotevents-data/model/DetectorStateSummary.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;
bool KeyValueHasBeenSet() const
void SetDetectorModelName(Aws::String &&value)
void SetDetectorModelVersion(const Aws::String &value)
const Aws::String & GetKeyValue() const
void SetDetectorModelName(const char *value)
DetectorSummary & WithLastUpdateTime(Aws::Utils::DateTime &&value)
AWS_IOTEVENTSDATA_API DetectorSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(Aws::Utils::DateTime &&value)
void SetKeyValue(const Aws::String &value)
DetectorSummary & WithKeyValue(const char *value)
void SetDetectorModelVersion(Aws::String &&value)
const Aws::String & GetDetectorModelName() const
const Aws::String & GetDetectorModelVersion() const
DetectorSummary & WithCreationTime(Aws::Utils::DateTime &&value)
bool DetectorModelNameHasBeenSet() const
AWS_IOTEVENTSDATA_API DetectorSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
DetectorSummary & WithDetectorModelName(const char *value)
DetectorSummary & WithKeyValue(const Aws::String &value)
DetectorSummary & WithDetectorModelName(const Aws::String &value)
DetectorSummary & WithDetectorModelVersion(const Aws::String &value)
bool LastUpdateTimeHasBeenSet() const
DetectorSummary & WithState(const DetectorStateSummary &value)
void SetKeyValue(Aws::String &&value)
void SetKeyValue(const char *value)
void SetLastUpdateTime(Aws::Utils::DateTime &&value)
void SetState(const DetectorStateSummary &value)
const Aws::Utils::DateTime & GetCreationTime() const
DetectorSummary & WithKeyValue(Aws::String &&value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
void SetDetectorModelName(const Aws::String &value)
void SetLastUpdateTime(const Aws::Utils::DateTime &value)
void SetCreationTime(const Aws::Utils::DateTime &value)
void SetDetectorModelVersion(const char *value)
DetectorSummary & WithDetectorModelVersion(Aws::String &&value)
DetectorSummary & WithDetectorModelVersion(const char *value)
DetectorSummary & WithLastUpdateTime(const Aws::Utils::DateTime &value)
bool CreationTimeHasBeenSet() const
AWS_IOTEVENTSDATA_API DetectorSummary()
bool StateHasBeenSet() const
void SetState(DetectorStateSummary &&value)
DetectorSummary & WithCreationTime(const Aws::Utils::DateTime &value)
const DetectorStateSummary & GetState() const
bool DetectorModelVersionHasBeenSet() const
DetectorSummary & WithState(DetectorStateSummary &&value)
DetectorSummary & WithDetectorModelName(Aws::String &&value)
AWS_IOTEVENTSDATA_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue