@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThreatIntelIndicator extends Object implements Serializable, Cloneable, StructuredPojo
Threat intel details related to a finding.
| Constructor and Description |
|---|
ThreatIntelIndicator() |
| Modifier and Type | Method and Description |
|---|---|
ThreatIntelIndicator |
clone() |
boolean |
equals(Object obj) |
String |
getCategory()
The category of a threat intel indicator.
|
String |
getLastObservedAt()
The date/time of the last observation of a threat intel indicator.
|
String |
getSource()
The source of the threat intel.
|
String |
getSourceUrl()
The URL for more details from the source of the threat intel.
|
String |
getType()
The type of a threat intel indicator.
|
String |
getValue()
The value of a threat intel indicator.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCategory(String category)
The category of a threat intel indicator.
|
void |
setLastObservedAt(String lastObservedAt)
The date/time of the last observation of a threat intel indicator.
|
void |
setSource(String source)
The source of the threat intel.
|
void |
setSourceUrl(String sourceUrl)
The URL for more details from the source of the threat intel.
|
void |
setType(String type)
The type of a threat intel indicator.
|
void |
setValue(String value)
The value of a threat intel indicator.
|
String |
toString()
Returns a string representation of this object.
|
ThreatIntelIndicator |
withCategory(String category)
The category of a threat intel indicator.
|
ThreatIntelIndicator |
withCategory(ThreatIntelIndicatorCategory category)
The category of a threat intel indicator.
|
ThreatIntelIndicator |
withLastObservedAt(String lastObservedAt)
The date/time of the last observation of a threat intel indicator.
|
ThreatIntelIndicator |
withSource(String source)
The source of the threat intel.
|
ThreatIntelIndicator |
withSourceUrl(String sourceUrl)
The URL for more details from the source of the threat intel.
|
ThreatIntelIndicator |
withType(String type)
The type of a threat intel indicator.
|
ThreatIntelIndicator |
withType(ThreatIntelIndicatorType type)
The type of a threat intel indicator.
|
ThreatIntelIndicator |
withValue(String value)
The value of a threat intel indicator.
|
public void setType(String type)
The type of a threat intel indicator.
type - The type of a threat intel indicator.ThreatIntelIndicatorTypepublic String getType()
The type of a threat intel indicator.
ThreatIntelIndicatorTypepublic ThreatIntelIndicator withType(String type)
The type of a threat intel indicator.
type - The type of a threat intel indicator.ThreatIntelIndicatorTypepublic ThreatIntelIndicator withType(ThreatIntelIndicatorType type)
The type of a threat intel indicator.
type - The type of a threat intel indicator.ThreatIntelIndicatorTypepublic void setValue(String value)
The value of a threat intel indicator.
value - The value of a threat intel indicator.public String getValue()
The value of a threat intel indicator.
public ThreatIntelIndicator withValue(String value)
The value of a threat intel indicator.
value - The value of a threat intel indicator.public void setCategory(String category)
The category of a threat intel indicator.
category - The category of a threat intel indicator.ThreatIntelIndicatorCategorypublic String getCategory()
The category of a threat intel indicator.
ThreatIntelIndicatorCategorypublic ThreatIntelIndicator withCategory(String category)
The category of a threat intel indicator.
category - The category of a threat intel indicator.ThreatIntelIndicatorCategorypublic ThreatIntelIndicator withCategory(ThreatIntelIndicatorCategory category)
The category of a threat intel indicator.
category - The category of a threat intel indicator.ThreatIntelIndicatorCategorypublic void setLastObservedAt(String lastObservedAt)
The date/time of the last observation of a threat intel indicator.
lastObservedAt - The date/time of the last observation of a threat intel indicator.public String getLastObservedAt()
The date/time of the last observation of a threat intel indicator.
public ThreatIntelIndicator withLastObservedAt(String lastObservedAt)
The date/time of the last observation of a threat intel indicator.
lastObservedAt - The date/time of the last observation of a threat intel indicator.public void setSource(String source)
The source of the threat intel.
source - The source of the threat intel.public String getSource()
The source of the threat intel.
public ThreatIntelIndicator withSource(String source)
The source of the threat intel.
source - The source of the threat intel.public void setSourceUrl(String sourceUrl)
The URL for more details from the source of the threat intel.
sourceUrl - The URL for more details from the source of the threat intel.public String getSourceUrl()
The URL for more details from the source of the threat intel.
public ThreatIntelIndicator withSourceUrl(String sourceUrl)
The URL for more details from the source of the threat intel.
sourceUrl - The URL for more details from the source of the threat intel.public String toString()
toString in class ObjectObject.toString()public ThreatIntelIndicator clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.