@Generated(value="software.amazon.awssdk:codegen") public final class EventDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventDescription.Builder,EventDescription>
Describes an event.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The application associated with the event.
|
static EventDescription.Builder |
builder() |
String |
environmentName()
The name of the environment associated with this event.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
eventDate()
The date when the event occurred.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The event message.
|
String |
platformArn()
The ARN of the platform version.
|
String |
requestId()
The web service request ID for the activity of this event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventDescription.Builder> |
serializableBuilderClass() |
EventSeverity |
severity()
The severity level of this event.
|
String |
severityAsString()
The severity level of this event.
|
String |
templateName()
The name of the configuration associated with this event.
|
EventDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionLabel()
The release label for the application version associated with this event.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant eventDate()
The date when the event occurred.
public final String message()
The event message.
public final String applicationName()
The application associated with the event.
public final String versionLabel()
The release label for the application version associated with this event.
public final String templateName()
The name of the configuration associated with this event.
public final String environmentName()
The name of the environment associated with this event.
public final String platformArn()
The ARN of the platform version.
public final String requestId()
The web service request ID for the activity of this event.
public final EventSeverity severity()
The severity level of this event.
If the service returns an enum value that is not available in the current SDK version, severity will
return EventSeverity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
severityAsString().
EventSeveritypublic final String severityAsString()
The severity level of this event.
If the service returns an enum value that is not available in the current SDK version, severity will
return EventSeverity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
severityAsString().
EventSeveritypublic EventDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventDescription.Builder,EventDescription>public static EventDescription.Builder builder()
public static Class<? extends EventDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.