@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ViolationEventAdditionalInfo extends Object implements Serializable, Cloneable, StructuredPojo
The details of a violation event.
Constructor and Description |
---|
ViolationEventAdditionalInfo() |
Modifier and Type | Method and Description |
---|---|
ViolationEventAdditionalInfo |
clone() |
boolean |
equals(Object obj) |
String |
getConfidenceLevel()
The sensitivity of anomalous behavior evaluation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConfidenceLevel(String confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
String |
toString()
Returns a string representation of this object.
|
ViolationEventAdditionalInfo |
withConfidenceLevel(ConfidenceLevel confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
ViolationEventAdditionalInfo |
withConfidenceLevel(String confidenceLevel)
The sensitivity of anomalous behavior evaluation.
|
public void setConfidenceLevel(String confidenceLevel)
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or
High
.
confidenceLevel
- The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or
High
.ConfidenceLevel
public String getConfidenceLevel()
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or
High
.
Low
, Medium
, or
High
.ConfidenceLevel
public ViolationEventAdditionalInfo withConfidenceLevel(String confidenceLevel)
The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or
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
.
confidenceLevel
- The sensitivity of anomalous behavior evaluation. Can be Low
, Medium
, or
High
.ConfidenceLevel
public String toString()
toString
in class Object
Object.toString()
public ViolationEventAdditionalInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.