@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Anomaly extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the anomalies.
Constructor and Description |
---|
Anomaly() |
Modifier and Type | Method and Description |
---|---|
Anomaly |
addProfilesEntry(String key,
Map<String,List<AnomalyObject>> value)
Add a single Profiles entry
|
Anomaly |
clearProfilesEntries()
Removes all the entries added into Profiles.
|
Anomaly |
clone() |
boolean |
equals(Object obj) |
Map<String,Map<String,List<AnomalyObject>>> |
getProfiles()
Information about the types of profiles.
|
AnomalyUnusual |
getUnusual()
Information about the behavior of the anomalies.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setProfiles(Map<String,Map<String,List<AnomalyObject>>> profiles)
Information about the types of profiles.
|
void |
setUnusual(AnomalyUnusual unusual)
Information about the behavior of the anomalies.
|
String |
toString()
Returns a string representation of this object.
|
Anomaly |
withProfiles(Map<String,Map<String,List<AnomalyObject>>> profiles)
Information about the types of profiles.
|
Anomaly |
withUnusual(AnomalyUnusual unusual)
Information about the behavior of the anomalies.
|
public Map<String,Map<String,List<AnomalyObject>>> getProfiles()
Information about the types of profiles.
public void setProfiles(Map<String,Map<String,List<AnomalyObject>>> profiles)
Information about the types of profiles.
profiles
- Information about the types of profiles.public Anomaly withProfiles(Map<String,Map<String,List<AnomalyObject>>> profiles)
Information about the types of profiles.
profiles
- Information about the types of profiles.public Anomaly addProfilesEntry(String key, Map<String,List<AnomalyObject>> value)
public Anomaly clearProfilesEntries()
public void setUnusual(AnomalyUnusual unusual)
Information about the behavior of the anomalies.
unusual
- Information about the behavior of the anomalies.public AnomalyUnusual getUnusual()
Information about the behavior of the anomalies.
public Anomaly withUnusual(AnomalyUnusual unusual)
Information about the behavior of the anomalies.
unusual
- Information about the behavior of the anomalies.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.