@Generated(value="software.amazon.awssdk:codegen") public final class FindingDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FindingDetail.Builder,FindingDetail>
Details of the vulnerability identified in a finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FindingDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FindingDetail.Builder |
builder() |
CisaData |
cisaData()
Returns the value of the CisaData property for this object.
|
List<String> |
cwes()
The Common Weakness Enumerations (CWEs) associated with the vulnerability.
|
Double |
epssScore()
The Exploit Prediction Scoring System (EPSS) score of the vulnerability.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<Evidence> |
evidences()
Information on the evidence of the vulnerability.
|
ExploitObserved |
exploitObserved()
Returns the value of the ExploitObserved property for this object.
|
String |
findingArn()
The finding ARN that the vulnerability details are associated with.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCwes()
For responses, this returns true if the service returned a value for the Cwes property.
|
boolean |
hasEvidences()
For responses, this returns true if the service returned a value for the Evidences property.
|
int |
hashCode() |
boolean |
hasReferenceUrls()
For responses, this returns true if the service returned a value for the ReferenceUrls property.
|
boolean |
hasTools()
For responses, this returns true if the service returned a value for the Tools property.
|
boolean |
hasTtps()
For responses, this returns true if the service returned a value for the Ttps property.
|
List<String> |
referenceUrls()
The reference URLs for the vulnerability data.
|
Integer |
riskScore()
The risk score of the vulnerability.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FindingDetail.Builder> |
serializableBuilderClass() |
FindingDetail.Builder |
toBuilder() |
List<String> |
tools()
The known malware tools or kits that can exploit the vulnerability.
|
String |
toString()
Returns a string representation of this object.
|
List<String> |
ttps()
The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CisaData cisaData()
public final boolean hasCwes()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<String> cwes()
The Common Weakness Enumerations (CWEs) associated with the vulnerability.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasCwes() method.
public final Double epssScore()
The Exploit Prediction Scoring System (EPSS) score of the vulnerability.
public final boolean hasEvidences()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<Evidence> evidences()
Information on the evidence of the vulnerability.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEvidences() method.
public final ExploitObserved exploitObserved()
public final String findingArn()
The finding ARN that the vulnerability details are associated with.
public final boolean hasReferenceUrls()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> referenceUrls()
The reference URLs for the vulnerability data.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasReferenceUrls() method.
public final Integer riskScore()
The risk score of the vulnerability.
public final boolean hasTools()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<String> tools()
The known malware tools or kits that can exploit the vulnerability.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTools() method.
public final boolean hasTtps()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<String> ttps()
The MITRE adversary tactics, techniques, or procedures (TTPs) associated with the vulnerability.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTtps() method.
public FindingDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FindingDetail.Builder,FindingDetail>public static FindingDetail.Builder builder()
public static Class<? extends FindingDetail.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.