7#include <aws/macie2/Macie2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/macie2/model/OriginType.h>
10#include <aws/macie2/model/ClassificationResult.h>
52 template<
typename DetailedResultsLocationT = Aws::String>
53 void SetDetailedResultsLocation(DetailedResultsLocationT&& value) { m_detailedResultsLocationHasBeenSet =
true; m_detailedResultsLocation = std::forward<DetailedResultsLocationT>(value); }
54 template<
typename DetailedResultsLocationT = Aws::String>
66 template<
typename JobArnT = Aws::String>
67 void SetJobArn(JobArnT&& value) { m_jobArnHasBeenSet =
true; m_jobArn = std::forward<JobArnT>(value); }
68 template<
typename JobArnT = Aws::String>
80 template<
typename JobIdT = Aws::String>
81 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
82 template<
typename JobIdT = Aws::String>
105 template<
typename ResultT = ClassificationResult>
106 void SetResult(ResultT&& value) { m_resultHasBeenSet =
true; m_result = std::forward<ResultT>(value); }
107 template<
typename ResultT = ClassificationResult>
113 bool m_detailedResultsLocationHasBeenSet =
false;
116 bool m_jobArnHasBeenSet =
false;
119 bool m_jobIdHasBeenSet =
false;
122 bool m_originTypeHasBeenSet =
false;
124 ClassificationResult m_result;
125 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