7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/macie2/Macie2_EXPORTS.h>
9#include <aws/macie2/model/ClassificationResult.h>
10#include <aws/macie2/model/OriginType.h>
46 template <
typename DetailedResultsLocationT = Aws::String>
48 m_detailedResultsLocationHasBeenSet =
true;
49 m_detailedResultsLocation = std::forward<DetailedResultsLocationT>(value);
51 template <
typename DetailedResultsLocationT = Aws::String>
66 template <
typename JobArnT = Aws::String>
68 m_jobArnHasBeenSet =
true;
69 m_jobArn = std::forward<JobArnT>(value);
71 template <
typename JobArnT = Aws::String>
86 template <
typename JobIdT = Aws::String>
88 m_jobIdHasBeenSet =
true;
89 m_jobId = std::forward<JobIdT>(value);
91 template <
typename JobIdT = Aws::String>
93 SetJobId(std::forward<JobIdT>(value));
108 m_originTypeHasBeenSet =
true;
109 m_originType = value;
123 template <
typename ResultT = ClassificationResult>
125 m_resultHasBeenSet =
true;
126 m_result = std::forward<ResultT>(value);
128 template <
typename ResultT = ClassificationResult>
143 ClassificationResult m_result;
144 bool m_detailedResultsLocationHasBeenSet =
false;
145 bool m_jobArnHasBeenSet =
false;
146 bool m_jobIdHasBeenSet =
false;
147 bool m_originTypeHasBeenSet =
false;
148 bool m_resultHasBeenSet =
false;
void SetDetailedResultsLocation(DetailedResultsLocationT &&value)
bool JobArnHasBeenSet() const
ClassificationDetails & WithJobId(JobIdT &&value)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOriginType(OriginType value)
void SetResult(ResultT &&value)
const ClassificationResult & GetResult() const
ClassificationDetails & WithDetailedResultsLocation(DetailedResultsLocationT &&value)
OriginType GetOriginType() const
bool DetailedResultsLocationHasBeenSet() const
AWS_MACIE2_API ClassificationDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
ClassificationDetails & WithJobArn(JobArnT &&value)
const Aws::String & GetJobArn() const
bool OriginTypeHasBeenSet() const
const Aws::String & GetJobId() const
ClassificationDetails & WithOriginType(OriginType value)
void SetJobId(JobIdT &&value)
AWS_MACIE2_API ClassificationDetails(Aws::Utils::Json::JsonView jsonValue)
bool JobIdHasBeenSet() const
void SetJobArn(JobArnT &&value)
AWS_MACIE2_API ClassificationDetails()=default
ClassificationDetails & WithResult(ResultT &&value)
bool ResultHasBeenSet() const
const Aws::String & GetDetailedResultsLocation() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue