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>
53 inline void SetJobArn(
const char* value) { m_jobArnHasBeenSet =
true; m_jobArn.assign(value); }
67 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
81 inline void SetCommitId(
const char* value) { m_commitIdHasBeenSet =
true; m_commitId.assign(value); }
95 inline void SetCommitMessage(
const char* value) { m_commitMessageHasBeenSet =
true; m_commitMessage.assign(value); }
163 inline void SetJobType(
JobType&& value) { m_jobTypeHasBeenSet =
true; m_jobType = std::move(value); }
178 inline void SetSourceUrl(
const char* value) { m_sourceUrlHasBeenSet =
true; m_sourceUrl.assign(value); }
201 bool m_jobArnHasBeenSet =
false;
204 bool m_jobIdHasBeenSet =
false;
207 bool m_commitIdHasBeenSet =
false;
210 bool m_commitMessageHasBeenSet =
false;
213 bool m_commitTimeHasBeenSet =
false;
216 bool m_startTimeHasBeenSet =
false;
219 bool m_statusHasBeenSet =
false;
222 bool m_endTimeHasBeenSet =
false;
225 bool m_jobTypeHasBeenSet =
false;
228 bool m_sourceUrlHasBeenSet =
false;
231 bool m_sourceUrlTypeHasBeenSet =
false;
void SetJobId(const Aws::String &value)
const SourceUrlType & GetSourceUrlType() const
void SetSourceUrl(const char *value)
JobSummary & WithJobType(JobType &&value)
const JobStatus & GetStatus() const
JobSummary & WithJobId(Aws::String &&value)
bool SourceUrlHasBeenSet() const
bool CommitMessageHasBeenSet() const
JobSummary & WithCommitId(Aws::String &&value)
JobSummary & WithSourceUrlType(const SourceUrlType &value)
JobSummary & WithSourceUrl(Aws::String &&value)
JobSummary & WithCommitId(const Aws::String &value)
bool JobArnHasBeenSet() const
void SetStartTime(Aws::Utils::DateTime &&value)
bool StartTimeHasBeenSet() const
JobSummary & WithJobArn(const Aws::String &value)
const Aws::Utils::DateTime & GetEndTime() const
void SetJobArn(const Aws::String &value)
void SetStatus(JobStatus &&value)
JobSummary & WithSourceUrl(const Aws::String &value)
void SetStartTime(const Aws::Utils::DateTime &value)
void SetCommitMessage(const char *value)
void SetJobArn(const char *value)
bool EndTimeHasBeenSet() const
JobSummary & WithJobArn(const char *value)
JobSummary & WithJobArn(Aws::String &&value)
bool SourceUrlTypeHasBeenSet() const
AWS_AMPLIFY_API JobSummary()
const Aws::Utils::DateTime & GetCommitTime() const
JobSummary & WithCommitId(const char *value)
JobSummary & WithStatus(JobStatus &&value)
JobSummary & WithCommitTime(const Aws::Utils::DateTime &value)
void SetEndTime(Aws::Utils::DateTime &&value)
JobSummary & WithEndTime(Aws::Utils::DateTime &&value)
void SetJobType(JobType &&value)
void SetStatus(const JobStatus &value)
JobSummary & WithStartTime(Aws::Utils::DateTime &&value)
const Aws::String & GetJobArn() const
const Aws::String & GetJobId() const
AWS_AMPLIFY_API JobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSourceUrl(const Aws::String &value)
AWS_AMPLIFY_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
JobSummary & WithSourceUrl(const char *value)
bool JobIdHasBeenSet() const
void SetSourceUrlType(const SourceUrlType &value)
const JobType & GetJobType() const
void SetCommitId(Aws::String &&value)
JobSummary & WithCommitMessage(const char *value)
void SetCommitMessage(Aws::String &&value)
const Aws::String & GetSourceUrl() const
const Aws::String & GetCommitMessage() const
void SetCommitMessage(const Aws::String &value)
AWS_AMPLIFY_API JobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetJobId(Aws::String &&value)
JobSummary & WithCommitTime(Aws::Utils::DateTime &&value)
void SetCommitId(const Aws::String &value)
bool CommitIdHasBeenSet() const
void SetSourceUrlType(SourceUrlType &&value)
JobSummary & WithJobType(const JobType &value)
void SetEndTime(const Aws::Utils::DateTime &value)
void SetCommitTime(const Aws::Utils::DateTime &value)
JobSummary & WithSourceUrlType(SourceUrlType &&value)
void SetSourceUrl(Aws::String &&value)
void SetCommitTime(Aws::Utils::DateTime &&value)
JobSummary & WithStartTime(const Aws::Utils::DateTime &value)
JobSummary & WithJobId(const Aws::String &value)
void SetJobArn(Aws::String &&value)
JobSummary & WithStatus(const JobStatus &value)
JobSummary & WithCommitMessage(Aws::String &&value)
JobSummary & WithJobId(const char *value)
JobSummary & WithEndTime(const Aws::Utils::DateTime &value)
void SetJobType(const JobType &value)
const Aws::String & GetCommitId() const
const Aws::Utils::DateTime & GetStartTime() const
JobSummary & WithCommitMessage(const Aws::String &value)
bool JobTypeHasBeenSet() const
bool CommitTimeHasBeenSet() const
void SetJobId(const char *value)
void SetCommitId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue