7#include <aws/iotevents-data/IoTEventsData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iotevents-data/model/Variable.h>
11#include <aws/iotevents-data/model/Timer.h>
24namespace IoTEventsData
52 inline void SetStateName(
const char* value) { m_stateNameHasBeenSet =
true; m_stateName.assign(value); }
88 bool m_stateNameHasBeenSet =
false;
91 bool m_variablesHasBeenSet =
false;
94 bool m_timersHasBeenSet =
false;
const Aws::Vector< Variable > & GetVariables() const
AWS_IOTEVENTSDATA_API DetectorState(Aws::Utils::Json::JsonView jsonValue)
void SetTimers(Aws::Vector< Timer > &&value)
void SetStateName(const Aws::String &value)
AWS_IOTEVENTSDATA_API DetectorState & operator=(Aws::Utils::Json::JsonView jsonValue)
DetectorState & AddVariables(Variable &&value)
void SetTimers(const Aws::Vector< Timer > &value)
void SetVariables(const Aws::Vector< Variable > &value)
DetectorState & WithStateName(Aws::String &&value)
DetectorState & WithVariables(const Aws::Vector< Variable > &value)
bool VariablesHasBeenSet() const
bool TimersHasBeenSet() const
DetectorState & AddTimers(const Timer &value)
DetectorState & AddVariables(const Variable &value)
AWS_IOTEVENTSDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStateName(const char *value)
DetectorState & AddTimers(Timer &&value)
AWS_IOTEVENTSDATA_API DetectorState()
const Aws::String & GetStateName() const
bool StateNameHasBeenSet() const
DetectorState & WithVariables(Aws::Vector< Variable > &&value)
void SetVariables(Aws::Vector< Variable > &&value)
const Aws::Vector< Timer > & GetTimers() const
DetectorState & WithStateName(const Aws::String &value)
DetectorState & WithStateName(const char *value)
DetectorState & WithTimers(const Aws::Vector< Timer > &value)
DetectorState & WithTimers(Aws::Vector< Timer > &&value)
void SetStateName(Aws::String &&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