Class OutputLogEvent
java.lang.Object
com.amazonaws.services.logs.model.OutputLogEvent
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setIngestionTime
(Long ingestionTime) void
setMessage
(String message) void
setTimestamp
(Long timestamp) toString()
Returns a string representation of this object; useful for testing and debugging.withIngestionTime
(Long ingestionTime) withMessage
(String message) withTimestamp
(Long timestamp)
-
Constructor Details
-
OutputLogEvent
public OutputLogEvent()
-
-
Method Details
-
setTimestamp
- Parameters:
timestamp
-
-
getTimestamp
- Returns:
-
withTimestamp
- Parameters:
timestamp
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMessage
- Parameters:
message
-
-
getMessage
- Returns:
-
withMessage
- Parameters:
message
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIngestionTime
- Parameters:
ingestionTime
-
-
getIngestionTime
- Returns:
-
withIngestionTime
- Parameters:
ingestionTime
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-