7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/entityresolution/EntityResolution_EXPORTS.h>
10#include <aws/entityresolution/model/JobStatus.h>
21namespace EntityResolution {
44 template <
typename JobIdT = Aws::String>
46 m_jobIdHasBeenSet =
true;
47 m_jobId = std::forward<JobIdT>(value);
49 template <
typename JobIdT = Aws::String>
51 SetJobId(std::forward<JobIdT>(value));
63 m_statusHasBeenSet =
true;
78 template <
typename StartTimeT = Aws::Utils::DateTime>
80 m_startTimeHasBeenSet =
true;
81 m_startTime = std::forward<StartTimeT>(value);
83 template <
typename StartTimeT = Aws::Utils::DateTime>
96 template <
typename EndTimeT = Aws::Utils::DateTime>
98 m_endTimeHasBeenSet =
true;
99 m_endTime = std::forward<EndTimeT>(value);
101 template <
typename EndTimeT = Aws::Utils::DateTime>
115 bool m_jobIdHasBeenSet =
false;
116 bool m_statusHasBeenSet =
false;
117 bool m_startTimeHasBeenSet =
false;
118 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