7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resiliencehubv2/Resiliencehubv2_EXPORTS.h>
19namespace resiliencehubv2 {
41 template <
typename AlarmArnT = Aws::String>
43 m_alarmArnHasBeenSet =
true;
44 m_alarmArn = std::forward<AlarmArnT>(value);
46 template <
typename AlarmArnT = Aws::String>
59 template <
typename AlarmNameT = Aws::String>
61 m_alarmNameHasBeenSet =
true;
62 m_alarmName = std::forward<AlarmNameT>(value);
64 template <
typename AlarmNameT = Aws::String>
77 template <
typename RegionT = Aws::String>
79 m_regionHasBeenSet =
true;
80 m_region = std::forward<RegionT>(value);
82 template <
typename RegionT = Aws::String>
95 template <
typename AccountIdT = Aws::String>
97 m_accountIdHasBeenSet =
true;
98 m_accountId = std::forward<AccountIdT>(value);
100 template <
typename AccountIdT = Aws::String>
114 bool m_alarmArnHasBeenSet =
false;
115 bool m_alarmNameHasBeenSet =
false;
116 bool m_regionHasBeenSet =
false;
117 bool m_accountIdHasBeenSet =
false;
AWS_RESILIENCEHUBV2_API TestRunObservabilityAlarmSummary()=default
bool RegionHasBeenSet() const
bool AlarmArnHasBeenSet() const
TestRunObservabilityAlarmSummary & WithRegion(RegionT &&value)
AWS_RESILIENCEHUBV2_API TestRunObservabilityAlarmSummary(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
AWS_RESILIENCEHUBV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAlarmArn() const
const Aws::String & GetAlarmName() const
const Aws::String & GetRegion() const
TestRunObservabilityAlarmSummary & WithAccountId(AccountIdT &&value)
TestRunObservabilityAlarmSummary & WithAlarmArn(AlarmArnT &&value)
void SetAlarmArn(AlarmArnT &&value)
void SetRegion(RegionT &&value)
bool AlarmNameHasBeenSet() const
const Aws::String & GetAccountId() const
AWS_RESILIENCEHUBV2_API TestRunObservabilityAlarmSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAlarmName(AlarmNameT &&value)
TestRunObservabilityAlarmSummary & WithAlarmName(AlarmNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue