Class GetPackageResponse

    • Method Detail

      • packageName

        public final String packageName()

        The name of the software package.

        Returns:
        The name of the software package.
      • packageArn

        public final String packageArn()

        The ARN for the package.

        Returns:
        The ARN for the package.
      • description

        public final String description()

        The package description.

        Returns:
        The package description.
      • defaultVersionName

        public final String defaultVersionName()

        The name of the default package version.

        Returns:
        The name of the default package version.
      • creationDate

        public final Instant creationDate()

        The date the package was created.

        Returns:
        The date the package was created.
      • lastModifiedDate

        public final Instant lastModifiedDate()

        The date when the package was last updated.

        Returns:
        The date when the package was last updated.
      • 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