@Generated(value="software.amazon.awssdk:codegen") public final class SuiteDefinitionInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SuiteDefinitionInformation.Builder,SuiteDefinitionInformation>
Information about the suite definition.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SuiteDefinitionInformation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SuiteDefinitionInformation.Builder |
builder() |
Instant |
createdAt()
Date (in Unix epoch time) when the test suite was created.
|
List<DeviceUnderTest> |
defaultDevices()
Specifies the devices under test for the test suite.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDefaultDevices()
Returns true if the DefaultDevices property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
Boolean |
intendedForQualification()
Specifies if the test suite is intended for qualification.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SuiteDefinitionInformation.Builder> |
serializableBuilderClass() |
String |
suiteDefinitionId()
Suite definition Id of the test suite.
|
String |
suiteDefinitionName()
Suite name of the test suite.
|
SuiteDefinitionInformation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String suiteDefinitionId()
Suite definition Id of the test suite.
public final String suiteDefinitionName()
Suite name of the test suite.
public final boolean hasDefaultDevices()
public final List<DeviceUnderTest> defaultDevices()
Specifies the devices under test for the test suite.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDefaultDevices() to see if a value was sent in this field.
public final Boolean intendedForQualification()
Specifies if the test suite is intended for qualification.
public final Instant createdAt()
Date (in Unix epoch time) when the test suite was created.
public SuiteDefinitionInformation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SuiteDefinitionInformation.Builder,SuiteDefinitionInformation>public static SuiteDefinitionInformation.Builder builder()
public static Class<? extends SuiteDefinitionInformation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.