@Generated(value="software.amazon.awssdk:codegen") public final class ViolationEventAdditionalInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ViolationEventAdditionalInfo.Builder,ViolationEventAdditionalInfo>
The details of a violation event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ViolationEventAdditionalInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ViolationEventAdditionalInfo.Builder |
builder() |
ConfidenceLevel |
confidenceLevel()
The sensitivity of anomalous behavior evaluation.
|
String |
confidenceLevelAsString()
The sensitivity of anomalous behavior evaluation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ViolationEventAdditionalInfo.Builder> |
serializableBuilderClass() |
ViolationEventAdditionalInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ConfidenceLevel confidenceLevel()
The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or
High.
If the service returns an enum value that is not available in the current SDK version, confidenceLevel
will return ConfidenceLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from confidenceLevelAsString().
Low, Medium, or
High.ConfidenceLevelpublic final String confidenceLevelAsString()
The sensitivity of anomalous behavior evaluation. Can be Low, Medium, or
High.
If the service returns an enum value that is not available in the current SDK version, confidenceLevel
will return ConfidenceLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from confidenceLevelAsString().
Low, Medium, or
High.ConfidenceLevelpublic ViolationEventAdditionalInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ViolationEventAdditionalInfo.Builder,ViolationEventAdditionalInfo>public static ViolationEventAdditionalInfo.Builder builder()
public static Class<? extends ViolationEventAdditionalInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.