@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.
|
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 Instant eventDate()
The date when the event occurred.
public String message()
The event message.
public String applicationName()
The application associated with the event.
public String versionLabel()
The release label for the application version associated with this event.
public String templateName()
The name of the configuration associated with this event.
public String environmentName()
The name of the environment associated with this event.
public String platformArn()
The ARN of the platform.
public String requestId()
The web service request ID for the activity of this event.
public 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 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.