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
56 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::Vector< BatchUpdateDetectorErrorEntry > & GetBatchUpdateDetectorErrorEntries() const
BatchUpdateDetectorResult & WithRequestId(Aws::String &&value)
BatchUpdateDetectorResult & WithBatchUpdateDetectorErrorEntries(const Aws::Vector< BatchUpdateDetectorErrorEntry > &value)
BatchUpdateDetectorResult & AddBatchUpdateDetectorErrorEntries(const BatchUpdateDetectorErrorEntry &value)
void SetRequestId(Aws::String &&value)
void SetBatchUpdateDetectorErrorEntries(Aws::Vector< BatchUpdateDetectorErrorEntry > &&value)
BatchUpdateDetectorResult & WithRequestId(const char *value)
void SetRequestId(const char *value)
void SetRequestId(const Aws::String &value)
BatchUpdateDetectorResult & AddBatchUpdateDetectorErrorEntries(BatchUpdateDetectorErrorEntry &&value)
AWS_IOTEVENTSDATA_API BatchUpdateDetectorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchUpdateDetectorResult & WithBatchUpdateDetectorErrorEntries(Aws::Vector< BatchUpdateDetectorErrorEntry > &&value)
AWS_IOTEVENTSDATA_API BatchUpdateDetectorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBatchUpdateDetectorErrorEntries(const Aws::Vector< BatchUpdateDetectorErrorEntry > &value)
BatchUpdateDetectorResult & WithRequestId(const Aws::String &value)
const Aws::String & GetRequestId() const
AWS_IOTEVENTSDATA_API BatchUpdateDetectorResult()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue