Class ResourceProfileArtifact

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the object.

        Returns:
        The Amazon Resource Name (ARN) of the object.
      • classificationResultStatus

        public final String classificationResultStatus()

        The status of the analysis. Possible values are:

        • COMPLETE - Amazon Macie successfully completed its analysis of the object.

        • PARTIAL - Macie analyzed only a subset of data in the object. For example, the object is an archive file that contains files in an unsupported format.

        • SKIPPED - Macie wasn't able to analyze the object. For example, the object is a malformed file.

        Returns:
        The status of the analysis. Possible values are:

        • COMPLETE - Amazon Macie successfully completed its analysis of the object.

        • PARTIAL - Macie analyzed only a subset of data in the object. For example, the object is an archive file that contains files in an unsupported format.

        • SKIPPED - Macie wasn't able to analyze the object. For example, the object is a malformed file.

      • sensitive

        public final Boolean sensitive()

        Specifies whether Amazon Macie found sensitive data in the object.

        Returns:
        Specifies whether Amazon Macie found sensitive data in the object.
      • 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)