Class EvaluationFormVersionSummary

    • Method Detail

      • 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.
      • evaluationFormId

        public final String evaluationFormId()

        The unique identifier for the evaluation form.

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

        public final Integer evaluationFormVersion()

        A version of the evaluation form.

        Returns:
        A version of the evaluation form.
      • locked

        public final Boolean locked()

        The flag indicating whether the evaluation form is locked for changes.

        Returns:
        The flag indicating whether the evaluation form is locked for changes.
      • 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.
      • 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)