Class DeleteTargetRequest

    • Method Detail

      • targetAddress

        public final String targetAddress()

        The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.

        Returns:
        The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.
      • forceUnsubscribeAll

        public final Boolean forceUnsubscribeAll()

        A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.

        Returns:
        A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.
      • 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