@Generated(value="software.amazon.awssdk:codegen") public final class SuiteRunConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SuiteRunConfiguration.Builder,SuiteRunConfiguration>
Gets suite run configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SuiteRunConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SuiteRunConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasSelectedTestList()
Returns true if the SelectedTestList property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
DeviceUnderTest |
primaryDevice()
Gets the primary device for suite run.
|
List<SdkField<?>> |
sdkFields() |
List<String> |
selectedTestList()
Gets test case list.
|
static Class<? extends SuiteRunConfiguration.Builder> |
serializableBuilderClass() |
SuiteRunConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DeviceUnderTest primaryDevice()
Gets the primary device for suite run.
public final boolean hasSelectedTestList()
public final List<String> selectedTestList()
Gets test case list.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasSelectedTestList() to see if a value was sent in this field.
public SuiteRunConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SuiteRunConfiguration.Builder,SuiteRunConfiguration>public static SuiteRunConfiguration.Builder builder()
public static Class<? extends SuiteRunConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.