7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/amplify/model/JobStatus.h>
11#include <aws/amplify/model/JobType.h>
12#include <aws/amplify/model/SourceUrlType.h>
51 template<
typename JobArnT = Aws::String>
52 void SetJobArn(JobArnT&& value) { m_jobArnHasBeenSet =
true; m_jobArn = std::forward<JobArnT>(value); }
53 template<
typename JobArnT = Aws::String>
63 template<
typename JobIdT = Aws::String>
64 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
65 template<
typename JobIdT = Aws::String>
75 template<
typename CommitIdT = Aws::String>
76 void SetCommitId(CommitIdT&& value) { m_commitIdHasBeenSet =
true; m_commitId = std::forward<CommitIdT>(value); }
77 template<
typename CommitIdT = Aws::String>
87 template<
typename CommitMessageT = Aws::String>
88 void SetCommitMessage(CommitMessageT&& value) { m_commitMessageHasBeenSet =
true; m_commitMessage = std::forward<CommitMessageT>(value); }
89 template<
typename CommitMessageT = Aws::String>
99 template<
typename CommitTimeT = Aws::Utils::DateTime>
100 void SetCommitTime(CommitTimeT&& value) { m_commitTimeHasBeenSet =
true; m_commitTime = std::forward<CommitTimeT>(value); }
101 template<
typename CommitTimeT = Aws::Utils::DateTime>
111 template<
typename StartTimeT = Aws::Utils::DateTime>
112 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
113 template<
typename StartTimeT = Aws::Utils::DateTime>
133 template<
typename EndTimeT = Aws::Utils::DateTime>
134 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
135 template<
typename EndTimeT = Aws::Utils::DateTime>
164 template<
typename SourceUrlT = Aws::String>
165 void SetSourceUrl(SourceUrlT&& value) { m_sourceUrlHasBeenSet =
true; m_sourceUrl = std::forward<SourceUrlT>(value); }
166 template<
typename SourceUrlT = Aws::String>
185 bool m_jobArnHasBeenSet =
false;
188 bool m_jobIdHasBeenSet =
false;
191 bool m_commitIdHasBeenSet =
false;
194 bool m_commitMessageHasBeenSet =
false;
197 bool m_commitTimeHasBeenSet =
false;
200 bool m_startTimeHasBeenSet =
false;
203 bool m_statusHasBeenSet =
false;
206 bool m_endTimeHasBeenSet =
false;
209 bool m_jobTypeHasBeenSet =
false;
212 bool m_sourceUrlHasBeenSet =
false;
215 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