7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/model/JobStatus.h>
9#include <aws/amplify/model/JobType.h>
10#include <aws/amplify/model/SourceUrlType.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename JobArnT = Aws::String>
47 m_jobArnHasBeenSet =
true;
48 m_jobArn = std::forward<JobArnT>(value);
50 template <
typename JobArnT = Aws::String>
63 template <
typename JobIdT = Aws::String>
65 m_jobIdHasBeenSet =
true;
66 m_jobId = std::forward<JobIdT>(value);
68 template <
typename JobIdT = Aws::String>
70 SetJobId(std::forward<JobIdT>(value));
81 template <
typename CommitIdT = Aws::String>
83 m_commitIdHasBeenSet =
true;
84 m_commitId = std::forward<CommitIdT>(value);
86 template <
typename CommitIdT = Aws::String>
99 template <
typename CommitMessageT = Aws::String>
101 m_commitMessageHasBeenSet =
true;
102 m_commitMessage = std::forward<CommitMessageT>(value);
104 template <
typename CommitMessageT = Aws::String>
117 template <
typename CommitTimeT = Aws::Utils::DateTime>
119 m_commitTimeHasBeenSet =
true;
120 m_commitTime = std::forward<CommitTimeT>(value);
122 template <
typename CommitTimeT = Aws::Utils::DateTime>
135 template <
typename StartTimeT = Aws::Utils::DateTime>
137 m_startTimeHasBeenSet =
true;
138 m_startTime = std::forward<StartTimeT>(value);
140 template <
typename StartTimeT = Aws::Utils::DateTime>
154 m_statusHasBeenSet =
true;
169 template <
typename EndTimeT = Aws::Utils::DateTime>
171 m_endTimeHasBeenSet =
true;
172 m_endTime = std::forward<EndTimeT>(value);
174 template <
typename EndTimeT = Aws::Utils::DateTime>
195 m_jobTypeHasBeenSet =
true;
212 template <
typename SourceUrlT = Aws::String>
214 m_sourceUrlHasBeenSet =
true;
215 m_sourceUrl = std::forward<SourceUrlT>(value);
217 template <
typename SourceUrlT = Aws::String>
234 m_sourceUrlTypeHasBeenSet =
true;
235 m_sourceUrlType = value;
244 bool m_jobArnHasBeenSet =
false;
247 bool m_jobIdHasBeenSet =
false;
250 bool m_commitIdHasBeenSet =
false;
253 bool m_commitMessageHasBeenSet =
false;
256 bool m_commitTimeHasBeenSet =
false;
259 bool m_startTimeHasBeenSet =
false;
262 bool m_statusHasBeenSet =
false;
265 bool m_endTimeHasBeenSet =
false;
268 bool m_jobTypeHasBeenSet =
false;
271 bool m_sourceUrlHasBeenSet =
false;
274 bool m_sourceUrlTypeHasBeenSet =
false;
void SetStartTime(StartTimeT &&value)
JobSummary & WithJobId(JobIdT &&value)
JobType GetJobType() const
bool SourceUrlHasBeenSet() const
bool CommitMessageHasBeenSet() const
JobSummary & WithStatus(JobStatus value)
bool JobArnHasBeenSet() const
bool StartTimeHasBeenSet() const
JobSummary & WithStartTime(StartTimeT &&value)
const Aws::Utils::DateTime & GetEndTime() const
bool EndTimeHasBeenSet() const
SourceUrlType GetSourceUrlType() const
bool SourceUrlTypeHasBeenSet() const
const Aws::Utils::DateTime & GetCommitTime() const
void SetEndTime(EndTimeT &&value)
const Aws::String & GetJobArn() const
void SetCommitMessage(CommitMessageT &&value)
const Aws::String & GetJobId() const
AWS_AMPLIFY_API JobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFY_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
JobStatus GetStatus() const
JobSummary & WithCommitId(CommitIdT &&value)
bool JobIdHasBeenSet() const
JobSummary & WithSourceUrlType(SourceUrlType value)
void SetJobType(JobType value)
void SetJobArn(JobArnT &&value)
const Aws::String & GetSourceUrl() const
const Aws::String & GetCommitMessage() const
JobSummary & WithEndTime(EndTimeT &&value)
void SetSourceUrlType(SourceUrlType value)
AWS_AMPLIFY_API JobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetCommitId(CommitIdT &&value)
bool CommitIdHasBeenSet() const
JobSummary & WithCommitMessage(CommitMessageT &&value)
JobSummary & WithSourceUrl(SourceUrlT &&value)
void SetCommitTime(CommitTimeT &&value)
JobSummary & WithJobType(JobType value)
const Aws::String & GetCommitId() const
JobSummary & WithJobArn(JobArnT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetStatus(JobStatus value)
bool JobTypeHasBeenSet() const
bool CommitTimeHasBeenSet() const
JobSummary & WithCommitTime(CommitTimeT &&value)
void SetSourceUrl(SourceUrlT &&value)
void SetJobId(JobIdT &&value)
AWS_AMPLIFY_API JobSummary()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue