public class ViolationEventAdditionalInfo
extends java.lang.Object
implements java.io.Serializable
The details of a violation event.
Constructor and Description |
---|
ViolationEventAdditionalInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getConfidenceLevel()
The sensitivity of anomalous behavior evaluation.
|
int |
hashCode() |
void |
setConfidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
void |
setConfidenceLevel(java.lang.String confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ViolationEventAdditionalInfo |
withConfidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
ViolationEventAdditionalInfo |
withConfidenceLevel(java.lang.String confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
public java.lang.String getConfidenceLevel()
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or High
.
Constraints:
Allowed Values: LOW, MEDIUM, HIGH
The sensitivity of anomalous behavior evaluation. Can be
Low
, Medium
, or High
.
ConfidenceLevel
public void setConfidenceLevel(java.lang.String confidenceLevel)
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or High
.
Constraints:
Allowed Values: LOW, MEDIUM, HIGH
confidenceLevel
-
The sensitivity of anomalous behavior evaluation. Can be
Low
, Medium
, or High
.
ConfidenceLevel
public ViolationEventAdditionalInfo withConfidenceLevel(java.lang.String confidenceLevel)
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or High
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: LOW, MEDIUM, HIGH
confidenceLevel
-
The sensitivity of anomalous behavior evaluation. Can be
Low
, Medium
, or High
.
ConfidenceLevel
public void setConfidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or High
.
Constraints:
Allowed Values: LOW, MEDIUM, HIGH
confidenceLevel
-
The sensitivity of anomalous behavior evaluation. Can be
Low
, Medium
, or High
.
ConfidenceLevel
public ViolationEventAdditionalInfo withConfidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or High
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: LOW, MEDIUM, HIGH
confidenceLevel
-
The sensitivity of anomalous behavior evaluation. Can be
Low
, Medium
, or High
.
ConfidenceLevel
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.