7#include <aws/iotevents-data/IoTEventsData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iotevents-data/model/BatchAlarmActionErrorEntry.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace IoTEventsData
44 template<
typename ErrorEntriesT = Aws::Vector<BatchAlarmActionErrorEntry>>
45 void SetErrorEntries(ErrorEntriesT&& value) { m_errorEntriesHasBeenSet =
true; m_errorEntries = std::forward<ErrorEntriesT>(value); }
46 template<
typename ErrorEntriesT = Aws::Vector<BatchAlarmActionErrorEntry>>
48 template<
typename ErrorEntriesT = BatchAlarmActionErrorEntry>
55 template<
typename RequestIdT = Aws::String>
56 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
57 template<
typename RequestIdT = Aws::String>
63 bool m_errorEntriesHasBeenSet =
false;
66 bool m_requestIdHasBeenSet =
false;
AWS_IOTEVENTSDATA_API BatchAcknowledgeAlarmResult()=default
BatchAcknowledgeAlarmResult & WithErrorEntries(ErrorEntriesT &&value)
const Aws::Vector< BatchAlarmActionErrorEntry > & GetErrorEntries() const
void SetRequestId(RequestIdT &&value)
BatchAcknowledgeAlarmResult & WithRequestId(RequestIdT &&value)
BatchAcknowledgeAlarmResult & AddErrorEntries(ErrorEntriesT &&value)
AWS_IOTEVENTSDATA_API BatchAcknowledgeAlarmResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IOTEVENTSDATA_API BatchAcknowledgeAlarmResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetErrorEntries(ErrorEntriesT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue