7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CreationTimeT = Aws::Utils::DateTime>
48 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
49 template<
typename CreationTimeT = Aws::Utils::DateTime>
59 template<
typename AlarmModelDescriptionT = Aws::String>
60 void SetAlarmModelDescription(AlarmModelDescriptionT&& value) { m_alarmModelDescriptionHasBeenSet =
true; m_alarmModelDescription = std::forward<AlarmModelDescriptionT>(value); }
61 template<
typename AlarmModelDescriptionT = Aws::String>
71 template<
typename AlarmModelNameT = Aws::String>
72 void SetAlarmModelName(AlarmModelNameT&& value) { m_alarmModelNameHasBeenSet =
true; m_alarmModelName = std::forward<AlarmModelNameT>(value); }
73 template<
typename AlarmModelNameT = Aws::String>
79 bool m_creationTimeHasBeenSet =
false;
82 bool m_alarmModelDescriptionHasBeenSet =
false;
85 bool m_alarmModelNameHasBeenSet =
false;
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
bool AlarmModelDescriptionHasBeenSet() const
bool CreationTimeHasBeenSet() const
void SetAlarmModelName(AlarmModelNameT &&value)
AWS_IOTEVENTS_API AlarmModelSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreationTime() const
void SetAlarmModelDescription(AlarmModelDescriptionT &&value)
AlarmModelSummary & WithAlarmModelName(AlarmModelNameT &&value)
bool AlarmModelNameHasBeenSet() const
AWS_IOTEVENTS_API AlarmModelSummary()=default
const Aws::String & GetAlarmModelName() const
AlarmModelSummary & WithCreationTime(CreationTimeT &&value)
AWS_IOTEVENTS_API AlarmModelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AlarmModelSummary & WithAlarmModelDescription(AlarmModelDescriptionT &&value)
const Aws::String & GetAlarmModelDescription() const
void SetCreationTime(CreationTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue