AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BatchDeleteDetectorResult.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15template<typename RESULT_TYPE>
16class AmazonWebServiceResult;
17
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23} // namespace Json
24} // namespace Utils
25namespace IoTEventsData
26{
27namespace Model
28{
30 {
31 public:
32 AWS_IOTEVENTSDATA_API BatchDeleteDetectorResult();
35
36
38
43 inline const Aws::Vector<BatchDeleteDetectorErrorEntry>& GetBatchDeleteDetectorErrorEntries() const{ return m_batchDeleteDetectorErrorEntries; }
44 inline void SetBatchDeleteDetectorErrorEntries(const Aws::Vector<BatchDeleteDetectorErrorEntry>& value) { m_batchDeleteDetectorErrorEntries = value; }
45 inline void SetBatchDeleteDetectorErrorEntries(Aws::Vector<BatchDeleteDetectorErrorEntry>&& value) { m_batchDeleteDetectorErrorEntries = std::move(value); }
48 inline BatchDeleteDetectorResult& AddBatchDeleteDetectorErrorEntries(const BatchDeleteDetectorErrorEntry& value) { m_batchDeleteDetectorErrorEntries.push_back(value); return *this; }
49 inline BatchDeleteDetectorResult& AddBatchDeleteDetectorErrorEntries(BatchDeleteDetectorErrorEntry&& value) { m_batchDeleteDetectorErrorEntries.push_back(std::move(value)); return *this; }
51
53
54 inline const Aws::String& GetRequestId() const{ return m_requestId; }
55 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
56 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
57 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
58 inline BatchDeleteDetectorResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
59 inline BatchDeleteDetectorResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
60 inline BatchDeleteDetectorResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
62 private:
63
64 Aws::Vector<BatchDeleteDetectorErrorEntry> m_batchDeleteDetectorErrorEntries;
65
66 Aws::String m_requestId;
67 };
68
69} // namespace Model
70} // namespace IoTEventsData
71} // namespace Aws
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)
void SetBatchDeleteDetectorErrorEntries(Aws::Vector< BatchDeleteDetectorErrorEntry > &&value)
BatchDeleteDetectorResult & WithRequestId(const Aws::String &value)
BatchDeleteDetectorResult & WithRequestId(const char *value)
BatchDeleteDetectorResult & WithBatchDeleteDetectorErrorEntries(const Aws::Vector< BatchDeleteDetectorErrorEntry > &value)
AWS_IOTEVENTSDATA_API BatchDeleteDetectorResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBatchDeleteDetectorErrorEntries(const Aws::Vector< BatchDeleteDetectorErrorEntry > &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