@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Indicator extends Object implements Serializable, Cloneable, StructuredPojo
Investigations triages indicators of compromises such as a finding and surfaces only the most critical and suspicious issues, so you can focus on high-level investigations.
| Constructor and Description |
|---|
Indicator() |
| Modifier and Type | Method and Description |
|---|---|
Indicator |
clone() |
boolean |
equals(Object obj) |
IndicatorDetail |
getIndicatorDetail()
Details about the indicator of compromise.
|
String |
getIndicatorType()
The type of indicator.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIndicatorDetail(IndicatorDetail indicatorDetail)
Details about the indicator of compromise.
|
void |
setIndicatorType(String indicatorType)
The type of indicator.
|
String |
toString()
Returns a string representation of this object.
|
Indicator |
withIndicatorDetail(IndicatorDetail indicatorDetail)
Details about the indicator of compromise.
|
Indicator |
withIndicatorType(IndicatorType indicatorType)
The type of indicator.
|
Indicator |
withIndicatorType(String indicatorType)
The type of indicator.
|
public void setIndicatorType(String indicatorType)
The type of indicator.
indicatorType - The type of indicator.IndicatorTypepublic String getIndicatorType()
The type of indicator.
IndicatorTypepublic Indicator withIndicatorType(String indicatorType)
The type of indicator.
indicatorType - The type of indicator.IndicatorTypepublic Indicator withIndicatorType(IndicatorType indicatorType)
The type of indicator.
indicatorType - The type of indicator.IndicatorTypepublic void setIndicatorDetail(IndicatorDetail indicatorDetail)
Details about the indicator of compromise.
indicatorDetail - Details about the indicator of compromise.public IndicatorDetail getIndicatorDetail()
Details about the indicator of compromise.
public Indicator withIndicatorDetail(IndicatorDetail indicatorDetail)
Details about the indicator of compromise.
indicatorDetail - Details about the indicator of compromise.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.