Class UpdateSuiteDefinitionResponse

    • Method Detail

      • suiteDefinitionId

        public final String suiteDefinitionId()

        Suite definition ID of the updated test suite.

        Returns:
        Suite definition ID of the updated test suite.
      • suiteDefinitionArn

        public final String suiteDefinitionArn()

        Amazon Resource Name (ARN) of the updated test suite.

        Returns:
        Amazon Resource Name (ARN) of the updated test suite.
      • suiteDefinitionName

        public final String suiteDefinitionName()

        Updates the suite definition name. This is a required parameter.

        Returns:
        Updates the suite definition name. This is a required parameter.
      • suiteDefinitionVersion

        public final String suiteDefinitionVersion()

        Suite definition version of the updated test suite.

        Returns:
        Suite definition version of the updated test suite.
      • createdAt

        public final Instant createdAt()

        Timestamp of when the test suite was created.

        Returns:
        Timestamp of when the test suite was created.
      • lastUpdatedAt

        public final Instant lastUpdatedAt()

        Timestamp of when the test suite was updated.

        Returns:
        Timestamp of when the test suite was updated.
      • 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