Class DescribeProvisionedProductRequest

    • 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 provisioned product identifier. You must provide the name or ID, but not both.

        If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.

        Returns:
        The provisioned product identifier. You must provide the name or ID, but not both.

        If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.

      • name

        public final String name()

        The name of the provisioned product. You must provide the name or ID, but not both.

        If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.

        Returns:
        The name of the provisioned product. You must provide the name or ID, but not both.

        If you do not provide a name or ID, or you provide both name and ID, an InvalidParametersException will occur.

      • 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