@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobLog extends Object implements Serializable, Cloneable, StructuredPojo
A log outputted by a Job.
| Constructor and Description |
|---|
JobLog() |
| Modifier and Type | Method and Description |
|---|---|
JobLog |
clone() |
boolean |
equals(Object obj) |
String |
getEvent()
The event represents the type of a log.
|
JobLogEventData |
getEventData()
Metadata associated with a Job log.
|
String |
getLogDateTime()
The date and time the log was taken.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEvent(String event)
The event represents the type of a log.
|
void |
setEventData(JobLogEventData eventData)
Metadata associated with a Job log.
|
void |
setLogDateTime(String logDateTime)
The date and time the log was taken.
|
String |
toString()
Returns a string representation of this object.
|
JobLog |
withEvent(JobLogEvent event)
The event represents the type of a log.
|
JobLog |
withEvent(String event)
The event represents the type of a log.
|
JobLog |
withEventData(JobLogEventData eventData)
Metadata associated with a Job log.
|
JobLog |
withLogDateTime(String logDateTime)
The date and time the log was taken.
|
public void setEvent(String event)
The event represents the type of a log.
event - The event represents the type of a log.JobLogEventpublic String getEvent()
The event represents the type of a log.
JobLogEventpublic JobLog withEvent(String event)
The event represents the type of a log.
event - The event represents the type of a log.JobLogEventpublic JobLog withEvent(JobLogEvent event)
The event represents the type of a log.
event - The event represents the type of a log.JobLogEventpublic void setEventData(JobLogEventData eventData)
Metadata associated with a Job log.
eventData - Metadata associated with a Job log.public JobLogEventData getEventData()
Metadata associated with a Job log.
public JobLog withEventData(JobLogEventData eventData)
Metadata associated with a Job log.
eventData - Metadata associated with a Job log.public void setLogDateTime(String logDateTime)
The date and time the log was taken.
logDateTime - The date and time the log was taken.public String getLogDateTime()
The date and time the log was taken.
public JobLog withLogDateTime(String logDateTime)
The date and time the log was taken.
logDateTime - The date and time the log was taken.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.