7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/MediaLiveRequest.h>
9#include <aws/medialive/model/CloudWatchAlarmTemplateComparisonOperator.h>
10#include <aws/core/utils/memory/stl/AWSString.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>
61 inline void SetDatapointsToAlarm(
int value) { m_datapointsToAlarmHasBeenSet =
true; m_datapointsToAlarm = value; }
73 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
85 inline void SetEvaluationPeriods(
int value) { m_evaluationPeriodsHasBeenSet =
true; m_evaluationPeriods = value; }
98 inline void SetGroupIdentifier(
const char* value) { m_groupIdentifierHasBeenSet =
true; m_groupIdentifier.assign(value); }
113 inline void SetMetricName(
const char* value) { m_metricNameHasBeenSet =
true; m_metricName.assign(value); }
128 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
140 inline void SetPeriod(
int value) { m_periodHasBeenSet =
true; m_period = value; }
187 inline void SetThreshold(
double value) { m_thresholdHasBeenSet =
true; m_threshold = value; }
203 bool m_comparisonOperatorHasBeenSet =
false;
205 int m_datapointsToAlarm;
206 bool m_datapointsToAlarmHasBeenSet =
false;
209 bool m_descriptionHasBeenSet =
false;
211 int m_evaluationPeriods;
212 bool m_evaluationPeriodsHasBeenSet =
false;
215 bool m_groupIdentifierHasBeenSet =
false;
218 bool m_metricNameHasBeenSet =
false;
221 bool m_nameHasBeenSet =
false;
224 bool m_periodHasBeenSet =
false;
227 bool m_statisticHasBeenSet =
false;
230 bool m_tagsHasBeenSet =
false;
233 bool m_targetResourceTypeHasBeenSet =
false;
236 bool m_thresholdHasBeenSet =
false;
239 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