69 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
84 inline Job&
WithArn(
const char* value) { SetArn(value);
return *
this;}
104 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
119 inline Job&
WithName(
const char* value) { SetName(value);
return *
this;}
157 inline void SetType(
const TestType& value) { m_typeHasBeenSet =
true; m_type = value; }
439 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
460 inline void SetDevice(
const Device& value) { m_deviceHasBeenSet =
true; m_device = value; }
463 inline void SetDevice(
Device&& value) { m_deviceHasBeenSet =
true; m_device = value; }
498 bool m_arnHasBeenSet;
500 bool m_nameHasBeenSet;
502 bool m_typeHasBeenSet;
504 bool m_createdHasBeenSet;
506 bool m_statusHasBeenSet;
508 bool m_resultHasBeenSet;
510 bool m_startedHasBeenSet;
512 bool m_stoppedHasBeenSet;
514 bool m_countersHasBeenSet;
516 bool m_messageHasBeenSet;
518 bool m_deviceHasBeenSet;
520 bool m_deviceMinutesHasBeenSet;
Job & WithMessage(const Aws::String &value)
#define AWS_DEVICEFARM_API
Job & WithStatus(const ExecutionStatus &value)
Job & WithCreated(const Aws::Utils::DateTime &value)
void SetCreated(const Aws::Utils::DateTime &value)
Job & WithStopped(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreated() const
void SetCreated(Aws::Utils::DateTime &&value)
Job & WithDeviceMinutes(const DeviceMinutes &value)
void SetStatus(const ExecutionStatus &value)
Job & WithMessage(const char *value)
Job & WithName(const Aws::String &value)
Job & WithStarted(Aws::Utils::DateTime &&value)
Job & WithName(const char *value)
const Aws::String & GetArn() const
void SetMessage(const char *value)
Job & WithName(Aws::String &&value)
void SetCounters(const Counters &value)
void SetDevice(Device &&value)
void SetArn(Aws::String &&value)
Job & WithMessage(Aws::String &&value)
Job & WithStatus(ExecutionStatus &&value)
Job & WithDevice(const Device &value)
void SetName(Aws::String &&value)
void SetStopped(const Aws::Utils::DateTime &value)
Job & WithType(TestType &&value)
void SetName(const Aws::String &value)
const Counters & GetCounters() const
Job & WithDevice(Device &&value)
void SetStarted(const Aws::Utils::DateTime &value)
const Aws::String & GetName() const
void SetDeviceMinutes(const DeviceMinutes &value)
const Aws::Utils::DateTime & GetStarted() const
Job & WithStarted(const Aws::Utils::DateTime &value)
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
Job & WithStopped(const Aws::Utils::DateTime &value)
void SetStopped(Aws::Utils::DateTime &&value)
const DeviceMinutes & GetDeviceMinutes() const
Job & WithArn(const char *value)
void SetName(const char *value)
void SetArn(const char *value)
const ExecutionStatus & GetStatus() const
Job & WithResult(ExecutionResult &&value)
Job & WithCreated(Aws::Utils::DateTime &&value)
Job & WithCounters(const Counters &value)
Job & WithDeviceMinutes(DeviceMinutes &&value)
void SetResult(const ExecutionResult &value)
void SetMessage(Aws::String &&value)
const Device & GetDevice() const
Job & WithArn(Aws::String &&value)
void SetDevice(const Device &value)
Job & WithCounters(Counters &&value)
void SetDeviceMinutes(DeviceMinutes &&value)
Job & WithType(const TestType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Job & WithResult(const ExecutionResult &value)
void SetArn(const Aws::String &value)
void SetStatus(ExecutionStatus &&value)
void SetType(const TestType &value)
void SetCounters(Counters &&value)
void SetStarted(Aws::Utils::DateTime &&value)
void SetType(TestType &&value)
void SetResult(ExecutionResult &&value)
Job & WithArn(const Aws::String &value)
const TestType & GetType() const
const ExecutionResult & GetResult() const
const Aws::Utils::DateTime & GetStopped() const
JSON (JavaScript Object Notation).