Class UpdatePackageRequest

    • Method Detail

      • packageName

        public final String packageName()

        The name of the target software package.

        Returns:
        The name of the target software 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.

        Note: You cannot name a defaultVersion and set unsetDefaultVersion equal to true at the same time.

        Returns:
        The name of the default package version.

        Note: You cannot name a defaultVersion and set unsetDefaultVersion equal to true at the same time.

      • unsetDefaultVersion

        public final Boolean unsetDefaultVersion()

        Indicates whether you want to remove the named default package version from the software package. Set as true to remove the default package version.

        Note: You cannot name a defaultVersion and set unsetDefaultVersion equal to true at the same time.

        Returns:
        Indicates whether you want to remove the named default package version from the software package. Set as true to remove the default package version.

        Note: You cannot name a defaultVersion and set unsetDefaultVersion equal to true at the same time.

      • clientToken

        public final String clientToken()

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Returns:
        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      • 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