Class ImportAsProvisionedProductRequest

    • 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.

        Returns:
        The product identifier.
      • provisioningArtifactId

        public final String provisioningArtifactId()

        The identifier of the provisioning artifact.

        Returns:
        The identifier of the provisioning artifact.
      • provisionedProductName

        public final String provisionedProductName()

        The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.

        Returns:
        The user-friendly name of the provisioned product. The value must be unique for the Amazon Web Services account. The name cannot be updated after the product is provisioned.
      • physicalId

        public final String physicalId()

        The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.

        Returns:
        The unique identifier of the resource to be imported. It only currently supports CloudFormation stack IDs.
      • idempotencyToken

        public final String idempotencyToken()

        A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.

        Returns:
        A unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request.
      • 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