AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListDetectorsResult.h
1
6#pragma once
7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace GuardDuty
25{
26namespace Model
27{
29 {
30 public:
31 AWS_GUARDDUTY_API ListDetectorsResult();
34
35
37
40 inline const Aws::Vector<Aws::String>& GetDetectorIds() const{ return m_detectorIds; }
41 inline void SetDetectorIds(const Aws::Vector<Aws::String>& value) { m_detectorIds = value; }
42 inline void SetDetectorIds(Aws::Vector<Aws::String>&& value) { m_detectorIds = std::move(value); }
43 inline ListDetectorsResult& WithDetectorIds(const Aws::Vector<Aws::String>& value) { SetDetectorIds(value); return *this;}
44 inline ListDetectorsResult& WithDetectorIds(Aws::Vector<Aws::String>&& value) { SetDetectorIds(std::move(value)); return *this;}
45 inline ListDetectorsResult& AddDetectorIds(const Aws::String& value) { m_detectorIds.push_back(value); return *this; }
46 inline ListDetectorsResult& AddDetectorIds(Aws::String&& value) { m_detectorIds.push_back(std::move(value)); return *this; }
47 inline ListDetectorsResult& AddDetectorIds(const char* value) { m_detectorIds.push_back(value); return *this; }
49
51
55 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
56 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
57 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
58 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
59 inline ListDetectorsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
60 inline ListDetectorsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
61 inline ListDetectorsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
63
65
66 inline const Aws::String& GetRequestId() const{ return m_requestId; }
67 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
68 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
69 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
70 inline ListDetectorsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
71 inline ListDetectorsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
72 inline ListDetectorsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
74 private:
75
76 Aws::Vector<Aws::String> m_detectorIds;
77
78 Aws::String m_nextToken;
79
80 Aws::String m_requestId;
81 };
82
83} // namespace Model
84} // namespace GuardDuty
85} // namespace Aws
ListDetectorsResult & AddDetectorIds(const char *value)
ListDetectorsResult & AddDetectorIds(const Aws::String &value)
ListDetectorsResult & WithRequestId(const char *value)
ListDetectorsResult & WithDetectorIds(Aws::Vector< Aws::String > &&value)
ListDetectorsResult & WithNextToken(Aws::String &&value)
void SetDetectorIds(const Aws::Vector< Aws::String > &value)
void SetDetectorIds(Aws::Vector< Aws::String > &&value)
ListDetectorsResult & WithNextToken(const char *value)
ListDetectorsResult & WithRequestId(Aws::String &&value)
ListDetectorsResult & WithNextToken(const Aws::String &value)
ListDetectorsResult & WithRequestId(const Aws::String &value)
void SetRequestId(const Aws::String &value)
AWS_GUARDDUTY_API ListDetectorsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNextToken(const Aws::String &value)
const Aws::Vector< Aws::String > & GetDetectorIds() const
ListDetectorsResult & WithDetectorIds(const Aws::Vector< Aws::String > &value)
AWS_GUARDDUTY_API ListDetectorsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListDetectorsResult & AddDetectorIds(Aws::String &&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