@Generated(value="software.amazon.awssdk:codegen") public final class CreateSlackChannelConfigurationRequest extends SupportAppRequest implements ToCopyableBuilder<CreateSlackChannelConfigurationRequest.Builder,CreateSlackChannelConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateSlackChannelConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateSlackChannelConfigurationRequest.Builder |
builder() |
String |
channelId()
The channel ID in Slack.
|
String |
channelName()
The name of the Slack channel that you configure for the Amazon Web Services Support App.
|
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 CreateSlackChannelConfigurationRequest.Builder> |
serializableBuilderClass() |
String |
teamId()
The team ID in Slack.
|
CreateSlackChannelConfigurationRequest.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 name of the Slack channel that you configure for the Amazon Web Services Support App.
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, you must specify true for at least one of the
following parameters:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you specify none, the following parameters must be null or false:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you don't specify these parameters in your request, they default to false.
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, you must specify true for at least one
of the following parameters:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you specify none, the following parameters must be null or false:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you don't specify these parameters in your request, they default to false.
NotificationSeverityLevelpublic final String notifyOnCaseSeverityAsString()
The case severity for a support case that you want to receive notifications.
If you specify high or all, you must specify true for at least one of the
following parameters:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you specify none, the following parameters must be null or false:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you don't specify these parameters in your request, they default to false.
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, you must specify true for at least one
of the following parameters:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you specify none, the following parameters must be null or false:
notifyOnAddCorrespondenceToCase
notifyOnCreateOrReopenCase
notifyOnResolveCase
If you don't specify these parameters in your request, they default to false.
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 CreateSlackChannelConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateSlackChannelConfigurationRequest.Builder,CreateSlackChannelConfigurationRequest>toBuilder in class SupportAppRequestpublic static CreateSlackChannelConfigurationRequest.Builder builder()
public static Class<? extends CreateSlackChannelConfigurationRequest.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 © 2022. All rights reserved.