7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/medialive/model/CloudWatchAlarmTemplateComparisonOperator.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/medialive/model/CloudWatchAlarmTemplateStatistic.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/medialive/model/CloudWatchAlarmTemplateTargetResourceType.h>
14#include <aws/medialive/model/CloudWatchAlarmTemplateTreatMissingData.h>
54 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
55 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
88 inline void SetDatapointsToAlarm(
int value) { m_datapointsToAlarmHasBeenSet =
true; m_datapointsToAlarm = value; }
100 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
112 inline void SetEvaluationPeriods(
int value) { m_evaluationPeriodsHasBeenSet =
true; m_evaluationPeriods = value; }
125 inline void SetGroupId(
const char* value) { m_groupIdHasBeenSet =
true; m_groupId.assign(value); }
140 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
155 inline void SetMetricName(
const char* value) { m_metricNameHasBeenSet =
true; m_metricName.assign(value); }
180 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
192 inline void SetPeriod(
int value) { m_periodHasBeenSet =
true; m_period = value; }
239 inline void SetThreshold(
double value) { m_thresholdHasBeenSet =
true; m_threshold = value; }
255 bool m_arnHasBeenSet =
false;
258 bool m_comparisonOperatorHasBeenSet =
false;
261 bool m_createdAtHasBeenSet =
false;
263 int m_datapointsToAlarm;
264 bool m_datapointsToAlarmHasBeenSet =
false;
267 bool m_descriptionHasBeenSet =
false;
269 int m_evaluationPeriods;
270 bool m_evaluationPeriodsHasBeenSet =
false;
273 bool m_groupIdHasBeenSet =
false;
276 bool m_idHasBeenSet =
false;
279 bool m_metricNameHasBeenSet =
false;
282 bool m_modifiedAtHasBeenSet =
false;
285 bool m_nameHasBeenSet =
false;
288 bool m_periodHasBeenSet =
false;
291 bool m_statisticHasBeenSet =
false;
294 bool m_tagsHasBeenSet =
false;
297 bool m_targetResourceTypeHasBeenSet =
false;
300 bool m_thresholdHasBeenSet =
false;
303 bool m_treatMissingDataHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue