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/BatchUpdateDetectorErrorEntry.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace IoTEventsData
43 template<
typename BatchUpdateDetectorErrorEntriesT = Aws::Vector<BatchUpdateDetectorErrorEntry>>
44 void SetBatchUpdateDetectorErrorEntries(BatchUpdateDetectorErrorEntriesT&& value) { m_batchUpdateDetectorErrorEntriesHasBeenSet =
true; m_batchUpdateDetectorErrorEntries = std::forward<BatchUpdateDetectorErrorEntriesT>(value); }
45 template<
typename BatchUpdateDetectorErrorEntriesT = Aws::Vector<BatchUpdateDetectorErrorEntry>>
47 template<
typename BatchUpdateDetectorErrorEntriesT = BatchUpdateDetectorErrorEntry>
54 template<
typename RequestIdT = Aws::String>
55 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
56 template<
typename RequestIdT = Aws::String>
62 bool m_batchUpdateDetectorErrorEntriesHasBeenSet =
false;
65 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< BatchUpdateDetectorErrorEntry > & GetBatchUpdateDetectorErrorEntries() const
AWS_IOTEVENTSDATA_API BatchUpdateDetectorResult()=default
BatchUpdateDetectorResult & WithBatchUpdateDetectorErrorEntries(BatchUpdateDetectorErrorEntriesT &&value)
BatchUpdateDetectorResult & WithRequestId(RequestIdT &&value)
AWS_IOTEVENTSDATA_API BatchUpdateDetectorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_IOTEVENTSDATA_API BatchUpdateDetectorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchUpdateDetectorResult & AddBatchUpdateDetectorErrorEntries(BatchUpdateDetectorErrorEntriesT &&value)
const Aws::String & GetRequestId() const
void SetBatchUpdateDetectorErrorEntries(BatchUpdateDetectorErrorEntriesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue