Class JobManifestLocation

    • Method Detail

      • objectArn

        public final String objectArn()

        The Amazon Resource Name (ARN) for a manifest object.

        When you're using XML requests, you must replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes. For more information, see XML-related object key constraints in the Amazon S3 User Guide.

        Returns:
        The Amazon Resource Name (ARN) for a manifest object.

        When you're using XML requests, you must replace special characters (such as carriage returns) in object keys with their equivalent XML entity codes. For more information, see XML-related object key constraints in the Amazon S3 User Guide.

      • objectVersionId

        public final String objectVersionId()

        The optional version ID to identify a specific version of the manifest object.

        Returns:
        The optional version ID to identify a specific version of the manifest object.
      • eTag

        public final String eTag()

        The ETag for the specified manifest object.

        Returns:
        The ETag for the specified manifest 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)