@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FindingIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about a finding and the scan that generated it.
| Constructor and Description |
|---|
FindingIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
FindingIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getFindingId()
The identifier for a finding.
|
String |
getScanName()
The name of the scan that generated the finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFindingId(String findingId)
The identifier for a finding.
|
void |
setScanName(String scanName)
The name of the scan that generated the finding.
|
String |
toString()
Returns a string representation of this object.
|
FindingIdentifier |
withFindingId(String findingId)
The identifier for a finding.
|
FindingIdentifier |
withScanName(String scanName)
The name of the scan that generated the finding.
|
public void setFindingId(String findingId)
The identifier for a finding.
findingId - The identifier for a finding.public String getFindingId()
The identifier for a finding.
public FindingIdentifier withFindingId(String findingId)
The identifier for a finding.
findingId - The identifier for a finding.public void setScanName(String scanName)
The name of the scan that generated the finding.
scanName - The name of the scan that generated the finding.public String getScanName()
The name of the scan that generated the finding.
public FindingIdentifier withScanName(String scanName)
The name of the scan that generated the finding.
scanName - The name of the scan that generated the finding.public String toString()
toString in class ObjectObject.toString()public FindingIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.