@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSlackChannelConfigurationResponse extends SupportAppResponse implements ToCopyableBuilder<UpdateSlackChannelConfigurationResponse.Builder,UpdateSlackChannelConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSlackChannelConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSlackChannelConfigurationResponse.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 UpdateSlackChannelConfigurationResponse.Builder> |
serializableBuilderClass() |
String |
teamId()
The team ID in Slack.
|
UpdateSlackChannelConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, 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 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 UpdateSlackChannelConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSlackChannelConfigurationResponse.Builder,UpdateSlackChannelConfigurationResponse>toBuilder in class AwsResponsepublic static UpdateSlackChannelConfigurationResponse.Builder builder()
public static Class<? extends UpdateSlackChannelConfigurationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2022. All rights reserved.