Class TestCaseSummary

    • Method Detail

      • testCaseId

        public final String testCaseId()

        The test case ID of the test case summary.

        Returns:
        The test case ID of the test case summary.
      • testCaseArn

        public final String testCaseArn()

        The test case Amazon Resource Name (ARN) of the test case summary.

        Returns:
        The test case Amazon Resource Name (ARN) of the test case summary.
      • name

        public final String name()

        The name of the test case summary.

        Returns:
        The name of the test case summary.
      • statusReason

        public final String statusReason()

        The status reason of the test case summary.

        Returns:
        The status reason of the test case summary.
      • latestVersion

        public final Integer latestVersion()

        The latest version of the test case summary.

        Returns:
        The latest version of the test case summary.
      • creationTime

        public final Instant creationTime()

        The creation time of the test case summary.

        Returns:
        The creation time of the test case summary.
      • lastUpdateTime

        public final Instant lastUpdateTime()

        The last update time of the test case summary.

        Returns:
        The last update time of the test case summary.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)