Class SuiteRunInformation
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<SuiteRunInformation.Builder,- SuiteRunInformation> 
Information about the suite run.
Requires permission to access the SuiteRunInformation action.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionstatic SuiteRunInformation.Builderbuilder()final InstantDate (in Unix epoch time) when the suite run was created.final InstantendAt()Date (in Unix epoch time) when the suite run ended.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Integerfailed()Number of test cases that failed in the suite run.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Integerpassed()Number of test cases that passed in the suite run.static Class<? extends SuiteRunInformation.Builder> final InstantDate (in Unix epoch time) when the suite run was started.final SuiteRunStatusstatus()Status of the suite run.final StringStatus of the suite run.final StringSuite definition ID of the suite run.final StringSuite definition name of the suite run.final StringSuite definition version of the suite run.final StringSuite run ID of the suite run.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
suiteDefinitionIdSuite definition ID of the suite run. - Returns:
- Suite definition ID of the suite run.
 
- 
suiteDefinitionVersionSuite definition version of the suite run. - Returns:
- Suite definition version of the suite run.
 
- 
suiteDefinitionNameSuite definition name of the suite run. - Returns:
- Suite definition name of the suite run.
 
- 
suiteRunIdSuite run ID of the suite run. - Returns:
- Suite run ID of the suite run.
 
- 
createdAtDate (in Unix epoch time) when the suite run was created. - Returns:
- Date (in Unix epoch time) when the suite run was created.
 
- 
startedAtDate (in Unix epoch time) when the suite run was started. - Returns:
- Date (in Unix epoch time) when the suite run was started.
 
- 
endAtDate (in Unix epoch time) when the suite run ended. - Returns:
- Date (in Unix epoch time) when the suite run ended.
 
- 
statusStatus of the suite run. If the service returns an enum value that is not available in the current SDK version, statuswill returnSuiteRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the suite run.
- See Also:
 
- 
statusAsStringStatus of the suite run. If the service returns an enum value that is not available in the current SDK version, statuswill returnSuiteRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of the suite run.
- See Also:
 
- 
passedNumber of test cases that passed in the suite run. - Returns:
- Number of test cases that passed in the suite run.
 
- 
failedNumber of test cases that failed in the suite run. - Returns:
- Number of test cases that failed in the suite run.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<SuiteRunInformation.Builder,- SuiteRunInformation> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-