@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExploitObserved extends Object implements Serializable, Cloneable, StructuredPojo
Contains information on when this exploit was observed.
Constructor and Description |
---|
ExploitObserved() |
Modifier and Type | Method and Description |
---|---|
ExploitObserved |
clone() |
boolean |
equals(Object obj) |
Date |
getFirstSeen()
The date an time when the exploit was first seen.
|
Date |
getLastSeen()
The date an time when the exploit was last seen.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFirstSeen(Date firstSeen)
The date an time when the exploit was first seen.
|
void |
setLastSeen(Date lastSeen)
The date an time when the exploit was last seen.
|
String |
toString()
Returns a string representation of this object.
|
ExploitObserved |
withFirstSeen(Date firstSeen)
The date an time when the exploit was first seen.
|
ExploitObserved |
withLastSeen(Date lastSeen)
The date an time when the exploit was last seen.
|
public void setFirstSeen(Date firstSeen)
The date an time when the exploit was first seen.
firstSeen
- The date an time when the exploit was first seen.public Date getFirstSeen()
The date an time when the exploit was first seen.
public ExploitObserved withFirstSeen(Date firstSeen)
The date an time when the exploit was first seen.
firstSeen
- The date an time when the exploit was first seen.public void setLastSeen(Date lastSeen)
The date an time when the exploit was last seen.
lastSeen
- The date an time when the exploit was last seen.public Date getLastSeen()
The date an time when the exploit was last seen.
public ExploitObserved withLastSeen(Date lastSeen)
The date an time when the exploit was last seen.
lastSeen
- The date an time when the exploit was last seen.public String toString()
toString
in class Object
Object.toString()
public ExploitObserved clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.