7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/batch/model/JobStatus.h>
10#include <aws/batch/model/ContainerSummary.h>
11#include <aws/batch/model/ArrayPropertiesSummary.h>
12#include <aws/batch/model/NodePropertiesSummary.h>
52 inline void SetJobArn(
const char* value) { m_jobArnHasBeenSet =
true; m_jobArn.assign(value); }
66 inline void SetJobId(
const char* value) { m_jobIdHasBeenSet =
true; m_jobId.assign(value); }
80 inline void SetJobName(
const char* value) { m_jobNameHasBeenSet =
true; m_jobName.assign(value); }
97 inline void SetCreatedAt(
long long value) { m_createdAtHasBeenSet =
true; m_createdAt = value; }
122 inline void SetStatusReason(
const char* value) { m_statusReasonHasBeenSet =
true; m_statusReason.assign(value); }
136 inline void SetStartedAt(
long long value) { m_startedAtHasBeenSet =
true; m_startedAt = value; }
148 inline void SetStoppedAt(
long long value) { m_stoppedAtHasBeenSet =
true; m_stoppedAt = value; }
199 inline void SetJobDefinition(
const char* value) { m_jobDefinitionHasBeenSet =
true; m_jobDefinition.assign(value); }
207 bool m_jobArnHasBeenSet =
false;
210 bool m_jobIdHasBeenSet =
false;
213 bool m_jobNameHasBeenSet =
false;
215 long long m_createdAt;
216 bool m_createdAtHasBeenSet =
false;
219 bool m_statusHasBeenSet =
false;
222 bool m_statusReasonHasBeenSet =
false;
224 long long m_startedAt;
225 bool m_startedAtHasBeenSet =
false;
227 long long m_stoppedAt;
228 bool m_stoppedAtHasBeenSet =
false;
231 bool m_containerHasBeenSet =
false;
234 bool m_arrayPropertiesHasBeenSet =
false;
237 bool m_nodePropertiesHasBeenSet =
false;
240 bool m_jobDefinitionHasBeenSet =
false;
bool JobIdHasBeenSet() const
JobSummary & WithStatus(const JobStatus &value)
long long GetCreatedAt() const
void SetContainer(const ContainerSummary &value)
const Aws::String & GetJobArn() const
void SetJobName(Aws::String &&value)
void SetStoppedAt(long long value)
void SetJobDefinition(const Aws::String &value)
void SetContainer(ContainerSummary &&value)
JobSummary & WithJobArn(const Aws::String &value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
JobSummary & WithJobId(Aws::String &&value)
void SetStatus(const JobStatus &value)
JobSummary & WithJobArn(Aws::String &&value)
JobSummary & WithStartedAt(long long value)
JobSummary & WithJobName(const char *value)
void SetStatusReason(const Aws::String &value)
JobSummary & WithStoppedAt(long long value)
void SetJobArn(Aws::String &&value)
void SetArrayProperties(const ArrayPropertiesSummary &value)
bool StartedAtHasBeenSet() const
JobSummary & WithCreatedAt(long long value)
const ContainerSummary & GetContainer() const
JobSummary & WithJobName(Aws::String &&value)
bool ContainerHasBeenSet() const
AWS_BATCH_API JobSummary()
void SetStatus(JobStatus &&value)
void SetJobArn(const char *value)
JobSummary & WithNodeProperties(const NodePropertiesSummary &value)
JobSummary & WithJobDefinition(Aws::String &&value)
JobSummary & WithJobDefinition(const char *value)
void SetNodeProperties(NodePropertiesSummary &&value)
JobSummary & WithContainer(const ContainerSummary &value)
JobSummary & WithArrayProperties(ArrayPropertiesSummary &&value)
bool StoppedAtHasBeenSet() const
JobSummary & WithJobDefinition(const Aws::String &value)
JobSummary & WithStatusReason(Aws::String &&value)
bool JobNameHasBeenSet() const
void SetJobName(const char *value)
JobSummary & WithStatusReason(const char *value)
void SetJobId(const Aws::String &value)
AWS_BATCH_API JobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetJobDefinition(Aws::String &&value)
JobSummary & WithJobId(const Aws::String &value)
JobSummary & WithJobId(const char *value)
bool ArrayPropertiesHasBeenSet() const
long long GetStartedAt() const
bool NodePropertiesHasBeenSet() const
void SetStartedAt(long long value)
void SetJobId(const char *value)
JobSummary & WithNodeProperties(NodePropertiesSummary &&value)
bool StatusReasonHasBeenSet() const
void SetArrayProperties(ArrayPropertiesSummary &&value)
const Aws::String & GetJobId() const
AWS_BATCH_API JobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetJobArn(const Aws::String &value)
JobSummary & WithJobArn(const char *value)
bool JobArnHasBeenSet() const
void SetJobId(Aws::String &&value)
const Aws::String & GetJobDefinition() const
void SetNodeProperties(const NodePropertiesSummary &value)
void SetStatusReason(const char *value)
long long GetStoppedAt() const
JobSummary & WithArrayProperties(const ArrayPropertiesSummary &value)
bool CreatedAtHasBeenSet() const
const ArrayPropertiesSummary & GetArrayProperties() const
const Aws::String & GetStatusReason() const
JobSummary & WithContainer(ContainerSummary &&value)
JobSummary & WithStatusReason(const Aws::String &value)
void SetJobName(const Aws::String &value)
const JobStatus & GetStatus() const
JobSummary & WithJobName(const Aws::String &value)
const NodePropertiesSummary & GetNodeProperties() const
bool JobDefinitionHasBeenSet() const
void SetStatusReason(Aws::String &&value)
JobSummary & WithStatus(JobStatus &&value)
bool StatusHasBeenSet() const
void SetJobDefinition(const char *value)
void SetCreatedAt(long long value)
const Aws::String & GetJobName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue