Class GetTestRunStepResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.apptest.model.AppTestResponse
-
- software.amazon.awssdk.services.apptest.model.GetTestRunStepResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetTestRunStepResponse.Builder,GetTestRunStepResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetTestRunStepResponse extends AppTestResponse implements ToCopyableBuilder<GetTestRunStepResponse.Builder,GetTestRunStepResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetTestRunStepResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanafterStep()The after steps of the test run step.BooleanbeforeStep()The before steps of the test run step.static GetTestRunStepResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantrunEndTime()The run end time of the test run step.InstantrunStartTime()The run start time of the test run step.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GetTestRunStepResponse.Builder>serializableBuilderClass()StepRunStatusstatus()The status of the test run step.StringstatusAsString()The status of the test run step.StringstatusReason()The status reason of the test run step.StringstepName()The step name of the test run step.StepRunSummarystepRunSummary()The step run summary of the test run step.StringtestCaseId()The test case ID of the test run step.IntegertestCaseVersion()The test case version of the test run step.StringtestRunId()The test run ID of the test run step.StringtestSuiteId()The test suite ID of the test run step.IntegertestSuiteVersion()The test suite version of the test run step.GetTestRunStepResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.apptest.model.AppTestResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
stepName
public final String stepName()
The step name of the test run step.
- Returns:
- The step name of the test run step.
-
testRunId
public final String testRunId()
The test run ID of the test run step.
- Returns:
- The test run ID of the test run step.
-
testCaseId
public final String testCaseId()
The test case ID of the test run step.
- Returns:
- The test case ID of the test run step.
-
testCaseVersion
public final Integer testCaseVersion()
The test case version of the test run step.
- Returns:
- The test case version of the test run step.
-
testSuiteId
public final String testSuiteId()
The test suite ID of the test run step.
- Returns:
- The test suite ID of the test run step.
-
testSuiteVersion
public final Integer testSuiteVersion()
The test suite version of the test run step.
- Returns:
- The test suite version of the test run step.
-
beforeStep
public final Boolean beforeStep()
The before steps of the test run step.
- Returns:
- The before steps of the test run step.
-
afterStep
public final Boolean afterStep()
The after steps of the test run step.
- Returns:
- The after steps of the test run step.
-
status
public final StepRunStatus status()
The status of the test run step.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStepRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the test run step.
- See Also:
StepRunStatus
-
statusAsString
public final String statusAsString()
The status of the test run step.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStepRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the test run step.
- See Also:
StepRunStatus
-
statusReason
public final String statusReason()
The status reason of the test run step.
- Returns:
- The status reason of the test run step.
-
runStartTime
public final Instant runStartTime()
The run start time of the test run step.
- Returns:
- The run start time of the test run step.
-
runEndTime
public final Instant runEndTime()
The run end time of the test run step.
- Returns:
- The run end time of the test run step.
-
stepRunSummary
public final StepRunSummary stepRunSummary()
The step run summary of the test run step.
- Returns:
- The step run summary of the test run step.
-
toBuilder
public GetTestRunStepResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetTestRunStepResponse.Builder,GetTestRunStepResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetTestRunStepResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetTestRunStepResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-