@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Finding extends Object implements Serializable, Cloneable, StructuredPojo
Information about a specific CodeDeploy deployment or CloudFormation stack creation or update that occurred around the time of a reported incident. These activities can be investigated as a potential cause of the incident.
Constructor and Description |
---|
Finding() |
Modifier and Type | Method and Description |
---|---|
Finding |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The timestamp for when a finding was created.
|
FindingDetails |
getDetails()
Details about the finding.
|
String |
getId()
The ID assigned to the finding.
|
Date |
getLastModifiedTime()
The timestamp for when the finding was most recently updated with additional information.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The timestamp for when a finding was created.
|
void |
setDetails(FindingDetails details)
Details about the finding.
|
void |
setId(String id)
The ID assigned to the finding.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp for when the finding was most recently updated with additional information.
|
String |
toString()
Returns a string representation of this object.
|
Finding |
withCreationTime(Date creationTime)
The timestamp for when a finding was created.
|
Finding |
withDetails(FindingDetails details)
Details about the finding.
|
Finding |
withId(String id)
The ID assigned to the finding.
|
Finding |
withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the finding was most recently updated with additional information.
|
public void setCreationTime(Date creationTime)
The timestamp for when a finding was created.
creationTime
- The timestamp for when a finding was created.public Date getCreationTime()
The timestamp for when a finding was created.
public Finding withCreationTime(Date creationTime)
The timestamp for when a finding was created.
creationTime
- The timestamp for when a finding was created.public void setDetails(FindingDetails details)
Details about the finding.
details
- Details about the finding.public FindingDetails getDetails()
Details about the finding.
public Finding withDetails(FindingDetails details)
Details about the finding.
details
- Details about the finding.public void setId(String id)
The ID assigned to the finding.
id
- The ID assigned to the finding.public String getId()
The ID assigned to the finding.
public Finding withId(String id)
The ID assigned to the finding.
id
- The ID assigned to the finding.public void setLastModifiedTime(Date lastModifiedTime)
The timestamp for when the finding was most recently updated with additional information.
lastModifiedTime
- The timestamp for when the finding was most recently updated with additional information.public Date getLastModifiedTime()
The timestamp for when the finding was most recently updated with additional information.
public Finding withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the finding was most recently updated with additional information.
lastModifiedTime
- The timestamp for when the finding was most recently updated with additional information.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.