Class DescribeProvisioningParametersRequest

    • Method Detail

      • acceptLanguage

        public final String acceptLanguage()

        The language code.

        • jp - Japanese

        • zh - Chinese

        Returns:
        The language code.

        • jp - Japanese

        • zh - Chinese

      • productId

        public final String productId()

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

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

        public final String productName()

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

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

        public final String provisioningArtifactId()

        The identifier of the provisioning artifact. You must provide the name or ID, but not both.

        Returns:
        The identifier of the provisioning artifact. You must provide the name or ID, but not both.
      • provisioningArtifactName

        public final String provisioningArtifactName()

        The name of the provisioning artifact. You must provide the name or ID, but not both.

        Returns:
        The name of the provisioning artifact. You must provide the name or ID, but not both.
      • pathId

        public final String pathId()

        The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.

        Returns:
        The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.
      • pathName

        public final String pathName()

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

        Returns:
        The name of the path. You must provide the name or ID, but not both.
      • 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