@Generated(value="software.amazon.awssdk:codegen") public final class RealTimeAlertRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RealTimeAlertRule.Builder,RealTimeAlertRule>
Specifies the words or phrases that trigger an alert.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RealTimeAlertRule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RealTimeAlertRule.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IssueDetectionConfiguration |
issueDetectionConfiguration()
Specifies the issue detection settings for a real-time alert rule.
|
KeywordMatchConfiguration |
keywordMatchConfiguration()
Specifies the settings for matching the keywords in a real-time alert rule.
|
List<SdkField<?>> |
sdkFields() |
SentimentConfiguration |
sentimentConfiguration()
Specifies the settings for predicting sentiment in a real-time alert rule.
|
static Class<? extends RealTimeAlertRule.Builder> |
serializableBuilderClass() |
RealTimeAlertRule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
RealTimeAlertRuleType |
type()
The type of alert rule.
|
String |
typeAsString()
The type of alert rule.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RealTimeAlertRuleType type()
The type of alert rule.
If the service returns an enum value that is not available in the current SDK version, type will return
RealTimeAlertRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
RealTimeAlertRuleTypepublic final String typeAsString()
The type of alert rule.
If the service returns an enum value that is not available in the current SDK version, type will return
RealTimeAlertRuleType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
RealTimeAlertRuleTypepublic final KeywordMatchConfiguration keywordMatchConfiguration()
Specifies the settings for matching the keywords in a real-time alert rule.
public final SentimentConfiguration sentimentConfiguration()
Specifies the settings for predicting sentiment in a real-time alert rule.
public final IssueDetectionConfiguration issueDetectionConfiguration()
Specifies the issue detection settings for a real-time alert rule.
public RealTimeAlertRule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RealTimeAlertRule.Builder,RealTimeAlertRule>public static RealTimeAlertRule.Builder builder()
public static Class<? extends RealTimeAlertRule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.