7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/detective/Detective_EXPORTS.h>
11#include <aws/detective/model/EntityType.h>
12#include <aws/detective/model/Severity.h>
13#include <aws/detective/model/State.h>
14#include <aws/detective/model/Status.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename GraphArnT = Aws::String>
42 m_graphArnHasBeenSet =
true;
43 m_graphArn = std::forward<GraphArnT>(value);
45 template <
typename GraphArnT = Aws::String>
57 template <
typename InvestigationIdT = Aws::String>
59 m_investigationIdHasBeenSet =
true;
60 m_investigationId = std::forward<InvestigationIdT>(value);
62 template <
typename InvestigationIdT = Aws::String>
75 template <
typename EntityArnT = Aws::String>
77 m_entityArnHasBeenSet =
true;
78 m_entityArn = std::forward<EntityArnT>(value);
80 template <
typename EntityArnT = Aws::String>
94 m_entityTypeHasBeenSet =
true;
108 template <
typename CreatedTimeT = Aws::Utils::DateTime>
110 m_createdTimeHasBeenSet =
true;
111 m_createdTime = std::forward<CreatedTimeT>(value);
113 template <
typename CreatedTimeT = Aws::Utils::DateTime>
127 template <
typename ScopeStartTimeT = Aws::Utils::DateTime>
129 m_scopeStartTimeHasBeenSet =
true;
130 m_scopeStartTime = std::forward<ScopeStartTimeT>(value);
132 template <
typename ScopeStartTimeT = Aws::Utils::DateTime>
145 template <
typename ScopeEndTimeT = Aws::Utils::DateTime>
147 m_scopeEndTimeHasBeenSet =
true;
148 m_scopeEndTime = std::forward<ScopeEndTimeT>(value);
150 template <
typename ScopeEndTimeT = Aws::Utils::DateTime>
163 m_statusHasBeenSet =
true;
179 m_severityHasBeenSet =
true;
195 m_stateHasBeenSet =
true;
207 template <
typename RequestIdT = Aws::String>
209 m_requestIdHasBeenSet =
true;
210 m_requestId = std::forward<RequestIdT>(value);
212 template <
typename RequestIdT = Aws::String>
243 bool m_graphArnHasBeenSet =
false;
244 bool m_investigationIdHasBeenSet =
false;
245 bool m_entityArnHasBeenSet =
false;
246 bool m_entityTypeHasBeenSet =
false;
247 bool m_createdTimeHasBeenSet =
false;
248 bool m_scopeStartTimeHasBeenSet =
false;
249 bool m_scopeEndTimeHasBeenSet =
false;
250 bool m_statusHasBeenSet =
false;
251 bool m_severityHasBeenSet =
false;
252 bool m_stateHasBeenSet =
false;
253 bool m_requestIdHasBeenSet =
false;
void SetScopeEndTime(ScopeEndTimeT &&value)
GetInvestigationResult & WithInvestigationId(InvestigationIdT &&value)
GetInvestigationResult & WithGraphArn(GraphArnT &&value)
void SetCreatedTime(CreatedTimeT &&value)
AWS_DETECTIVE_API GetInvestigationResult()=default
AWS_DETECTIVE_API GetInvestigationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetEntityArn() const
const Aws::String & GetRequestId() const
const Aws::Utils::DateTime & GetCreatedTime() const
void SetScopeStartTime(ScopeStartTimeT &&value)
GetInvestigationResult & WithScopeEndTime(ScopeEndTimeT &&value)
GetInvestigationResult & WithSeverity(Severity value)
void SetGraphArn(GraphArnT &&value)
const Aws::String & GetInvestigationId() const
void SetEntityType(EntityType value)
GetInvestigationResult & WithState(State value)
const Aws::Utils::DateTime & GetScopeStartTime() const
GetInvestigationResult & WithRequestId(RequestIdT &&value)
AWS_DETECTIVE_API GetInvestigationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetInvestigationResult & WithEntityArn(EntityArnT &&value)
void SetEntityArn(EntityArnT &&value)
void SetRequestId(RequestIdT &&value)
void SetState(State value)
EntityType GetEntityType() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetInvestigationResult & WithStatus(Status value)
GetInvestigationResult & WithCreatedTime(CreatedTimeT &&value)
Severity GetSeverity() const
void SetInvestigationId(InvestigationIdT &&value)
void SetStatus(Status value)
GetInvestigationResult & WithScopeStartTime(ScopeStartTimeT &&value)
void SetSeverity(Severity value)
GetInvestigationResult & WithEntityType(EntityType value)
const Aws::String & GetGraphArn() const
const Aws::Utils::DateTime & GetScopeEndTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue