@Generated(value="software.amazon.awssdk:codegen") public final class SlackChannelConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SlackChannelConfiguration.Builder,SlackChannelConfiguration>
The configuration for a Slack channel that you added for your Amazon Web Services account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SlackChannelConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SlackChannelConfiguration.Builder |
builder() |
String |
channelId()
The channel ID in Slack.
|
String |
channelName()
The name of the Slack channel that you configured with the Amazon Web Services Support App for your Amazon Web
Services account.
|
String |
channelRoleArn()
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
notifyOnAddCorrespondenceToCase()
Whether you want to get notified when a support case has a new correspondence.
|
NotificationSeverityLevel |
notifyOnCaseSeverity()
The case severity for a support case that you want to receive notifications.
|
String |
notifyOnCaseSeverityAsString()
The case severity for a support case that you want to receive notifications.
|
Boolean |
notifyOnCreateOrReopenCase()
Whether you want to get notified when a support case is created or reopened.
|
Boolean |
notifyOnResolveCase()
Whether you want to get notified when a support case is resolved.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SlackChannelConfiguration.Builder> |
serializableBuilderClass() |
String |
teamId()
The team ID in Slack.
|
SlackChannelConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String channelId()
The channel ID in Slack. This ID identifies a channel within a Slack workspace.
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.
public final String channelRoleArn()
The Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations on Amazon Web Services. For more information, see Managing access to the Amazon Web Services Support App in the Amazon Web Services Support User Guide.
public final Boolean notifyOnAddCorrespondenceToCase()
Whether you want to get notified when a support case has a new correspondence.
public final NotificationSeverityLevel notifyOnCaseSeverity()
The case severity for a support case that you want to receive notifications.
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().
NotificationSeverityLevelpublic final String notifyOnCaseSeverityAsString()
The case severity for a support case that you want to receive notifications.
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().
NotificationSeverityLevelpublic final Boolean notifyOnCreateOrReopenCase()
Whether you want to get notified when a support case is created or reopened.
public final Boolean notifyOnResolveCase()
Whether you want to get notified when a support case is resolved.
public final String teamId()
The team ID in Slack. This ID uniquely identifies a Slack workspace, such as T012ABCDEFG.
T012ABCDEFG.public SlackChannelConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SlackChannelConfiguration.Builder,SlackChannelConfiguration>public static SlackChannelConfiguration.Builder builder()
public static Class<? extends SlackChannelConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.