7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
20namespace resiliencehubv2 {
42 template <
typename AlarmArnT = Aws::String>
44 m_alarmArnHasBeenSet =
true;
45 m_alarmArn = std::forward<AlarmArnT>(value);
47 template <
typename AlarmArnT = Aws::String>
60 template <
typename AlarmNameT = Aws::String>
62 m_alarmNameHasBeenSet =
true;
63 m_alarmName = std::forward<AlarmNameT>(value);
65 template <
typename AlarmNameT = Aws::String>
78 template <
typename RegionT = Aws::String>
80 m_regionHasBeenSet =
true;
81 m_region = std::forward<RegionT>(value);
83 template <
typename RegionT = Aws::String>
96 template <
typename AccountIdT = Aws::String>
98 m_accountIdHasBeenSet =
true;
99 m_accountId = std::forward<AccountIdT>(value);
101 template <
typename AccountIdT = Aws::String>
114 template <
typename CreatedAtT = Aws::Utils::DateTime>
116 m_createdAtHasBeenSet =
true;
117 m_createdAt = std::forward<CreatedAtT>(value);
119 template <
typename CreatedAtT = Aws::Utils::DateTime>
135 bool m_alarmArnHasBeenSet =
false;
136 bool m_alarmNameHasBeenSet =
false;
137 bool m_regionHasBeenSet =
false;
138 bool m_accountIdHasBeenSet =
false;
139 bool m_createdAtHasBeenSet =
false;
void SetRegion(RegionT &&value)
ObservabilityAlarmSummary & WithAccountId(AccountIdT &&value)
const Aws::String & GetAlarmArn() const
bool CreatedAtHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetAccountId(AccountIdT &&value)
void SetAlarmName(AlarmNameT &&value)
ObservabilityAlarmSummary & WithCreatedAt(CreatedAtT &&value)
AWS_RESILIENCEHUBV2_API ObservabilityAlarmSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AlarmArnHasBeenSet() const
ObservabilityAlarmSummary & WithAlarmName(AlarmNameT &&value)
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAlarmName() const
AWS_RESILIENCEHUBV2_API ObservabilityAlarmSummary()=default
ObservabilityAlarmSummary & WithAlarmArn(AlarmArnT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_RESILIENCEHUBV2_API ObservabilityAlarmSummary(Aws::Utils::Json::JsonView jsonValue)
bool RegionHasBeenSet() const
const Aws::String & GetRegion() const
bool AccountIdHasBeenSet() const
void SetAlarmArn(AlarmArnT &&value)
ObservabilityAlarmSummary & WithRegion(RegionT &&value)
bool AlarmNameHasBeenSet() const
const Aws::String & GetAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue