AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ListIndicatorsResult.h
1
6#pragma once
7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/detective/model/Indicator.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 Detective
26{
27namespace Model
28{
30 {
31 public:
32 AWS_DETECTIVE_API ListIndicatorsResult();
35
36
38
41 inline const Aws::String& GetGraphArn() const{ return m_graphArn; }
42 inline void SetGraphArn(const Aws::String& value) { m_graphArn = value; }
43 inline void SetGraphArn(Aws::String&& value) { m_graphArn = std::move(value); }
44 inline void SetGraphArn(const char* value) { m_graphArn.assign(value); }
45 inline ListIndicatorsResult& WithGraphArn(const Aws::String& value) { SetGraphArn(value); return *this;}
46 inline ListIndicatorsResult& WithGraphArn(Aws::String&& value) { SetGraphArn(std::move(value)); return *this;}
47 inline ListIndicatorsResult& WithGraphArn(const char* value) { SetGraphArn(value); return *this;}
49
51
54 inline const Aws::String& GetInvestigationId() const{ return m_investigationId; }
55 inline void SetInvestigationId(const Aws::String& value) { m_investigationId = value; }
56 inline void SetInvestigationId(Aws::String&& value) { m_investigationId = std::move(value); }
57 inline void SetInvestigationId(const char* value) { m_investigationId.assign(value); }
58 inline ListIndicatorsResult& WithInvestigationId(const Aws::String& value) { SetInvestigationId(value); return *this;}
59 inline ListIndicatorsResult& WithInvestigationId(Aws::String&& value) { SetInvestigationId(std::move(value)); return *this;}
60 inline ListIndicatorsResult& WithInvestigationId(const char* value) { SetInvestigationId(value); return *this;}
62
64
71 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
72 inline void SetNextToken(const Aws::String& value) { m_nextToken = value; }
73 inline void SetNextToken(Aws::String&& value) { m_nextToken = std::move(value); }
74 inline void SetNextToken(const char* value) { m_nextToken.assign(value); }
75 inline ListIndicatorsResult& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
76 inline ListIndicatorsResult& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
77 inline ListIndicatorsResult& WithNextToken(const char* value) { SetNextToken(value); return *this;}
79
81
84 inline const Aws::Vector<Indicator>& GetIndicators() const{ return m_indicators; }
85 inline void SetIndicators(const Aws::Vector<Indicator>& value) { m_indicators = value; }
86 inline void SetIndicators(Aws::Vector<Indicator>&& value) { m_indicators = std::move(value); }
87 inline ListIndicatorsResult& WithIndicators(const Aws::Vector<Indicator>& value) { SetIndicators(value); return *this;}
88 inline ListIndicatorsResult& WithIndicators(Aws::Vector<Indicator>&& value) { SetIndicators(std::move(value)); return *this;}
89 inline ListIndicatorsResult& AddIndicators(const Indicator& value) { m_indicators.push_back(value); return *this; }
90 inline ListIndicatorsResult& AddIndicators(Indicator&& value) { m_indicators.push_back(std::move(value)); return *this; }
92
94
95 inline const Aws::String& GetRequestId() const{ return m_requestId; }
96 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
97 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
98 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
99 inline ListIndicatorsResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
100 inline ListIndicatorsResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
101 inline ListIndicatorsResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
103 private:
104
105 Aws::String m_graphArn;
106
107 Aws::String m_investigationId;
108
109 Aws::String m_nextToken;
110
111 Aws::Vector<Indicator> m_indicators;
112
113 Aws::String m_requestId;
114 };
115
116} // namespace Model
117} // namespace Detective
118} // namespace Aws
ListIndicatorsResult & AddIndicators(Indicator &&value)
const Aws::Vector< Indicator > & GetIndicators() const
void SetIndicators(const Aws::Vector< Indicator > &value)
void SetInvestigationId(const Aws::String &value)
ListIndicatorsResult & WithInvestigationId(const char *value)
ListIndicatorsResult & WithInvestigationId(const Aws::String &value)
ListIndicatorsResult & WithIndicators(Aws::Vector< Indicator > &&value)
ListIndicatorsResult & WithRequestId(Aws::String &&value)
ListIndicatorsResult & WithGraphArn(Aws::String &&value)
ListIndicatorsResult & WithRequestId(const Aws::String &value)
ListIndicatorsResult & WithGraphArn(const char *value)
ListIndicatorsResult & AddIndicators(const Indicator &value)
void SetIndicators(Aws::Vector< Indicator > &&value)
AWS_DETECTIVE_API ListIndicatorsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DETECTIVE_API ListIndicatorsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListIndicatorsResult & WithRequestId(const char *value)
ListIndicatorsResult & WithIndicators(const Aws::Vector< Indicator > &value)
ListIndicatorsResult & WithNextToken(const char *value)
ListIndicatorsResult & WithNextToken(Aws::String &&value)
ListIndicatorsResult & WithGraphArn(const Aws::String &value)
ListIndicatorsResult & WithNextToken(const Aws::String &value)
ListIndicatorsResult & WithInvestigationId(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