7#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devicefarm/model/Location.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/devicefarm/model/CustomerArtifactPaths.h>
12#include <aws/devicefarm/model/Radios.h>
13#include <aws/devicefarm/model/BillingMethod.h>
56 inline void SetExtraDataPackageArn(
const char* value) { m_extraDataPackageArnHasBeenSet =
true; m_extraDataPackageArn.assign(value); }
70 inline void SetNetworkProfileArn(
const char* value) { m_networkProfileArnHasBeenSet =
true; m_networkProfileArn.assign(value); }
84 inline void SetLocale(
const char* value) { m_localeHasBeenSet =
true; m_locale.assign(value); }
97 inline void SetLocation(
Location&& value) { m_locationHasBeenSet =
true; m_location = std::move(value); }
136 inline void SetRadios(
const Radios& value) { m_radiosHasBeenSet =
true; m_radios = value; }
137 inline void SetRadios(
Radios&& value) { m_radiosHasBeenSet =
true; m_radios = std::move(value); }
175 bool m_extraDataPackageArnHasBeenSet =
false;
178 bool m_networkProfileArnHasBeenSet =
false;
181 bool m_localeHasBeenSet =
false;
184 bool m_locationHasBeenSet =
false;
187 bool m_vpceConfigurationArnsHasBeenSet =
false;
190 bool m_customerArtifactPathsHasBeenSet =
false;
193 bool m_radiosHasBeenSet =
false;
196 bool m_auxiliaryAppsHasBeenSet =
false;
199 bool m_billingMethodHasBeenSet =
false;
ScheduleRunConfiguration & AddAuxiliaryApps(const Aws::String &value)
ScheduleRunConfiguration & WithBillingMethod(const BillingMethod &value)
void SetExtraDataPackageArn(const Aws::String &value)
void SetBillingMethod(BillingMethod &&value)
ScheduleRunConfiguration & WithRadios(Radios &&value)
const Radios & GetRadios() const
ScheduleRunConfiguration & WithVpceConfigurationArns(const Aws::Vector< Aws::String > &value)
ScheduleRunConfiguration & WithExtraDataPackageArn(const char *value)
ScheduleRunConfiguration & WithNetworkProfileArn(Aws::String &&value)
const Aws::Vector< Aws::String > & GetVpceConfigurationArns() const
bool AuxiliaryAppsHasBeenSet() const
ScheduleRunConfiguration & AddVpceConfigurationArns(const char *value)
bool CustomerArtifactPathsHasBeenSet() const
ScheduleRunConfiguration & WithCustomerArtifactPaths(const CustomerArtifactPaths &value)
bool ExtraDataPackageArnHasBeenSet() const
void SetNetworkProfileArn(const char *value)
const Aws::Vector< Aws::String > & GetAuxiliaryApps() const
bool NetworkProfileArnHasBeenSet() const
ScheduleRunConfiguration & WithLocale(Aws::String &&value)
void SetExtraDataPackageArn(const char *value)
const CustomerArtifactPaths & GetCustomerArtifactPaths() const
ScheduleRunConfiguration & WithRadios(const Radios &value)
ScheduleRunConfiguration & WithCustomerArtifactPaths(CustomerArtifactPaths &&value)
const BillingMethod & GetBillingMethod() const
ScheduleRunConfiguration & WithAuxiliaryApps(const Aws::Vector< Aws::String > &value)
ScheduleRunConfiguration & AddAuxiliaryApps(const char *value)
void SetLocale(const Aws::String &value)
void SetLocale(const char *value)
void SetAuxiliaryApps(const Aws::Vector< Aws::String > &value)
bool BillingMethodHasBeenSet() const
ScheduleRunConfiguration & AddVpceConfigurationArns(Aws::String &&value)
const Aws::String & GetExtraDataPackageArn() const
void SetVpceConfigurationArns(Aws::Vector< Aws::String > &&value)
ScheduleRunConfiguration & AddAuxiliaryApps(Aws::String &&value)
ScheduleRunConfiguration & WithExtraDataPackageArn(const Aws::String &value)
void SetLocation(const Location &value)
ScheduleRunConfiguration & WithLocation(Location &&value)
void SetCustomerArtifactPaths(const CustomerArtifactPaths &value)
const Location & GetLocation() const
const Aws::String & GetLocale() const
void SetAuxiliaryApps(Aws::Vector< Aws::String > &&value)
AWS_DEVICEFARM_API ScheduleRunConfiguration(Aws::Utils::Json::JsonView jsonValue)
ScheduleRunConfiguration & AddVpceConfigurationArns(const Aws::String &value)
ScheduleRunConfiguration & WithVpceConfigurationArns(Aws::Vector< Aws::String > &&value)
ScheduleRunConfiguration & WithLocale(const Aws::String &value)
bool VpceConfigurationArnsHasBeenSet() const
bool LocationHasBeenSet() const
bool RadiosHasBeenSet() const
ScheduleRunConfiguration & WithExtraDataPackageArn(Aws::String &&value)
bool LocaleHasBeenSet() const
void SetVpceConfigurationArns(const Aws::Vector< Aws::String > &value)
ScheduleRunConfiguration & WithAuxiliaryApps(Aws::Vector< Aws::String > &&value)
const Aws::String & GetNetworkProfileArn() const
AWS_DEVICEFARM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCustomerArtifactPaths(CustomerArtifactPaths &&value)
AWS_DEVICEFARM_API ScheduleRunConfiguration()
ScheduleRunConfiguration & WithLocale(const char *value)
void SetExtraDataPackageArn(Aws::String &&value)
ScheduleRunConfiguration & WithNetworkProfileArn(const char *value)
AWS_DEVICEFARM_API ScheduleRunConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRadios(const Radios &value)
ScheduleRunConfiguration & WithNetworkProfileArn(const Aws::String &value)
void SetNetworkProfileArn(const Aws::String &value)
void SetNetworkProfileArn(Aws::String &&value)
void SetBillingMethod(const BillingMethod &value)
void SetRadios(Radios &&value)
void SetLocation(Location &&value)
ScheduleRunConfiguration & WithLocation(const Location &value)
void SetLocale(Aws::String &&value)
ScheduleRunConfiguration & WithBillingMethod(BillingMethod &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue