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/BatchDeleteDetectorErrorEntry.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace IoTEventsData
57 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
BatchDeleteDetectorResult & AddBatchDeleteDetectorErrorEntries(const BatchDeleteDetectorErrorEntry &value)
AWS_IOTEVENTSDATA_API BatchDeleteDetectorResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchDeleteDetectorResult & WithRequestId(Aws::String &&value)
BatchDeleteDetectorResult & AddBatchDeleteDetectorErrorEntries(BatchDeleteDetectorErrorEntry &&value)
const Aws::Vector< BatchDeleteDetectorErrorEntry > & GetBatchDeleteDetectorErrorEntries() const
BatchDeleteDetectorResult & WithBatchDeleteDetectorErrorEntries(Aws::Vector< BatchDeleteDetectorErrorEntry > &&value)
AWS_IOTEVENTSDATA_API BatchDeleteDetectorResult()
void SetBatchDeleteDetectorErrorEntries(Aws::Vector< BatchDeleteDetectorErrorEntry > &&value)
const Aws::String & GetRequestId() const
BatchDeleteDetectorResult & WithRequestId(const Aws::String &value)
BatchDeleteDetectorResult & WithRequestId(const char *value)
void SetRequestId(Aws::String &&value)
BatchDeleteDetectorResult & WithBatchDeleteDetectorErrorEntries(const Aws::Vector< BatchDeleteDetectorErrorEntry > &value)
void SetRequestId(const Aws::String &value)
AWS_IOTEVENTSDATA_API BatchDeleteDetectorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBatchDeleteDetectorErrorEntries(const Aws::Vector< BatchDeleteDetectorErrorEntry > &value)
void SetRequestId(const char *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