@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobEventDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details about the type and time events occurred related to the Amazon Braket job.
| Constructor and Description |
|---|
JobEventDetails() |
| Modifier and Type | Method and Description |
|---|---|
JobEventDetails |
clone() |
boolean |
equals(Object obj) |
String |
getEventType()
The type of event that occurred related to the Amazon Braket job.
|
String |
getMessage()
A message describing the event that occurred related to the Amazon Braket job.
|
Date |
getTimeOfEvent()
The type of event that occurred related to the Amazon Braket job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEventType(String eventType)
The type of event that occurred related to the Amazon Braket job.
|
void |
setMessage(String message)
A message describing the event that occurred related to the Amazon Braket job.
|
void |
setTimeOfEvent(Date timeOfEvent)
The type of event that occurred related to the Amazon Braket job.
|
String |
toString()
Returns a string representation of this object.
|
JobEventDetails |
withEventType(JobEventType eventType)
The type of event that occurred related to the Amazon Braket job.
|
JobEventDetails |
withEventType(String eventType)
The type of event that occurred related to the Amazon Braket job.
|
JobEventDetails |
withMessage(String message)
A message describing the event that occurred related to the Amazon Braket job.
|
JobEventDetails |
withTimeOfEvent(Date timeOfEvent)
The type of event that occurred related to the Amazon Braket job.
|
public void setEventType(String eventType)
The type of event that occurred related to the Amazon Braket job.
eventType - The type of event that occurred related to the Amazon Braket job.JobEventTypepublic String getEventType()
The type of event that occurred related to the Amazon Braket job.
JobEventTypepublic JobEventDetails withEventType(String eventType)
The type of event that occurred related to the Amazon Braket job.
eventType - The type of event that occurred related to the Amazon Braket job.JobEventTypepublic JobEventDetails withEventType(JobEventType eventType)
The type of event that occurred related to the Amazon Braket job.
eventType - The type of event that occurred related to the Amazon Braket job.JobEventTypepublic void setMessage(String message)
A message describing the event that occurred related to the Amazon Braket job.
message - A message describing the event that occurred related to the Amazon Braket job.public String getMessage()
A message describing the event that occurred related to the Amazon Braket job.
public JobEventDetails withMessage(String message)
A message describing the event that occurred related to the Amazon Braket job.
message - A message describing the event that occurred related to the Amazon Braket job.public void setTimeOfEvent(Date timeOfEvent)
The type of event that occurred related to the Amazon Braket job.
timeOfEvent - The type of event that occurred related to the Amazon Braket job.public Date getTimeOfEvent()
The type of event that occurred related to the Amazon Braket job.
public JobEventDetails withTimeOfEvent(Date timeOfEvent)
The type of event that occurred related to the Amazon Braket job.
timeOfEvent - The type of event that occurred related to the Amazon Braket job.public String toString()
toString in class ObjectObject.toString()public JobEventDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.