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>
40 template <
typename AlarmNamesT = Aws::Vector<Aws::String>>
42 m_alarmNamesHasBeenSet =
true;
43 m_alarmNames = std::forward<AlarmNamesT>(value);
45 template <
typename AlarmNamesT = Aws::Vector<Aws::String>>
50 template <
typename AlarmNamesT = Aws::String>
52 m_alarmNamesHasBeenSet =
true;
53 m_alarmNames.emplace_back(std::forward<AlarmNamesT>(value));
59 bool m_alarmNamesHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Aws::String > & GetAlarmNames() const
void SetAlarmNames(AlarmNamesT &&value)
EnableAlarmActionsRequest & WithAlarmNames(AlarmNamesT &&value)
AWS_CLOUDWATCH_API Aws::String SerializePayload() const override
EnableAlarmActionsRequest & AddAlarmNames(AlarmNamesT &&value)
AWS_CLOUDWATCH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool AlarmNamesHasBeenSet() const
AWS_CLOUDWATCH_API EnableAlarmActionsRequest()=default
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