Class UpdateSlackChannelConfigurationRequest

    • 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 Slack channel name that you want to update.

        Returns:
        The Slack channel name that you want to update.
      • 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.
      • notifyOnCaseSeverity

        public final NotificationSeverityLevel notifyOnCaseSeverity()

        The case severity for a support case that you want to receive notifications.

        If you specify high or all, at least one of the following parameters must be true:

        • notifyOnAddCorrespondenceToCase

        • notifyOnCreateOrReopenCase

        • notifyOnResolveCase

        If you specify none, any of the following parameters that you specify in your request must be false:

        • notifyOnAddCorrespondenceToCase

        • notifyOnCreateOrReopenCase

        • notifyOnResolveCase

        If you don't specify these parameters in your request, the Amazon Web Services Support App uses the current values by default.

        If the service returns an enum value that is not available in the current SDK version, notifyOnCaseSeverity will return NotificationSeverityLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from notifyOnCaseSeverityAsString().

        Returns:
        The case severity for a support case that you want to receive notifications.

        If you specify high or all, at least one of the following parameters must be true:

        • notifyOnAddCorrespondenceToCase

        • notifyOnCreateOrReopenCase

        • notifyOnResolveCase

        If you specify none, any of the following parameters that you specify in your request must be false:

        • notifyOnAddCorrespondenceToCase

        • notifyOnCreateOrReopenCase

        • notifyOnResolveCase

        If you don't specify these parameters in your request, the Amazon Web Services Support App uses the current values by default.

        See Also:
        NotificationSeverityLevel
      • notifyOnCaseSeverityAsString

        public final String notifyOnCaseSeverityAsString()

        The case severity for a support case that you want to receive notifications.

        If you specify high or all, at least one of the following parameters must be true:

        • notifyOnAddCorrespondenceToCase

        • notifyOnCreateOrReopenCase

        • notifyOnResolveCase

        If you specify none, any of the following parameters that you specify in your request must be false:

        • notifyOnAddCorrespondenceToCase

        • notifyOnCreateOrReopenCase

        • notifyOnResolveCase

        If you don't specify these parameters in your request, the Amazon Web Services Support App uses the current values by default.

        If the service returns an enum value that is not available in the current SDK version, notifyOnCaseSeverity will return NotificationSeverityLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from notifyOnCaseSeverityAsString().

        Returns:
        The case severity for a support case that you want to receive notifications.

        If you specify high or all, at least one of the following parameters must be true:

        • notifyOnAddCorrespondenceToCase

        • notifyOnCreateOrReopenCase

        • notifyOnResolveCase

        If you specify none, any of the following parameters that you specify in your request must be false:

        • notifyOnAddCorrespondenceToCase

        • notifyOnCreateOrReopenCase

        • notifyOnResolveCase

        If you don't specify these parameters in your request, the Amazon Web Services Support App uses the current values by default.

        See Also:
        NotificationSeverityLevel
      • 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