7#include <aws/iotevents-data/IoTEventsData_EXPORTS.h>
8#include <aws/iotevents-data/IoTEventsDataRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/iotevents-data/model/EnableAlarmActionRequest.h>
15namespace IoTEventsData
53 bool m_enableActionRequestsHasBeenSet =
false;
BatchEnableAlarmRequest & AddEnableActionRequests(const EnableAlarmActionRequest &value)
void SetEnableActionRequests(const Aws::Vector< EnableAlarmActionRequest > &value)
void SetEnableActionRequests(Aws::Vector< EnableAlarmActionRequest > &&value)
bool EnableActionRequestsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
BatchEnableAlarmRequest & WithEnableActionRequests(const Aws::Vector< EnableAlarmActionRequest > &value)
BatchEnableAlarmRequest & AddEnableActionRequests(EnableAlarmActionRequest &&value)
AWS_IOTEVENTSDATA_API BatchEnableAlarmRequest()
AWS_IOTEVENTSDATA_API Aws::String SerializePayload() const override
BatchEnableAlarmRequest & WithEnableActionRequests(Aws::Vector< EnableAlarmActionRequest > &&value)
const Aws::Vector< EnableAlarmActionRequest > & GetEnableActionRequests() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector