@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThreatIntelIndicator extends Object implements Serializable, Cloneable, StructuredPojo
Details about the threat intelligence 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 intelligence indicator.
|
String |
getLastObservedAt()
The date and time when the most recent instance of a threat intelligence indicator was observed.
|
String |
getSource()
The source of the threat intelligence indicator.
|
String |
getSourceUrl()
The URL to the page or site where you can get more information about the threat intelligence indicator.
|
String |
getType()
The type of threat intelligence indicator.
|
String |
getValue()
The value of a threat intelligence indicator.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategory(String category)
The category of a threat intelligence indicator.
|
void |
setLastObservedAt(String lastObservedAt)
The date and time when the most recent instance of a threat intelligence indicator was observed.
|
void |
setSource(String source)
The source of the threat intelligence indicator.
|
void |
setSourceUrl(String sourceUrl)
The URL to the page or site where you can get more information about the threat intelligence indicator.
|
void |
setType(String type)
The type of threat intelligence indicator.
|
void |
setValue(String value)
The value of a threat intelligence indicator.
|
String |
toString()
Returns a string representation of this object.
|
ThreatIntelIndicator |
withCategory(String category)
The category of a threat intelligence indicator.
|
ThreatIntelIndicator |
withCategory(ThreatIntelIndicatorCategory category)
The category of a threat intelligence indicator.
|
ThreatIntelIndicator |
withLastObservedAt(String lastObservedAt)
The date and time when the most recent instance of a threat intelligence indicator was observed.
|
ThreatIntelIndicator |
withSource(String source)
The source of the threat intelligence indicator.
|
ThreatIntelIndicator |
withSourceUrl(String sourceUrl)
The URL to the page or site where you can get more information about the threat intelligence indicator.
|
ThreatIntelIndicator |
withType(String type)
The type of threat intelligence indicator.
|
ThreatIntelIndicator |
withType(ThreatIntelIndicatorType type)
The type of threat intelligence indicator.
|
ThreatIntelIndicator |
withValue(String value)
The value of a threat intelligence indicator.
|
public void setType(String type)
The type of threat intelligence indicator.
type
- The type of threat intelligence indicator.ThreatIntelIndicatorType
public String getType()
The type of threat intelligence indicator.
ThreatIntelIndicatorType
public ThreatIntelIndicator withType(String type)
The type of threat intelligence indicator.
type
- The type of threat intelligence indicator.ThreatIntelIndicatorType
public ThreatIntelIndicator withType(ThreatIntelIndicatorType type)
The type of threat intelligence indicator.
type
- The type of threat intelligence indicator.ThreatIntelIndicatorType
public void setValue(String value)
The value of a threat intelligence indicator.
value
- The value of a threat intelligence indicator.public String getValue()
The value of a threat intelligence indicator.
public ThreatIntelIndicator withValue(String value)
The value of a threat intelligence indicator.
value
- The value of a threat intelligence indicator.public void setCategory(String category)
The category of a threat intelligence indicator.
category
- The category of a threat intelligence indicator.ThreatIntelIndicatorCategory
public String getCategory()
The category of a threat intelligence indicator.
ThreatIntelIndicatorCategory
public ThreatIntelIndicator withCategory(String category)
The category of a threat intelligence indicator.
category
- The category of a threat intelligence indicator.ThreatIntelIndicatorCategory
public ThreatIntelIndicator withCategory(ThreatIntelIndicatorCategory category)
The category of a threat intelligence indicator.
category
- The category of a threat intelligence indicator.ThreatIntelIndicatorCategory
public void setLastObservedAt(String lastObservedAt)
The date and time when the most recent instance of a threat intelligence indicator was observed.
lastObservedAt
- The date and time when the most recent instance of a threat intelligence indicator was observed.public String getLastObservedAt()
The date and time when the most recent instance of a threat intelligence indicator was observed.
public ThreatIntelIndicator withLastObservedAt(String lastObservedAt)
The date and time when the most recent instance of a threat intelligence indicator was observed.
lastObservedAt
- The date and time when the most recent instance of a threat intelligence indicator was observed.public void setSource(String source)
The source of the threat intelligence indicator.
source
- The source of the threat intelligence indicator.public String getSource()
The source of the threat intelligence indicator.
public ThreatIntelIndicator withSource(String source)
The source of the threat intelligence indicator.
source
- The source of the threat intelligence indicator.public void setSourceUrl(String sourceUrl)
The URL to the page or site where you can get more information about the threat intelligence indicator.
sourceUrl
- The URL to the page or site where you can get more information about the threat intelligence indicator.public String getSourceUrl()
The URL to the page or site where you can get more information about the threat intelligence indicator.
public ThreatIntelIndicator withSourceUrl(String sourceUrl)
The URL to the page or site where you can get more information about the threat intelligence indicator.
sourceUrl
- The URL to the page or site where you can get more information about the threat intelligence indicator.public String toString()
toString
in class Object
Object.toString()
public ThreatIntelIndicator clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.