@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduleRunConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Represents the settings for a run. Includes things like location, radio states, auxiliary apps, and network profiles.
Constructor and Description |
---|
ScheduleRunConfiguration() |
Modifier and Type | Method and Description |
---|---|
ScheduleRunConfiguration |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAuxiliaryApps()
A list of auxiliary apps for the run.
|
String |
getBillingMethod()
Specifies the billing method for a test run:
metered or unmetered . |
CustomerArtifactPaths |
getCustomerArtifactPaths()
Input
CustomerArtifactPaths object for the scheduled run configuration. |
String |
getExtraDataPackageArn()
The ARN of the extra data for the run.
|
String |
getLocale()
Information about the locale that is used for the run.
|
Location |
getLocation()
Information about the location that is used for the run.
|
String |
getNetworkProfileArn()
Reserved for internal use.
|
Radios |
getRadios()
Information about the radio states for the run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAuxiliaryApps(Collection<String> auxiliaryApps)
A list of auxiliary apps for the run.
|
void |
setBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered . |
void |
setBillingMethod(String billingMethod)
Specifies the billing method for a test run:
metered or unmetered . |
void |
setCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Input
CustomerArtifactPaths object for the scheduled run configuration. |
void |
setExtraDataPackageArn(String extraDataPackageArn)
The ARN of the extra data for the run.
|
void |
setLocale(String locale)
Information about the locale that is used for the run.
|
void |
setLocation(Location location)
Information about the location that is used for the run.
|
void |
setNetworkProfileArn(String networkProfileArn)
Reserved for internal use.
|
void |
setRadios(Radios radios)
Information about the radio states for the run.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ScheduleRunConfiguration |
withAuxiliaryApps(Collection<String> auxiliaryApps)
A list of auxiliary apps for the run.
|
ScheduleRunConfiguration |
withAuxiliaryApps(String... auxiliaryApps)
A list of auxiliary apps for the run.
|
ScheduleRunConfiguration |
withBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run:
metered or unmetered . |
ScheduleRunConfiguration |
withBillingMethod(String billingMethod)
Specifies the billing method for a test run:
metered or unmetered . |
ScheduleRunConfiguration |
withCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Input
CustomerArtifactPaths object for the scheduled run configuration. |
ScheduleRunConfiguration |
withExtraDataPackageArn(String extraDataPackageArn)
The ARN of the extra data for the run.
|
ScheduleRunConfiguration |
withLocale(String locale)
Information about the locale that is used for the run.
|
ScheduleRunConfiguration |
withLocation(Location location)
Information about the location that is used for the run.
|
ScheduleRunConfiguration |
withNetworkProfileArn(String networkProfileArn)
Reserved for internal use.
|
ScheduleRunConfiguration |
withRadios(Radios radios)
Information about the radio states for the run.
|
public void setExtraDataPackageArn(String extraDataPackageArn)
The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm will extract to external data for Android or the app's sandbox for iOS.
extraDataPackageArn
- The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm will extract to
external data for Android or the app's sandbox for iOS.public String getExtraDataPackageArn()
The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm will extract to external data for Android or the app's sandbox for iOS.
public ScheduleRunConfiguration withExtraDataPackageArn(String extraDataPackageArn)
The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm will extract to external data for Android or the app's sandbox for iOS.
extraDataPackageArn
- The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm will extract to
external data for Android or the app's sandbox for iOS.public void setNetworkProfileArn(String networkProfileArn)
Reserved for internal use.
networkProfileArn
- Reserved for internal use.public String getNetworkProfileArn()
Reserved for internal use.
public ScheduleRunConfiguration withNetworkProfileArn(String networkProfileArn)
Reserved for internal use.
networkProfileArn
- Reserved for internal use.public void setLocale(String locale)
Information about the locale that is used for the run.
locale
- Information about the locale that is used for the run.public String getLocale()
Information about the locale that is used for the run.
public ScheduleRunConfiguration withLocale(String locale)
Information about the locale that is used for the run.
locale
- Information about the locale that is used for the run.public void setLocation(Location location)
Information about the location that is used for the run.
location
- Information about the location that is used for the run.public Location getLocation()
Information about the location that is used for the run.
public ScheduleRunConfiguration withLocation(Location location)
Information about the location that is used for the run.
location
- Information about the location that is used for the run.public void setCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Input CustomerArtifactPaths
object for the scheduled run configuration.
customerArtifactPaths
- Input CustomerArtifactPaths
object for the scheduled run configuration.public CustomerArtifactPaths getCustomerArtifactPaths()
Input CustomerArtifactPaths
object for the scheduled run configuration.
CustomerArtifactPaths
object for the scheduled run configuration.public ScheduleRunConfiguration withCustomerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)
Input CustomerArtifactPaths
object for the scheduled run configuration.
customerArtifactPaths
- Input CustomerArtifactPaths
object for the scheduled run configuration.public void setRadios(Radios radios)
Information about the radio states for the run.
radios
- Information about the radio states for the run.public Radios getRadios()
Information about the radio states for the run.
public ScheduleRunConfiguration withRadios(Radios radios)
Information about the radio states for the run.
radios
- Information about the radio states for the run.public List<String> getAuxiliaryApps()
A list of auxiliary apps for the run.
public void setAuxiliaryApps(Collection<String> auxiliaryApps)
A list of auxiliary apps for the run.
auxiliaryApps
- A list of auxiliary apps for the run.public ScheduleRunConfiguration withAuxiliaryApps(String... auxiliaryApps)
A list of auxiliary apps for the run.
NOTE: This method appends the values to the existing list (if any). Use
setAuxiliaryApps(java.util.Collection)
or withAuxiliaryApps(java.util.Collection)
if you want
to override the existing values.
auxiliaryApps
- A list of auxiliary apps for the run.public ScheduleRunConfiguration withAuxiliaryApps(Collection<String> auxiliaryApps)
A list of auxiliary apps for the run.
auxiliaryApps
- A list of auxiliary apps for the run.public void setBillingMethod(String billingMethod)
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is
not specified, the default value is metered
.
billingMethod
- Specifies the billing method for a test run: metered
or unmetered
. If the
parameter is not specified, the default value is metered
.BillingMethod
public String getBillingMethod()
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is
not specified, the default value is metered
.
metered
or unmetered
. If the
parameter is not specified, the default value is metered
.BillingMethod
public ScheduleRunConfiguration withBillingMethod(String billingMethod)
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is
not specified, the default value is metered
.
billingMethod
- Specifies the billing method for a test run: metered
or unmetered
. If the
parameter is not specified, the default value is metered
.BillingMethod
public void setBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is
not specified, the default value is metered
.
billingMethod
- Specifies the billing method for a test run: metered
or unmetered
. If the
parameter is not specified, the default value is metered
.BillingMethod
public ScheduleRunConfiguration withBillingMethod(BillingMethod billingMethod)
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is
not specified, the default value is metered
.
billingMethod
- Specifies the billing method for a test run: metered
or unmetered
. If the
parameter is not specified, the default value is metered
.BillingMethod
public String toString()
toString
in class Object
Object.toString()
public ScheduleRunConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.