Class UpdateSlackChannelConfigurationResponse

    • Method Detail

      • channelId

        public final String channelId()

        The channel ID in Slack. This ID identifies a channel within a Slack workspace.

        Returns:
        The channel ID in Slack. This ID identifies a channel within a Slack workspace.
      • channelName

        public final String channelName()

        The name of the Slack channel that you configure for the Amazon Web Services Support App.

        Returns:
        The name of the Slack channel that you configure for the Amazon Web Services Support App.
      • notifyOnAddCorrespondenceToCase

        public final Boolean notifyOnAddCorrespondenceToCase()

        Whether you want to get notified when a support case has a new correspondence.

        Returns:
        Whether you want to get notified when a support case has a new correspondence.
      • notifyOnCreateOrReopenCase

        public final Boolean notifyOnCreateOrReopenCase()

        Whether you want to get notified when a support case is created or reopened.

        Returns:
        Whether you want to get notified when a support case is created or reopened.
      • notifyOnResolveCase

        public final Boolean notifyOnResolveCase()

        Whether you want to get notified when a support case is resolved.

        Returns:
        Whether you want to get notified when a support case is resolved.
      • teamId

        public final String teamId()

        The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.

        Returns:
        The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
      • 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