@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()
Sets the primary device for the test suite run.
|
List<String> |
getSelectedTestList()
Sets 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)
Sets the primary device for the test suite run.
|
void |
setSelectedTestList(Collection<String> selectedTestList)
Sets 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)
Sets the primary device for the test suite run.
|
SuiteRunConfiguration |
withSelectedTestList(Collection<String> selectedTestList)
Sets test case list.
|
SuiteRunConfiguration |
withSelectedTestList(String... selectedTestList)
Sets test case list.
|
public void setPrimaryDevice(DeviceUnderTest primaryDevice)
Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.
primaryDevice
- Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.public DeviceUnderTest getPrimaryDevice()
Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.
public SuiteRunConfiguration withPrimaryDevice(DeviceUnderTest primaryDevice)
Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.
primaryDevice
- Sets the primary device for the test suite run. This requires a thing ARN or a certificate ARN.public List<String> getSelectedTestList()
Sets test case list.
public void setSelectedTestList(Collection<String> selectedTestList)
Sets test case list.
selectedTestList
- Sets test case list.public SuiteRunConfiguration withSelectedTestList(String... selectedTestList)
Sets 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
- Sets test case list.public SuiteRunConfiguration withSelectedTestList(Collection<String> selectedTestList)
Sets test case list.
selectedTestList
- Sets 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.