@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuiteRunConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Gets suite run configuration.
Constructor and Description |
---|
SuiteRunConfiguration() |
Modifier and Type | Method and Description |
---|---|
SuiteRunConfiguration |
clone() |
boolean |
equals(Object obj) |
Boolean |
getParallelRun()
TRUE if multiple test suites run in parallel.
|
DeviceUnderTest |
getPrimaryDevice()
Gets the primary device for suite run.
|
List<String> |
getSelectedTestList()
Gets test case list.
|
int |
hashCode() |
Boolean |
isParallelRun()
TRUE if multiple test suites run in parallel.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setParallelRun(Boolean parallelRun)
TRUE if multiple test suites run in parallel.
|
void |
setPrimaryDevice(DeviceUnderTest primaryDevice)
Gets the primary device for suite run.
|
void |
setSelectedTestList(Collection<String> selectedTestList)
Gets test case list.
|
String |
toString()
Returns a string representation of this object.
|
SuiteRunConfiguration |
withParallelRun(Boolean parallelRun)
TRUE if multiple test suites run in parallel.
|
SuiteRunConfiguration |
withPrimaryDevice(DeviceUnderTest primaryDevice)
Gets the primary device for suite run.
|
SuiteRunConfiguration |
withSelectedTestList(Collection<String> selectedTestList)
Gets test case list.
|
SuiteRunConfiguration |
withSelectedTestList(String... selectedTestList)
Gets test case list.
|
public void setPrimaryDevice(DeviceUnderTest primaryDevice)
Gets the primary device for suite run.
primaryDevice
- Gets the primary device for suite run.public DeviceUnderTest getPrimaryDevice()
Gets the primary device for suite run.
public SuiteRunConfiguration withPrimaryDevice(DeviceUnderTest primaryDevice)
Gets the primary device for suite run.
primaryDevice
- Gets the primary device for suite run.public List<String> getSelectedTestList()
Gets test case list.
public void setSelectedTestList(Collection<String> selectedTestList)
Gets test case list.
selectedTestList
- Gets test case list.public SuiteRunConfiguration withSelectedTestList(String... selectedTestList)
Gets test case list.
NOTE: This method appends the values to the existing list (if any). Use
setSelectedTestList(java.util.Collection)
or withSelectedTestList(java.util.Collection)
if you
want to override the existing values.
selectedTestList
- Gets test case list.public SuiteRunConfiguration withSelectedTestList(Collection<String> selectedTestList)
Gets test case list.
selectedTestList
- Gets test case list.public void setParallelRun(Boolean parallelRun)
TRUE if multiple test suites run in parallel.
parallelRun
- TRUE if multiple test suites run in parallel.public Boolean getParallelRun()
TRUE if multiple test suites run in parallel.
public SuiteRunConfiguration withParallelRun(Boolean parallelRun)
TRUE if multiple test suites run in parallel.
parallelRun
- TRUE if multiple test suites run in parallel.public Boolean isParallelRun()
TRUE if multiple test suites run in parallel.
public String toString()
toString
in class Object
Object.toString()
public SuiteRunConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.