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/medialive/model/CloudWatchAlarmTemplateTargetResourceType.h>
13#include <aws/medialive/model/CloudWatchAlarmTemplateTreatMissingData.h>
58 inline void SetDatapointsToAlarm(
int value) { m_datapointsToAlarmHasBeenSet =
true; m_datapointsToAlarm = value; }
68 template<
typename DescriptionT = Aws::String>
69 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
70 template<
typename DescriptionT = Aws::String>
80 inline void SetEvaluationPeriods(
int value) { m_evaluationPeriodsHasBeenSet =
true; m_evaluationPeriods = value; }
91 template<
typename GroupIdentifierT = Aws::String>
92 void SetGroupIdentifier(GroupIdentifierT&& value) { m_groupIdentifierHasBeenSet =
true; m_groupIdentifier = std::forward<GroupIdentifierT>(value); }
93 template<
typename GroupIdentifierT = Aws::String>
104 template<
typename IdentifierT = Aws::String>
105 void SetIdentifier(IdentifierT&& value) { m_identifierHasBeenSet =
true; m_identifier = std::forward<IdentifierT>(value); }
106 template<
typename IdentifierT = Aws::String>
117 template<
typename MetricNameT = Aws::String>
118 void SetMetricName(MetricNameT&& value) { m_metricNameHasBeenSet =
true; m_metricName = std::forward<MetricNameT>(value); }
119 template<
typename MetricNameT = Aws::String>
130 template<
typename NameT = Aws::String>
131 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
132 template<
typename NameT = Aws::String>
142 inline void SetPeriod(
int value) { m_periodHasBeenSet =
true; m_period = value; }
168 inline void SetThreshold(
double value) { m_thresholdHasBeenSet =
true; m_threshold = value; }
182 bool m_comparisonOperatorHasBeenSet =
false;
184 int m_datapointsToAlarm{0};
185 bool m_datapointsToAlarmHasBeenSet =
false;
188 bool m_descriptionHasBeenSet =
false;
190 int m_evaluationPeriods{0};
191 bool m_evaluationPeriodsHasBeenSet =
false;
194 bool m_groupIdentifierHasBeenSet =
false;
197 bool m_identifierHasBeenSet =
false;
200 bool m_metricNameHasBeenSet =
false;
203 bool m_nameHasBeenSet =
false;
206 bool m_periodHasBeenSet =
false;
209 bool m_statisticHasBeenSet =
false;
212 bool m_targetResourceTypeHasBeenSet =
false;
214 double m_threshold{0.0};
215 bool m_thresholdHasBeenSet =
false;
218 bool m_treatMissingDataHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String