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>
46 template <
typename InvestigationIdT = Aws::String>
48 m_investigationIdHasBeenSet =
true;
49 m_investigationId = std::forward<InvestigationIdT>(value);
51 template <
typename InvestigationIdT = Aws::String>
66 m_severityHasBeenSet =
true;
82 m_statusHasBeenSet =
true;
99 m_stateHasBeenSet =
true;
116 template <
typename CreatedTimeT = Aws::Utils::DateTime>
118 m_createdTimeHasBeenSet =
true;
119 m_createdTime = std::forward<CreatedTimeT>(value);
121 template <
typename CreatedTimeT = Aws::Utils::DateTime>
134 template <
typename EntityArnT = Aws::String>
136 m_entityArnHasBeenSet =
true;
137 m_entityArn = std::forward<EntityArnT>(value);
139 template <
typename EntityArnT = Aws::String>
154 m_entityTypeHasBeenSet =
true;
155 m_entityType = value;
164 bool m_investigationIdHasBeenSet =
false;
167 bool m_severityHasBeenSet =
false;
170 bool m_statusHasBeenSet =
false;
173 bool m_stateHasBeenSet =
false;
176 bool m_createdTimeHasBeenSet =
false;
179 bool m_entityArnHasBeenSet =
false;
182 bool m_entityTypeHasBeenSet =
false;
InvestigationDetail & WithCreatedTime(CreatedTimeT &&value)
bool InvestigationIdHasBeenSet() const
void SetEntityType(EntityType value)
InvestigationDetail & WithEntityArn(EntityArnT &&value)
InvestigationDetail & WithStatus(Status value)
bool StateHasBeenSet() const
void SetState(State value)
bool EntityArnHasBeenSet() const
InvestigationDetail & WithEntityType(EntityType value)
void SetInvestigationId(InvestigationIdT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
AWS_DETECTIVE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSeverity(Severity value)
const Aws::String & GetInvestigationId() const
bool EntityTypeHasBeenSet() const
bool SeverityHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
InvestigationDetail & WithSeverity(Severity value)
AWS_DETECTIVE_API InvestigationDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DETECTIVE_API InvestigationDetail()=default
InvestigationDetail & WithState(State value)
void SetStatus(Status value)
const Aws::String & GetEntityArn() const
bool CreatedTimeHasBeenSet() const
void SetEntityArn(EntityArnT &&value)
EntityType GetEntityType() const
InvestigationDetail & WithInvestigationId(InvestigationIdT &&value)
bool StatusHasBeenSet() const
Severity GetSeverity() const
AWS_DETECTIVE_API InvestigationDetail(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue