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>
46 template<
typename AlarmNamesT = Aws::Vector<Aws::String>>
47 void SetAlarmNames(AlarmNamesT&& value) { m_alarmNamesHasBeenSet =
true; m_alarmNames = std::forward<AlarmNamesT>(value); }
48 template<
typename AlarmNamesT = Aws::Vector<Aws::String>>
50 template<
typename AlarmNamesT = Aws::String>
56 bool m_alarmNamesHasBeenSet =
false;
AWS_CLOUDWATCH_API Aws::String SerializePayload() const override
bool AlarmNamesHasBeenSet() const
virtual const char * GetServiceRequestName() const override
DisableAlarmActionsRequest & AddAlarmNames(AlarmNamesT &&value)
void SetAlarmNames(AlarmNamesT &&value)
const Aws::Vector< Aws::String > & GetAlarmNames() const
AWS_CLOUDWATCH_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_CLOUDWATCH_API DisableAlarmActionsRequest()=default
DisableAlarmActionsRequest & WithAlarmNames(AlarmNamesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector