@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FindingSummary extends Object implements Serializable, Cloneable, StructuredPojo
Identifying information about the finding.
Constructor and Description |
---|
FindingSummary() |
Modifier and Type | Method and Description |
---|---|
FindingSummary |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the finding.
|
Date |
getLastModifiedTime()
The timestamp for when the finding was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The ID of the finding.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp for when the finding was last updated.
|
String |
toString()
Returns a string representation of this object.
|
FindingSummary |
withId(String id)
The ID of the finding.
|
FindingSummary |
withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the finding was last updated.
|
public void setId(String id)
The ID of the finding.
id
- The ID of the finding.public String getId()
The ID of the finding.
public FindingSummary withId(String id)
The ID of the finding.
id
- The ID of the finding.public void setLastModifiedTime(Date lastModifiedTime)
The timestamp for when the finding was last updated.
lastModifiedTime
- The timestamp for when the finding was last updated.public Date getLastModifiedTime()
The timestamp for when the finding was last updated.
public FindingSummary withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the finding was last updated.
lastModifiedTime
- The timestamp for when the finding was last updated.public String toString()
toString
in class Object
Object.toString()
public FindingSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.