@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Evidence extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the reason that the finding was generated.
Constructor and Description |
---|
Evidence() |
Modifier and Type | Method and Description |
---|---|
Evidence |
clone() |
boolean |
equals(Object obj) |
List<ThreatIntelligenceDetail> |
getThreatIntelligenceDetails()
A list of threat intelligence details related to the evidence.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setThreatIntelligenceDetails(Collection<ThreatIntelligenceDetail> threatIntelligenceDetails)
A list of threat intelligence details related to the evidence.
|
String |
toString()
Returns a string representation of this object.
|
Evidence |
withThreatIntelligenceDetails(Collection<ThreatIntelligenceDetail> threatIntelligenceDetails)
A list of threat intelligence details related to the evidence.
|
Evidence |
withThreatIntelligenceDetails(ThreatIntelligenceDetail... threatIntelligenceDetails)
A list of threat intelligence details related to the evidence.
|
public List<ThreatIntelligenceDetail> getThreatIntelligenceDetails()
A list of threat intelligence details related to the evidence.
public void setThreatIntelligenceDetails(Collection<ThreatIntelligenceDetail> threatIntelligenceDetails)
A list of threat intelligence details related to the evidence.
threatIntelligenceDetails
- A list of threat intelligence details related to the evidence.public Evidence withThreatIntelligenceDetails(ThreatIntelligenceDetail... threatIntelligenceDetails)
A list of threat intelligence details related to the evidence.
NOTE: This method appends the values to the existing list (if any). Use
setThreatIntelligenceDetails(java.util.Collection)
or
withThreatIntelligenceDetails(java.util.Collection)
if you want to override the existing values.
threatIntelligenceDetails
- A list of threat intelligence details related to the evidence.public Evidence withThreatIntelligenceDetails(Collection<ThreatIntelligenceDetail> threatIntelligenceDetails)
A list of threat intelligence details related to the evidence.
threatIntelligenceDetails
- A list of threat intelligence details related to the evidence.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.