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>
96 template <
typename AlarmTypesT = Aws::Vector<AlarmType>>
98 m_alarmTypesHasBeenSet =
true;
99 m_alarmTypes = std::forward<AlarmTypesT>(value);
101 template <
typename AlarmTypesT = Aws::Vector<AlarmType>>
107 m_alarmTypesHasBeenSet =
true;
108 m_alarmTypes.push_back(value);
133 template <
typename ChildrenOfAlarmNameT = Aws::String>
135 m_childrenOfAlarmNameHasBeenSet =
true;
136 m_childrenOfAlarmName = std::forward<ChildrenOfAlarmNameT>(value);
138 template <
typename ChildrenOfAlarmNameT = Aws::String>
162 template <
typename ParentsOfAlarmNameT = Aws::String>
164 m_parentsOfAlarmNameHasBeenSet =
true;
165 m_parentsOfAlarmName = std::forward<ParentsOfAlarmNameT>(value);
167 template <
typename ParentsOfAlarmNameT = Aws::String>
182 m_stateValueHasBeenSet =
true;
183 m_stateValue = value;
199 template <
typename ActionPrefixT = Aws::String>
201 m_actionPrefixHasBeenSet =
true;
202 m_actionPrefix = std::forward<ActionPrefixT>(value);
204 template <
typename ActionPrefixT = Aws::String>
218 m_maxRecordsHasBeenSet =
true;
219 m_maxRecords = value;
234 template <
typename NextTokenT = Aws::String>
236 m_nextTokenHasBeenSet =
true;
237 m_nextToken = std::forward<NextTokenT>(value);
239 template <
typename NextTokenT = Aws::String>
263 bool m_alarmNamesHasBeenSet =
false;
264 bool m_alarmNamePrefixHasBeenSet =
false;
265 bool m_alarmTypesHasBeenSet =
false;
266 bool m_childrenOfAlarmNameHasBeenSet =
false;
267 bool m_parentsOfAlarmNameHasBeenSet =
false;
268 bool m_stateValueHasBeenSet =
false;
269 bool m_actionPrefixHasBeenSet =
false;
270 bool m_maxRecordsHasBeenSet =
false;
271 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