Class DescribeProductAsAdminRequest

    • Method Detail

      • acceptLanguage

        public final String acceptLanguage()

        The language code.

        • jp - Japanese

        • zh - Chinese

        Returns:
        The language code.

        • jp - Japanese

        • zh - Chinese

      • id

        public final String id()

        The product identifier.

        Returns:
        The product identifier.
      • name

        public final String name()

        The product name.

        Returns:
        The product name.
      • sourcePortfolioId

        public final String sourcePortfolioId()

        The unique identifier of the shared portfolio that the specified product is associated with.

        You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.

        Returns:
        The unique identifier of the shared portfolio that the specified product is associated with.

        You can provide this parameter to retrieve the shared TagOptions associated with the product. If this parameter is provided and if TagOptions sharing is enabled in the portfolio share, the API returns both local and shared TagOptions associated with the product. Otherwise only local TagOptions will be returned.

      • 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