7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/monitoring/CloudWatchRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/monitoring/model/StateValue.h>
12#include <aws/monitoring/model/AlarmType.h>
48 template<
typename AlarmNamesT = Aws::Vector<Aws::String>>
49 void SetAlarmNames(AlarmNamesT&& value) { m_alarmNamesHasBeenSet =
true; m_alarmNames = std::forward<AlarmNamesT>(value); }
50 template<
typename AlarmNamesT = Aws::Vector<Aws::String>>
52 template<
typename AlarmNamesT = Aws::String>
64 template<
typename AlarmNamePrefixT = Aws::String>
65 void SetAlarmNamePrefix(AlarmNamePrefixT&& value) { m_alarmNamePrefixHasBeenSet =
true; m_alarmNamePrefix = std::forward<AlarmNamePrefixT>(value); }
66 template<
typename AlarmNamePrefixT = Aws::String>
83 template<
typename AlarmTypesT = Aws::Vector<AlarmType>>
84 void SetAlarmTypes(AlarmTypesT&& value) { m_alarmTypesHasBeenSet =
true; m_alarmTypes = std::forward<AlarmTypesT>(value); }
85 template<
typename AlarmTypesT = Aws::Vector<AlarmType>>
110 template<
typename ChildrenOfAlarmNameT = Aws::String>
111 void SetChildrenOfAlarmName(ChildrenOfAlarmNameT&& value) { m_childrenOfAlarmNameHasBeenSet =
true; m_childrenOfAlarmName = std::forward<ChildrenOfAlarmNameT>(value); }
112 template<
typename ChildrenOfAlarmNameT = Aws::String>
133 template<
typename ParentsOfAlarmNameT = Aws::String>
134 void SetParentsOfAlarmName(ParentsOfAlarmNameT&& value) { m_parentsOfAlarmNameHasBeenSet =
true; m_parentsOfAlarmName = std::forward<ParentsOfAlarmNameT>(value); }
135 template<
typename ParentsOfAlarmNameT = Aws::String>
158 template<
typename ActionPrefixT = Aws::String>
159 void SetActionPrefix(ActionPrefixT&& value) { m_actionPrefixHasBeenSet =
true; m_actionPrefix = std::forward<ActionPrefixT>(value); }
160 template<
typename ActionPrefixT = Aws::String>
170 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
181 template<
typename NextTokenT = Aws::String>
182 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
183 template<
typename NextTokenT = Aws::String>
189 bool m_alarmNamesHasBeenSet =
false;
192 bool m_alarmNamePrefixHasBeenSet =
false;
195 bool m_alarmTypesHasBeenSet =
false;
198 bool m_childrenOfAlarmNameHasBeenSet =
false;
201 bool m_parentsOfAlarmNameHasBeenSet =
false;
204 bool m_stateValueHasBeenSet =
false;
207 bool m_actionPrefixHasBeenSet =
false;
210 bool m_maxRecordsHasBeenSet =
false;
213 bool m_nextTokenHasBeenSet =
false;
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)
AWS_CLOUDWATCH_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector