public class OutputLogEvent extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
OutputLogEvent() |
| Modifier and Type | Method and Description |
|---|---|
OutputLogEvent |
clone() |
boolean |
equals(Object obj) |
Long |
getIngestionTime() |
String |
getMessage() |
Long |
getTimestamp() |
int |
hashCode() |
void |
setIngestionTime(Long ingestionTime) |
void |
setMessage(String message) |
void |
setTimestamp(Long timestamp) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OutputLogEvent |
withIngestionTime(Long ingestionTime) |
OutputLogEvent |
withMessage(String message) |
OutputLogEvent |
withTimestamp(Long timestamp) |
public void setTimestamp(Long timestamp)
timestamp - public Long getTimestamp()
public OutputLogEvent withTimestamp(Long timestamp)
timestamp - public void setMessage(String message)
message - public String getMessage()
public OutputLogEvent withMessage(String message)
message - public void setIngestionTime(Long ingestionTime)
ingestionTime - public Long getIngestionTime()
public OutputLogEvent withIngestionTime(Long ingestionTime)
ingestionTime - public String toString()
toString in class ObjectObject.toString()public OutputLogEvent clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.