7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/devicefarm/DeviceFarmRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devicefarm/model/DeviceSelectionConfiguration.h>
11#include <aws/devicefarm/model/ScheduleRunTest.h>
12#include <aws/devicefarm/model/ScheduleRunConfiguration.h>
13#include <aws/devicefarm/model/ExecutionConfiguration.h>
53 inline void SetProjectArn(
const char* value) { m_projectArnHasBeenSet =
true; m_projectArn.assign(value); }
68 inline void SetAppArn(
const char* value) { m_appArnHasBeenSet =
true; m_appArn.assign(value); }
82 inline void SetDevicePoolArn(
const char* value) { m_devicePoolArnHasBeenSet =
true; m_devicePoolArn.assign(value); }
111 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
156 bool m_projectArnHasBeenSet =
false;
159 bool m_appArnHasBeenSet =
false;
162 bool m_devicePoolArnHasBeenSet =
false;
165 bool m_deviceSelectionConfigurationHasBeenSet =
false;
168 bool m_nameHasBeenSet =
false;
171 bool m_testHasBeenSet =
false;
174 bool m_configurationHasBeenSet =
false;
177 bool m_executionConfigurationHasBeenSet =
false;
ScheduleRunRequest & WithProjectArn(Aws::String &&value)
void SetName(const char *value)
bool DeviceSelectionConfigurationHasBeenSet() const
const ScheduleRunConfiguration & GetConfiguration() const
bool ProjectArnHasBeenSet() const
ScheduleRunRequest & WithProjectArn(const char *value)
void SetConfiguration(ScheduleRunConfiguration &&value)
void SetDevicePoolArn(const char *value)
ScheduleRunRequest & WithConfiguration(ScheduleRunConfiguration &&value)
ScheduleRunRequest & WithDevicePoolArn(Aws::String &&value)
ScheduleRunRequest & WithConfiguration(const ScheduleRunConfiguration &value)
void SetDeviceSelectionConfiguration(const DeviceSelectionConfiguration &value)
virtual const char * GetServiceRequestName() const override
void SetTest(ScheduleRunTest &&value)
void SetProjectArn(Aws::String &&value)
bool DevicePoolArnHasBeenSet() const
void SetExecutionConfiguration(const ExecutionConfiguration &value)
ScheduleRunRequest & WithDevicePoolArn(const char *value)
const ExecutionConfiguration & GetExecutionConfiguration() const
void SetProjectArn(const Aws::String &value)
const ScheduleRunTest & GetTest() const
ScheduleRunRequest & WithExecutionConfiguration(const ExecutionConfiguration &value)
void SetAppArn(Aws::String &&value)
bool ExecutionConfigurationHasBeenSet() const
void SetConfiguration(const ScheduleRunConfiguration &value)
ScheduleRunRequest & WithAppArn(Aws::String &&value)
void SetDevicePoolArn(const Aws::String &value)
const DeviceSelectionConfiguration & GetDeviceSelectionConfiguration() const
void SetExecutionConfiguration(ExecutionConfiguration &&value)
bool ConfigurationHasBeenSet() const
ScheduleRunRequest & WithDeviceSelectionConfiguration(const DeviceSelectionConfiguration &value)
void SetProjectArn(const char *value)
void SetDevicePoolArn(Aws::String &&value)
const Aws::String & GetDevicePoolArn() const
AWS_DEVICEFARM_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ScheduleRunRequest & WithName(const Aws::String &value)
bool AppArnHasBeenSet() const
ScheduleRunRequest & WithTest(const ScheduleRunTest &value)
const Aws::String & GetAppArn() const
void SetAppArn(const Aws::String &value)
ScheduleRunRequest & WithDeviceSelectionConfiguration(DeviceSelectionConfiguration &&value)
ScheduleRunRequest & WithExecutionConfiguration(ExecutionConfiguration &&value)
bool TestHasBeenSet() const
AWS_DEVICEFARM_API ScheduleRunRequest()
void SetName(Aws::String &&value)
void SetTest(const ScheduleRunTest &value)
void SetDeviceSelectionConfiguration(DeviceSelectionConfiguration &&value)
void SetAppArn(const char *value)
ScheduleRunRequest & WithProjectArn(const Aws::String &value)
ScheduleRunRequest & WithName(const char *value)
ScheduleRunRequest & WithAppArn(const Aws::String &value)
void SetName(const Aws::String &value)
ScheduleRunRequest & WithName(Aws::String &&value)
ScheduleRunRequest & WithDevicePoolArn(const Aws::String &value)
const Aws::String & GetProjectArn() const
AWS_DEVICEFARM_API Aws::String SerializePayload() const override
ScheduleRunRequest & WithTest(ScheduleRunTest &&value)
bool NameHasBeenSet() const
ScheduleRunRequest & WithAppArn(const char *value)
const Aws::String & GetName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String