68 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
83 inline Test&
WithArn(
const char* value) { SetArn(value);
return *
this;}
103 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
118 inline Test&
WithName(
const char* value) { SetName(value);
return *
this;}
156 inline void SetType(
const TestType& value) { m_typeHasBeenSet =
true; m_type = value; }
438 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
482 bool m_arnHasBeenSet;
484 bool m_nameHasBeenSet;
486 bool m_typeHasBeenSet;
488 bool m_createdHasBeenSet;
490 bool m_statusHasBeenSet;
492 bool m_resultHasBeenSet;
494 bool m_startedHasBeenSet;
496 bool m_stoppedHasBeenSet;
498 bool m_countersHasBeenSet;
500 bool m_messageHasBeenSet;
502 bool m_deviceMinutesHasBeenSet;
void SetArn(const Aws::String &value)
#define AWS_DEVICEFARM_API
void SetName(const char *value)
const Aws::Utils::DateTime & GetCreated() const
void SetMessage(const char *value)
void SetStatus(ExecutionStatus &&value)
void SetCounters(Counters &&value)
void SetType(const TestType &value)
void SetStarted(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetStopped() const
const Aws::String & GetMessage() const
void SetArn(const char *value)
void SetStopped(Aws::Utils::DateTime &&value)
Test & WithStarted(const Aws::Utils::DateTime &value)
Test & WithArn(Aws::String &&value)
Test & WithName(const char *value)
Test & WithCreated(const Aws::Utils::DateTime &value)
const ExecutionStatus & GetStatus() const
const Aws::String & GetArn() const
void SetStarted(Aws::Utils::DateTime &&value)
void SetDeviceMinutes(const DeviceMinutes &value)
Test & WithStatus(ExecutionStatus &&value)
Test & WithResult(const ExecutionResult &value)
Test & WithName(Aws::String &&value)
Test & WithResult(ExecutionResult &&value)
void SetName(const Aws::String &value)
void SetMessage(const Aws::String &value)
Test & WithArn(const char *value)
const Aws::Utils::DateTime & GetStarted() const
void SetMessage(Aws::String &&value)
Test & WithDeviceMinutes(const DeviceMinutes &value)
void SetName(Aws::String &&value)
void SetStopped(const Aws::Utils::DateTime &value)
Test & WithCounters(Counters &&value)
void SetDeviceMinutes(DeviceMinutes &&value)
void SetCreated(Aws::Utils::DateTime &&value)
Test & WithType(TestType &&value)
void SetResult(ExecutionResult &&value)
Test & WithDeviceMinutes(DeviceMinutes &&value)
Test & WithType(const TestType &value)
const TestType & GetType() const
Test & WithMessage(const Aws::String &value)
Test & WithCounters(const Counters &value)
void SetType(TestType &&value)
const DeviceMinutes & GetDeviceMinutes() const
void SetResult(const ExecutionResult &value)
Test & WithStopped(const Aws::Utils::DateTime &value)
Test & WithStopped(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetCounters(const Counters &value)
void SetStatus(const ExecutionStatus &value)
Test & WithStatus(const ExecutionStatus &value)
const Aws::String & GetName() const
Test & WithCreated(Aws::Utils::DateTime &&value)
Test & WithMessage(Aws::String &&value)
Test & WithArn(const Aws::String &value)
const ExecutionResult & GetResult() const
Test & WithName(const Aws::String &value)
Test & WithStarted(Aws::Utils::DateTime &&value)
void SetCreated(const Aws::Utils::DateTime &value)
const Counters & GetCounters() const
void SetArn(Aws::String &&value)
JSON (JavaScript Object Notation).
Test & WithMessage(const char *value)