7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/monitoring/CloudWatchRequest.h>
10#include <aws/monitoring/CloudWatch_EXPORTS.h>
11#include <aws/monitoring/model/AlarmType.h>
12#include <aws/monitoring/model/StateValue.h>
42 template <
typename AlarmNamesT = Aws::Vector<Aws::String>>
44 m_alarmNamesHasBeenSet =
true;
45 m_alarmNames = std::forward<AlarmNamesT>(value);
47 template <
typename AlarmNamesT = Aws::Vector<Aws::String>>
52 template <
typename AlarmNamesT = Aws::String>
54 m_alarmNamesHasBeenSet =
true;
55 m_alarmNames.emplace_back(std::forward<AlarmNamesT>(value));
68 template <
typename AlarmNamePrefixT = Aws::String>
70 m_alarmNamePrefixHasBeenSet =
true;
71 m_alarmNamePrefix = std::forward<AlarmNamePrefixT>(value);
73 template <
typename AlarmNamePrefixT = Aws::String>
93 template <
typename AlarmTypesT = Aws::Vector<AlarmType>>
95 m_alarmTypesHasBeenSet =
true;
96 m_alarmTypes = std::forward<AlarmTypesT>(value);
98 template <
typename AlarmTypesT = Aws::Vector<AlarmType>>
104 m_alarmTypesHasBeenSet =
true;
105 m_alarmTypes.push_back(value);
130 template <
typename ChildrenOfAlarmNameT = Aws::String>
132 m_childrenOfAlarmNameHasBeenSet =
true;
133 m_childrenOfAlarmName = std::forward<ChildrenOfAlarmNameT>(value);
135 template <
typename ChildrenOfAlarmNameT = Aws::String>
159 template <
typename ParentsOfAlarmNameT = Aws::String>
161 m_parentsOfAlarmNameHasBeenSet =
true;
162 m_parentsOfAlarmName = std::forward<ParentsOfAlarmNameT>(value);
164 template <
typename ParentsOfAlarmNameT = Aws::String>
179 m_stateValueHasBeenSet =
true;
180 m_stateValue = value;
196 template <
typename ActionPrefixT = Aws::String>
198 m_actionPrefixHasBeenSet =
true;
199 m_actionPrefix = std::forward<ActionPrefixT>(value);
201 template <
typename ActionPrefixT = Aws::String>
215 m_maxRecordsHasBeenSet =
true;
216 m_maxRecords = value;
231 template <
typename NextTokenT = Aws::String>
233 m_nextTokenHasBeenSet =
true;
234 m_nextToken = std::forward<NextTokenT>(value);
236 template <
typename NextTokenT = Aws::String>
260 bool m_alarmNamesHasBeenSet =
false;
261 bool m_alarmNamePrefixHasBeenSet =
false;
262 bool m_alarmTypesHasBeenSet =
false;
263 bool m_childrenOfAlarmNameHasBeenSet =
false;
264 bool m_parentsOfAlarmNameHasBeenSet =
false;
265 bool m_stateValueHasBeenSet =
false;
266 bool m_actionPrefixHasBeenSet =
false;
267 bool m_maxRecordsHasBeenSet =
false;
268 bool m_nextTokenHasBeenSet =
false;
AWS_CLOUDWATCH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StateValueHasBeenSet() const
void SetNextToken(NextTokenT &&value)
DescribeAlarmsRequest & WithAlarmNamePrefix(AlarmNamePrefixT &&value)
const Aws::Vector< AlarmType > & GetAlarmTypes() const
void SetActionPrefix(ActionPrefixT &&value)
void SetAlarmTypes(AlarmTypesT &&value)
void SetAlarmNamePrefix(AlarmNamePrefixT &&value)
bool AlarmTypesHasBeenSet() const
void SetParentsOfAlarmName(ParentsOfAlarmNameT &&value)
DescribeAlarmsRequest & WithStateValue(StateValue value)
bool ParentsOfAlarmNameHasBeenSet() const
bool ChildrenOfAlarmNameHasBeenSet() const
DescribeAlarmsRequest & WithAlarmNames(AlarmNamesT &&value)
bool NextTokenHasBeenSet() const
AWS_CLOUDWATCH_API Aws::String SerializePayload() const override
DescribeAlarmsRequest & WithActionPrefix(ActionPrefixT &&value)
DescribeAlarmsRequest & WithAlarmTypes(AlarmTypesT &&value)
DescribeAlarmsRequest & AddAlarmNames(AlarmNamesT &&value)
const Aws::String & GetNextToken() const
bool AlarmNamesHasBeenSet() const
int GetMaxRecords() const
void SetAlarmNames(AlarmNamesT &&value)
void SetStateValue(StateValue value)
void SetChildrenOfAlarmName(ChildrenOfAlarmNameT &&value)
const Aws::String & GetAlarmNamePrefix() const
DescribeAlarmsRequest & AddAlarmTypes(AlarmType value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetParentsOfAlarmName() const
StateValue GetStateValue() const
const Aws::String & GetChildrenOfAlarmName() const
AWS_CLOUDWATCH_API DescribeAlarmsRequest()=default
const Aws::String & GetActionPrefix() const
DescribeAlarmsRequest & WithChildrenOfAlarmName(ChildrenOfAlarmNameT &&value)
bool MaxRecordsHasBeenSet() const
DescribeAlarmsRequest & WithNextToken(NextTokenT &&value)
bool AlarmNamePrefixHasBeenSet() const
void SetMaxRecords(int value)
const Aws::Vector< Aws::String > & GetAlarmNames() const
DescribeAlarmsRequest & WithParentsOfAlarmName(ParentsOfAlarmNameT &&value)
bool ActionPrefixHasBeenSet() const
DescribeAlarmsRequest & WithMaxRecords(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector