7#include <aws/accessanalyzer/AccessAnalyzer_EXPORTS.h>
8#include <aws/accessanalyzer/model/JobError.h>
9#include <aws/accessanalyzer/model/JobStatus.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
22namespace AccessAnalyzer {
48 template <
typename JobIdT = Aws::String>
50 m_jobIdHasBeenSet =
true;
51 m_jobId = std::forward<JobIdT>(value);
53 template <
typename JobIdT = Aws::String>
55 SetJobId(std::forward<JobIdT>(value));
67 m_statusHasBeenSet =
true;
82 template <
typename StartedOnT = Aws::Utils::DateTime>
84 m_startedOnHasBeenSet =
true;
85 m_startedOn = std::forward<StartedOnT>(value);
87 template <
typename StartedOnT = Aws::Utils::DateTime>
100 template <
typename CompletedOnT = Aws::Utils::DateTime>
102 m_completedOnHasBeenSet =
true;
103 m_completedOn = std::forward<CompletedOnT>(value);
105 template <
typename CompletedOnT = Aws::Utils::DateTime>
118 template <
typename JobErrorT = JobError>
120 m_jobErrorHasBeenSet =
true;
121 m_jobError = std::forward<JobErrorT>(value);
123 template <
typename JobErrorT = JobError>
139 bool m_jobIdHasBeenSet =
false;
140 bool m_statusHasBeenSet =
false;
141 bool m_startedOnHasBeenSet =
false;
142 bool m_completedOnHasBeenSet =
false;
143 bool m_jobErrorHasBeenSet =
false;
bool StatusHasBeenSet() const
AWS_ACCESSANALYZER_API JobDetails()=default
void SetJobId(JobIdT &&value)
AWS_ACCESSANALYZER_API JobDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobError(JobErrorT &&value)
bool CompletedOnHasBeenSet() const
AWS_ACCESSANALYZER_API JobDetails(Aws::Utils::Json::JsonView jsonValue)
bool JobErrorHasBeenSet() const
JobDetails & WithJobError(JobErrorT &&value)
void SetCompletedOn(CompletedOnT &&value)
JobDetails & WithStartedOn(StartedOnT &&value)
const Aws::Utils::DateTime & GetStartedOn() const
void SetStartedOn(StartedOnT &&value)
JobStatus GetStatus() const
AWS_ACCESSANALYZER_API Aws::Utils::Json::JsonValue Jsonize() const
JobDetails & WithStatus(JobStatus value)
bool StartedOnHasBeenSet() const
JobDetails & WithCompletedOn(CompletedOnT &&value)
void SetStatus(JobStatus value)
bool JobIdHasBeenSet() const
const JobError & GetJobError() const
JobDetails & WithJobId(JobIdT &&value)
const Aws::Utils::DateTime & GetCompletedOn() const
const Aws::String & GetJobId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue