@Generated(value="software.amazon.awssdk:codegen") public final class JobEventDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobEventDetails.Builder,JobEventDetails>
Details about the type and time events occurred related to the Amazon Braket job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JobEventDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JobEventDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
JobEventType |
eventType()
The type of event that occurred related to the Amazon Braket job.
|
String |
eventTypeAsString()
The type of event that occurred related to the Amazon Braket job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A message describing the event that occurred related to the Amazon Braket job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends JobEventDetails.Builder> |
serializableBuilderClass() |
Instant |
timeOfEvent()
TThe type of event that occurred related to the Amazon Braket job.
|
JobEventDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final JobEventType eventType()
The type of event that occurred related to the Amazon Braket job.
If the service returns an enum value that is not available in the current SDK version, eventType will
return JobEventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventTypeAsString().
JobEventTypepublic final String eventTypeAsString()
The type of event that occurred related to the Amazon Braket job.
If the service returns an enum value that is not available in the current SDK version, eventType will
return JobEventType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventTypeAsString().
JobEventTypepublic final String message()
A message describing the event that occurred related to the Amazon Braket job.
public final Instant timeOfEvent()
TThe type of event that occurred related to the Amazon Braket job.
public JobEventDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JobEventDetails.Builder,JobEventDetails>public static JobEventDetails.Builder builder()
public static Class<? extends JobEventDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.