Class PackageFilter

    • Method Detail

      • architecture

        public final StringFilter architecture()

        An object that contains details on the package architecture type to filter on.

        Returns:
        An object that contains details on the package architecture type to filter on.
      • epoch

        public final NumberFilter epoch()

        An object that contains details on the package epoch to filter on.

        Returns:
        An object that contains details on the package epoch to filter on.
      • name

        public final StringFilter name()

        An object that contains details on the name of the package to filter on.

        Returns:
        An object that contains details on the name of the package to filter on.
      • release

        public final StringFilter release()

        An object that contains details on the package release to filter on.

        Returns:
        An object that contains details on the package release to filter on.
      • sourceLambdaLayerArn

        public final StringFilter sourceLambdaLayerArn()
        Returns the value of the SourceLambdaLayerArn property for this object.
        Returns:
        The value of the SourceLambdaLayerArn property for this object.
      • sourceLayerHash

        public final StringFilter sourceLayerHash()

        An object that contains details on the source layer hash to filter on.

        Returns:
        An object that contains details on the source layer hash to filter on.
      • version

        public final StringFilter version()

        The package version to filter on.

        Returns:
        The package version to filter on.
      • 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)