7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/detective/Detective_EXPORTS.h>
10#include <aws/detective/model/EntityType.h>
11#include <aws/detective/model/Severity.h>
12#include <aws/detective/model/State.h>
13#include <aws/detective/model/Status.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename GraphArnT = Aws::String>
41 m_graphArnHasBeenSet =
true;
42 m_graphArn = std::forward<GraphArnT>(value);
44 template <
typename GraphArnT = Aws::String>
56 template <
typename InvestigationIdT = Aws::String>
58 m_investigationIdHasBeenSet =
true;
59 m_investigationId = std::forward<InvestigationIdT>(value);
61 template <
typename InvestigationIdT = Aws::String>
74 template <
typename EntityArnT = Aws::String>
76 m_entityArnHasBeenSet =
true;
77 m_entityArn = std::forward<EntityArnT>(value);
79 template <
typename EntityArnT = Aws::String>
93 m_entityTypeHasBeenSet =
true;
107 template <
typename CreatedTimeT = Aws::Utils::DateTime>
109 m_createdTimeHasBeenSet =
true;
110 m_createdTime = std::forward<CreatedTimeT>(value);
112 template <
typename CreatedTimeT = Aws::Utils::DateTime>
126 template <
typename ScopeStartTimeT = Aws::Utils::DateTime>
128 m_scopeStartTimeHasBeenSet =
true;
129 m_scopeStartTime = std::forward<ScopeStartTimeT>(value);
131 template <
typename ScopeStartTimeT = Aws::Utils::DateTime>
144 template <
typename ScopeEndTimeT = Aws::Utils::DateTime>
146 m_scopeEndTimeHasBeenSet =
true;
147 m_scopeEndTime = std::forward<ScopeEndTimeT>(value);
149 template <
typename ScopeEndTimeT = Aws::Utils::DateTime>
162 m_statusHasBeenSet =
true;
178 m_severityHasBeenSet =
true;
194 m_stateHasBeenSet =
true;
206 template <
typename RequestIdT = Aws::String>
208 m_requestIdHasBeenSet =
true;
209 m_requestId = std::forward<RequestIdT>(value);
211 template <
typename RequestIdT = Aws::String>
219 bool m_graphArnHasBeenSet =
false;
222 bool m_investigationIdHasBeenSet =
false;
225 bool m_entityArnHasBeenSet =
false;
228 bool m_entityTypeHasBeenSet =
false;
231 bool m_createdTimeHasBeenSet =
false;
234 bool m_scopeStartTimeHasBeenSet =
false;
237 bool m_scopeEndTimeHasBeenSet =
false;
240 bool m_statusHasBeenSet =
false;
243 bool m_severityHasBeenSet =
false;
246 bool m_stateHasBeenSet =
false;
249 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
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