@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSlackChannelConfigurationRequest extends SupportAppRequest implements ToCopyableBuilder<UpdateSlackChannelConfigurationRequest.Builder,UpdateSlackChannelConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSlackChannelConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSlackChannelConfigurationRequest.Builder |
builder() |
String |
channelId()
The channel ID in Slack.
|
String |
channelName()
The Slack channel name that you want to update.
|
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 UpdateSlackChannelConfigurationRequest.Builder> |
serializableBuilderClass() |
String |
teamId()
The team ID in Slack.
|
UpdateSlackChannelConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, 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 Slack channel name that you want to update.
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 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().
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.
NotificationSeverityLevelpublic 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().
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.
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 UpdateSlackChannelConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSlackChannelConfigurationRequest.Builder,UpdateSlackChannelConfigurationRequest>toBuilder in class SupportAppRequestpublic static UpdateSlackChannelConfigurationRequest.Builder builder()
public static Class<? extends UpdateSlackChannelConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.