Class TerminateProvisionedProductRequest

    • Method Detail

      • provisionedProductName

        public final String provisionedProductName()

        The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

        Returns:
        The name of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.
      • provisionedProductId

        public final String provisionedProductId()

        The identifier of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.

        Returns:
        The identifier of the provisioned product. You cannot specify both ProvisionedProductName and ProvisionedProductId.
      • terminateToken

        public final String terminateToken()

        An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.

        Returns:
        An idempotency token that uniquely identifies the termination request. This token is only valid during the termination process. After the provisioned product is terminated, subsequent requests to terminate the same provisioned product always return ResourceNotFound.
      • ignoreErrors

        public final Boolean ignoreErrors()

        If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

        Returns:
        If set to true, Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.
      • acceptLanguage

        public final String acceptLanguage()

        The language code.

        • jp - Japanese

        • zh - Chinese

        Returns:
        The language code.

        • jp - Japanese

        • zh - Chinese

      • retainPhysicalResources

        public final Boolean retainPhysicalResources()

        When this boolean parameter is set to true, the TerminateProvisionedProduct API deletes the Service Catalog provisioned product. However, it does not remove the CloudFormation stack, stack set, or the underlying resources of the deleted provisioned product. The default value is false.

        Returns:
        When this boolean parameter is set to true, the TerminateProvisionedProduct API deletes the Service Catalog provisioned product. However, it does not remove the CloudFormation stack, stack set, or the underlying resources of the deleted provisioned product. The default value is false.
      • 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