7#include <aws/entityresolution/EntityResolution_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/model/JobStatus.h>
10#include <aws/core/utils/DateTime.h>
23namespace EntityResolution
50 template<
typename JobIdT = Aws::String>
51 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
52 template<
typename JobIdT = Aws::String>
72 template<
typename StartTimeT = Aws::Utils::DateTime>
73 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
74 template<
typename StartTimeT = Aws::Utils::DateTime>
84 template<
typename EndTimeT = Aws::Utils::DateTime>
85 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
86 template<
typename EndTimeT = Aws::Utils::DateTime>
92 bool m_jobIdHasBeenSet =
false;
95 bool m_statusHasBeenSet =
false;
98 bool m_startTimeHasBeenSet =
false;
101 bool m_endTimeHasBeenSet =
false;
AWS_ENTITYRESOLUTION_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ENTITYRESOLUTION_API JobSummary(Aws::Utils::Json::JsonView jsonValue)
JobSummary & WithEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetStartTime() const
JobSummary & WithStatus(JobStatus value)
void SetStartTime(StartTimeT &&value)
bool StartTimeHasBeenSet() const
JobSummary & WithStartTime(StartTimeT &&value)
AWS_ENTITYRESOLUTION_API JobSummary()=default
const Aws::String & GetJobId() const
bool EndTimeHasBeenSet() const
JobSummary & WithJobId(JobIdT &&value)
AWS_ENTITYRESOLUTION_API JobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEndTime(EndTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
void SetStatus(JobStatus value)
bool JobIdHasBeenSet() const
void SetJobId(JobIdT &&value)
JobStatus GetStatus() const
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue