Class EvaluationFormSummary

    • Method Detail

      • evaluationFormId

        public final String evaluationFormId()

        The unique identifier for the evaluation form.

        Returns:
        The unique identifier for the evaluation form.
      • evaluationFormArn

        public final String evaluationFormArn()

        The Amazon Resource Name (ARN) for the evaluation form resource.

        Returns:
        The Amazon Resource Name (ARN) for the evaluation form resource.
      • title

        public final String title()

        A title of the evaluation form.

        Returns:
        A title of the evaluation form.
      • createdTime

        public final Instant createdTime()

        The timestamp for when the evaluation form was created.

        Returns:
        The timestamp for when the evaluation form was created.
      • createdBy

        public final String createdBy()

        The Amazon Resource Name (ARN) of the user who created the evaluation form.

        Returns:
        The Amazon Resource Name (ARN) of the user who created the evaluation form.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The timestamp for when the evaluation form was last updated.

        Returns:
        The timestamp for when the evaluation form was last updated.
      • lastModifiedBy

        public final String lastModifiedBy()

        The Amazon Resource Name (ARN) of the user who last updated the evaluation form.

        Returns:
        The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
      • lastActivatedTime

        public final Instant lastActivatedTime()

        The timestamp for when the evaluation form was last activated.

        Returns:
        The timestamp for when the evaluation form was last activated.
      • lastActivatedBy

        public final String lastActivatedBy()

        The Amazon Resource Name (ARN) of the user who last activated the evaluation form.

        Returns:
        The Amazon Resource Name (ARN) of the user who last activated the evaluation form.
      • latestVersion

        public final Integer latestVersion()

        The version number of the latest evaluation form version.

        Returns:
        The version number of the latest evaluation form version.
      • activeVersion

        public final Integer activeVersion()

        The version of the active evaluation form version.

        Returns:
        The version of the active evaluation form version.
      • 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)