7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotevents/IoTEvents_EXPORTS.h>
41 template <
typename CreationTimeT = Aws::Utils::DateTime>
43 m_creationTimeHasBeenSet =
true;
44 m_creationTime = std::forward<CreationTimeT>(value);
46 template <
typename CreationTimeT = Aws::Utils::DateTime>
59 template <
typename AlarmModelDescriptionT = Aws::String>
61 m_alarmModelDescriptionHasBeenSet =
true;
62 m_alarmModelDescription = std::forward<AlarmModelDescriptionT>(value);
64 template <
typename AlarmModelDescriptionT = Aws::String>
77 template <
typename AlarmModelNameT = Aws::String>
79 m_alarmModelNameHasBeenSet =
true;
80 m_alarmModelName = std::forward<AlarmModelNameT>(value);
82 template <
typename AlarmModelNameT = Aws::String>
94 bool m_creationTimeHasBeenSet =
false;
95 bool m_alarmModelDescriptionHasBeenSet =
false;
96 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