Class SlackChannelConfiguration

    • 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 configured with the Amazon Web Services Support App for your Amazon Web Services account.

        Returns:
        The name of the Slack channel that you configured with the Amazon Web Services Support App for your Amazon Web Services account.
      • 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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)