Class AssessmentReport

    • Method Detail

      • id

        public final String id()

        The unique identifier for the assessment report.

        Returns:
        The unique identifier for the assessment report.
      • name

        public final String name()

        The name that's given to the assessment report.

        Returns:
        The name that's given to the assessment report.
      • description

        public final String description()

        The description of the specified assessment report.

        Returns:
        The description of the specified assessment report.
      • awsAccountId

        public final String awsAccountId()

        The identifier for the specified Amazon Web Services account.

        Returns:
        The identifier for the specified Amazon Web Services account.
      • assessmentId

        public final String assessmentId()

        The identifier for the specified assessment.

        Returns:
        The identifier for the specified assessment.
      • assessmentName

        public final String assessmentName()

        The name of the associated assessment.

        Returns:
        The name of the associated assessment.
      • author

        public final String author()

        The name of the user who created the assessment report.

        Returns:
        The name of the user who created the assessment report.
      • creationTime

        public final Instant creationTime()

        Specifies when the assessment report was created.

        Returns:
        Specifies when the assessment report was created.
      • 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)