@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnomalyUnusual extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the behavior of the anomaly that is new to GuardDuty.
Constructor and Description |
---|
AnomalyUnusual() |
Modifier and Type | Method and Description |
---|---|
AnomalyUnusual |
addBehaviorEntry(String key,
Map<String,AnomalyObject> value)
Add a single Behavior entry
|
AnomalyUnusual |
clearBehaviorEntries()
Removes all the entries added into Behavior.
|
AnomalyUnusual |
clone() |
boolean |
equals(Object obj) |
Map<String,Map<String,AnomalyObject>> |
getBehavior()
The behavior of the anomalous activity that caused GuardDuty to generate the finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBehavior(Map<String,Map<String,AnomalyObject>> behavior)
The behavior of the anomalous activity that caused GuardDuty to generate the finding.
|
String |
toString()
Returns a string representation of this object.
|
AnomalyUnusual |
withBehavior(Map<String,Map<String,AnomalyObject>> behavior)
The behavior of the anomalous activity that caused GuardDuty to generate the finding.
|
public Map<String,Map<String,AnomalyObject>> getBehavior()
The behavior of the anomalous activity that caused GuardDuty to generate the finding.
public void setBehavior(Map<String,Map<String,AnomalyObject>> behavior)
The behavior of the anomalous activity that caused GuardDuty to generate the finding.
behavior
- The behavior of the anomalous activity that caused GuardDuty to generate the finding.public AnomalyUnusual withBehavior(Map<String,Map<String,AnomalyObject>> behavior)
The behavior of the anomalous activity that caused GuardDuty to generate the finding.
behavior
- The behavior of the anomalous activity that caused GuardDuty to generate the finding.public AnomalyUnusual addBehaviorEntry(String key, Map<String,AnomalyObject> value)
public AnomalyUnusual clearBehaviorEntries()
public String toString()
toString
in class Object
Object.toString()
public AnomalyUnusual clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.