7#include <aws/detective/Detective_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/detective/model/EntityType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/detective/model/Status.h>
12#include <aws/detective/model/Severity.h>
13#include <aws/detective/model/State.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename GraphArnT = Aws::String>
46 void SetGraphArn(GraphArnT&& value) { m_graphArnHasBeenSet =
true; m_graphArn = std::forward<GraphArnT>(value); }
47 template<
typename GraphArnT = Aws::String>
56 template<
typename InvestigationIdT = Aws::String>
57 void SetInvestigationId(InvestigationIdT&& value) { m_investigationIdHasBeenSet =
true; m_investigationId = std::forward<InvestigationIdT>(value); }
58 template<
typename InvestigationIdT = Aws::String>
68 template<
typename EntityArnT = Aws::String>
69 void SetEntityArn(EntityArnT&& value) { m_entityArnHasBeenSet =
true; m_entityArn = std::forward<EntityArnT>(value); }
70 template<
typename EntityArnT = Aws::String>
89 template<
typename CreatedTimeT = Aws::Utils::DateTime>
90 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
91 template<
typename CreatedTimeT = Aws::Utils::DateTime>
102 template<
typename ScopeStartTimeT = Aws::Utils::DateTime>
103 void SetScopeStartTime(ScopeStartTimeT&& value) { m_scopeStartTimeHasBeenSet =
true; m_scopeStartTime = std::forward<ScopeStartTimeT>(value); }
104 template<
typename ScopeStartTimeT = Aws::Utils::DateTime>
114 template<
typename ScopeEndTimeT = Aws::Utils::DateTime>
115 void SetScopeEndTime(ScopeEndTimeT&& value) { m_scopeEndTimeHasBeenSet =
true; m_scopeEndTime = std::forward<ScopeEndTimeT>(value); }
116 template<
typename ScopeEndTimeT = Aws::Utils::DateTime>
145 inline void SetState(
State value) { m_stateHasBeenSet =
true; m_state = value; }
152 template<
typename RequestIdT = Aws::String>
153 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
154 template<
typename RequestIdT = Aws::String>
160 bool m_graphArnHasBeenSet =
false;
163 bool m_investigationIdHasBeenSet =
false;
166 bool m_entityArnHasBeenSet =
false;
169 bool m_entityTypeHasBeenSet =
false;
172 bool m_createdTimeHasBeenSet =
false;
175 bool m_scopeStartTimeHasBeenSet =
false;
178 bool m_scopeEndTimeHasBeenSet =
false;
181 bool m_statusHasBeenSet =
false;
184 bool m_severityHasBeenSet =
false;
187 bool m_stateHasBeenSet =
false;
190 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