@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) |
DeviceUnderTest |
getPrimaryDevice()
Gets the primary device for suite run.
|
List<String> |
getSelectedTestList()
Gets test case list.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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 |
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 String toString()
toString in class ObjectObject.toString()public SuiteRunConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.