Class LayerVersionContentOutput

    • Method Detail

      • location

        public final String location()

        A link to the layer archive in Amazon S3 that is valid for 10 minutes.

        Returns:
        A link to the layer archive in Amazon S3 that is valid for 10 minutes.
      • codeSha256

        public final String codeSha256()

        The SHA-256 hash of the layer archive.

        Returns:
        The SHA-256 hash of the layer archive.
      • codeSize

        public final Long codeSize()

        The size of the layer archive in bytes.

        Returns:
        The size of the layer archive in bytes.
      • signingProfileVersionArn

        public final String signingProfileVersionArn()

        The Amazon Resource Name (ARN) for a signing profile version.

        Returns:
        The Amazon Resource Name (ARN) for a signing profile version.
      • signingJobArn

        public final String signingJobArn()

        The Amazon Resource Name (ARN) of a signing job.

        Returns:
        The Amazon Resource Name (ARN) of a signing job.
      • 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)