7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devicefarm/model/TestType.h>
10#include <aws/devicefarm/model/DevicePlatform.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/devicefarm/model/ExecutionStatus.h>
13#include <aws/devicefarm/model/ExecutionResult.h>
14#include <aws/devicefarm/model/Counters.h>
15#include <aws/devicefarm/model/BillingMethod.h>
16#include <aws/devicefarm/model/DeviceMinutes.h>
17#include <aws/devicefarm/model/NetworkProfile.h>
18#include <aws/devicefarm/model/ExecutionResultCode.h>
19#include <aws/devicefarm/model/Radios.h>
20#include <aws/devicefarm/model/Location.h>
21#include <aws/devicefarm/model/CustomerArtifactPaths.h>
22#include <aws/devicefarm/model/DeviceSelectionResult.h>
23#include <aws/devicefarm/model/VpcConfig.h>
50 AWS_DEVICEFARM_API
Run();
63 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
64 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
78 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
97 inline void SetType(
const TestType& value) { m_typeHasBeenSet =
true; m_type = value; }
98 inline void SetType(
TestType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
203 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
215 inline void SetTotalJobs(
int value) { m_totalJobsHasBeenSet =
true; m_totalJobs = value; }
225 inline void SetCompletedJobs(
int value) { m_completedJobsHasBeenSet =
true; m_completedJobs = value; }
279 inline void SetParsingResultUrl(
const char* value) { m_parsingResultUrlHasBeenSet =
true; m_parsingResultUrl.assign(value); }
306 inline void SetSeed(
int value) { m_seedHasBeenSet =
true; m_seed = value; }
318 inline void SetAppUpload(
const char* value) { m_appUploadHasBeenSet =
true; m_appUpload.assign(value); }
331 inline void SetEventCount(
int value) { m_eventCountHasBeenSet =
true; m_eventCount = value; }
341 inline void SetJobTimeoutMinutes(
int value) { m_jobTimeoutMinutesHasBeenSet =
true; m_jobTimeoutMinutes = value; }
353 inline void SetDevicePoolArn(
const char* value) { m_devicePoolArnHasBeenSet =
true; m_devicePoolArn.assign(value); }
367 inline void SetLocale(
const char* value) { m_localeHasBeenSet =
true; m_locale.assign(value); }
379 inline void SetRadios(
const Radios& value) { m_radiosHasBeenSet =
true; m_radios = value; }
380 inline void SetRadios(
Radios&& value) { m_radiosHasBeenSet =
true; m_radios = std::move(value); }
417 inline void SetWebUrl(
const char* value) { m_webUrlHasBeenSet =
true; m_webUrl.assign(value); }
433 inline void SetSkipAppResign(
bool value) { m_skipAppResignHasBeenSet =
true; m_skipAppResign = value; }
445 inline void SetTestSpecArn(
const char* value) { m_testSpecArnHasBeenSet =
true; m_testSpecArn.assign(value); }
477 bool m_arnHasBeenSet =
false;
480 bool m_nameHasBeenSet =
false;
483 bool m_typeHasBeenSet =
false;
486 bool m_platformHasBeenSet =
false;
489 bool m_createdHasBeenSet =
false;
492 bool m_statusHasBeenSet =
false;
495 bool m_resultHasBeenSet =
false;
498 bool m_startedHasBeenSet =
false;
501 bool m_stoppedHasBeenSet =
false;
504 bool m_countersHasBeenSet =
false;
507 bool m_messageHasBeenSet =
false;
510 bool m_totalJobsHasBeenSet =
false;
513 bool m_completedJobsHasBeenSet =
false;
516 bool m_billingMethodHasBeenSet =
false;
519 bool m_deviceMinutesHasBeenSet =
false;
522 bool m_networkProfileHasBeenSet =
false;
525 bool m_parsingResultUrlHasBeenSet =
false;
528 bool m_resultCodeHasBeenSet =
false;
531 bool m_seedHasBeenSet =
false;
534 bool m_appUploadHasBeenSet =
false;
537 bool m_eventCountHasBeenSet =
false;
539 int m_jobTimeoutMinutes;
540 bool m_jobTimeoutMinutesHasBeenSet =
false;
543 bool m_devicePoolArnHasBeenSet =
false;
546 bool m_localeHasBeenSet =
false;
549 bool m_radiosHasBeenSet =
false;
552 bool m_locationHasBeenSet =
false;
555 bool m_customerArtifactPathsHasBeenSet =
false;
558 bool m_webUrlHasBeenSet =
false;
560 bool m_skipAppResign;
561 bool m_skipAppResignHasBeenSet =
false;
564 bool m_testSpecArnHasBeenSet =
false;
567 bool m_deviceSelectionResultHasBeenSet =
false;
570 bool m_vpcConfigHasBeenSet =
false;
void SetTestSpecArn(const char *value)
Run & WithVpcConfig(VpcConfig &&value)
bool CountersHasBeenSet() const
void SetResult(const ExecutionResult &value)
AWS_DEVICEFARM_API Run & operator=(Aws::Utils::Json::JsonView jsonValue)
bool BillingMethodHasBeenSet() const
const Aws::String & GetDevicePoolArn() const
void SetPlatform(const DevicePlatform &value)
const Aws::String & GetLocale() const
Run & WithAppUpload(const char *value)
void SetParsingResultUrl(const Aws::String &value)
Run & WithBillingMethod(const BillingMethod &value)
const Aws::String & GetMessage() const
bool DeviceMinutesHasBeenSet() const
const TestType & GetType() const
void SetMessage(Aws::String &&value)
void SetRadios(const Radios &value)
int GetCompletedJobs() const
const Aws::String & GetParsingResultUrl() const
bool LocaleHasBeenSet() const
Run & WithCounters(const Counters &value)
bool StoppedHasBeenSet() const
bool AppUploadHasBeenSet() const
void SetDevicePoolArn(const Aws::String &value)
void SetResultCode(const ExecutionResultCode &value)
Run & WithParsingResultUrl(const Aws::String &value)
void SetNetworkProfile(NetworkProfile &&value)
void SetArn(Aws::String &&value)
Run & WithWebUrl(Aws::String &&value)
int GetJobTimeoutMinutes() const
Run & WithStatus(ExecutionStatus &&value)
Run & WithResultCode(ExecutionResultCode &&value)
bool ParsingResultUrlHasBeenSet() const
Run & WithName(const Aws::String &value)
Run & WithAppUpload(const Aws::String &value)
void SetCustomerArtifactPaths(CustomerArtifactPaths &&value)
Run & WithStarted(Aws::Utils::DateTime &&value)
Run & WithDeviceSelectionResult(const DeviceSelectionResult &value)
Run & WithCustomerArtifactPaths(CustomerArtifactPaths &&value)
bool WebUrlHasBeenSet() const
void SetAppUpload(Aws::String &&value)
Run & WithBillingMethod(BillingMethod &&value)
void SetAppUpload(const Aws::String &value)
Run & WithLocale(const char *value)
void SetStatus(const ExecutionStatus &value)
Run & WithType(TestType &&value)
Run & WithCompletedJobs(int value)
const DevicePlatform & GetPlatform() const
void SetVpcConfig(const VpcConfig &value)
void SetTotalJobs(int value)
bool SeedHasBeenSet() const
Run & WithDeviceMinutes(DeviceMinutes &&value)
Run & WithSkipAppResign(bool value)
Run & WithDeviceSelectionResult(DeviceSelectionResult &&value)
bool CreatedHasBeenSet() const
void SetDeviceMinutes(const DeviceMinutes &value)
Run & WithJobTimeoutMinutes(int value)
Run & WithArn(const Aws::String &value)
void SetMessage(const char *value)
void SetDeviceSelectionResult(DeviceSelectionResult &&value)
Run & WithDevicePoolArn(const Aws::String &value)
const Aws::String & GetTestSpecArn() const
void SetNetworkProfile(const NetworkProfile &value)
bool DevicePoolArnHasBeenSet() const
Run & WithResultCode(const ExecutionResultCode &value)
bool TestSpecArnHasBeenSet() const
Run & WithLocale(Aws::String &&value)
const BillingMethod & GetBillingMethod() const
Run & WithTotalJobs(int value)
void SetStarted(Aws::Utils::DateTime &&value)
void SetType(TestType &&value)
Run & WithMessage(const Aws::String &value)
void SetPlatform(DevicePlatform &&value)
void SetSkipAppResign(bool value)
void SetVpcConfig(VpcConfig &&value)
Run & WithPlatform(DevicePlatform &&value)
void SetAppUpload(const char *value)
const Radios & GetRadios() const
bool ArnHasBeenSet() const
void SetStarted(const Aws::Utils::DateTime &value)
bool LocationHasBeenSet() const
void SetCounters(const Counters &value)
void SetArn(const char *value)
Run & WithMessage(Aws::String &&value)
const VpcConfig & GetVpcConfig() const
int GetEventCount() const
void SetStopped(const Aws::Utils::DateTime &value)
void SetName(const Aws::String &value)
bool SkipAppResignHasBeenSet() const
Run & WithEventCount(int value)
Run & WithParsingResultUrl(Aws::String &&value)
bool TypeHasBeenSet() const
bool StatusHasBeenSet() const
void SetLocation(const Location &value)
bool NetworkProfileHasBeenSet() const
void SetJobTimeoutMinutes(int value)
void SetLocale(const char *value)
const Aws::String & GetWebUrl() const
bool CustomerArtifactPathsHasBeenSet() const
void SetCreated(Aws::Utils::DateTime &&value)
Run & WithName(const char *value)
void SetParsingResultUrl(const char *value)
Run & WithCounters(Counters &&value)
Run & WithCreated(Aws::Utils::DateTime &&value)
Run & WithRadios(const Radios &value)
Run & WithTestSpecArn(const char *value)
void SetTestSpecArn(const Aws::String &value)
Run & WithVpcConfig(const VpcConfig &value)
Run & WithStopped(Aws::Utils::DateTime &&value)
bool RadiosHasBeenSet() const
bool EventCountHasBeenSet() const
const ExecutionStatus & GetStatus() const
const DeviceSelectionResult & GetDeviceSelectionResult() const
bool ResultCodeHasBeenSet() const
Run & WithWebUrl(const Aws::String &value)
void SetDevicePoolArn(Aws::String &&value)
const Aws::String & GetName() const
Run & WithMessage(const char *value)
void SetWebUrl(const Aws::String &value)
void SetDevicePoolArn(const char *value)
void SetCreated(const Aws::Utils::DateTime &value)
Run & WithNetworkProfile(const NetworkProfile &value)
bool NameHasBeenSet() const
Run & WithTestSpecArn(const Aws::String &value)
Run & WithLocation(const Location &value)
bool CompletedJobsHasBeenSet() const
Run & WithStatus(const ExecutionStatus &value)
const Aws::Utils::DateTime & GetCreated() const
const ExecutionResultCode & GetResultCode() const
void SetType(const TestType &value)
Run & WithPlatform(const DevicePlatform &value)
Run & WithArn(const char *value)
Run & WithNetworkProfile(NetworkProfile &&value)
Run & WithStopped(const Aws::Utils::DateTime &value)
void SetWebUrl(Aws::String &&value)
Run & WithType(const TestType &value)
const Counters & GetCounters() const
bool JobTimeoutMinutesHasBeenSet() const
void SetEventCount(int value)
bool PlatformHasBeenSet() const
void SetBillingMethod(BillingMethod &&value)
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRadios(Radios &&value)
Run & WithResult(const ExecutionResult &value)
void SetArn(const Aws::String &value)
void SetDeviceSelectionResult(const DeviceSelectionResult &value)
const Aws::String & GetArn() const
const DeviceMinutes & GetDeviceMinutes() const
Run & WithDeviceMinutes(const DeviceMinutes &value)
bool MessageHasBeenSet() const
const Aws::String & GetAppUpload() const
void SetStatus(ExecutionStatus &&value)
bool GetSkipAppResign() const
Run & WithRadios(Radios &&value)
void SetCustomerArtifactPaths(const CustomerArtifactPaths &value)
Run & WithArn(Aws::String &&value)
void SetBillingMethod(const BillingMethod &value)
Run & WithDevicePoolArn(const char *value)
void SetStopped(Aws::Utils::DateTime &&value)
Run & WithWebUrl(const char *value)
void SetName(const char *value)
void SetLocale(const Aws::String &value)
Run & WithResult(ExecutionResult &&value)
const ExecutionResult & GetResult() const
const Aws::Utils::DateTime & GetStopped() const
Run & WithSeed(int value)
void SetCompletedJobs(int value)
Run & WithParsingResultUrl(const char *value)
AWS_DEVICEFARM_API Run(Aws::Utils::Json::JsonView jsonValue)
bool VpcConfigHasBeenSet() const
const CustomerArtifactPaths & GetCustomerArtifactPaths() const
bool ResultHasBeenSet() const
void SetName(Aws::String &&value)
const Location & GetLocation() const
void SetDeviceMinutes(DeviceMinutes &&value)
void SetParsingResultUrl(Aws::String &&value)
Run & WithTestSpecArn(Aws::String &&value)
Run & WithStarted(const Aws::Utils::DateTime &value)
Run & WithDevicePoolArn(Aws::String &&value)
void SetResultCode(ExecutionResultCode &&value)
bool TotalJobsHasBeenSet() const
void SetResult(ExecutionResult &&value)
Run & WithCustomerArtifactPaths(const CustomerArtifactPaths &value)
void SetMessage(const Aws::String &value)
bool StartedHasBeenSet() const
void SetLocale(Aws::String &&value)
void SetLocation(Location &&value)
Run & WithName(Aws::String &&value)
Run & WithAppUpload(Aws::String &&value)
void SetCounters(Counters &&value)
void SetWebUrl(const char *value)
const Aws::Utils::DateTime & GetStarted() const
Run & WithLocale(const Aws::String &value)
bool DeviceSelectionResultHasBeenSet() const
const NetworkProfile & GetNetworkProfile() const
Run & WithLocation(Location &&value)
void SetTestSpecArn(Aws::String &&value)
Run & WithCreated(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue