@Generated(value="software.amazon.awssdk:codegen") public final class ContainerServiceLogEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContainerServiceLogEvent.Builder,ContainerServiceLogEvent>
Describes the log events of a container of an Amazon Lightsail container service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContainerServiceLogEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContainerServiceLogEvent.Builder |
builder() |
Instant |
createdAt()
The timestamp when the container service log event was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
The message of the container service log event.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContainerServiceLogEvent.Builder> |
serializableBuilderClass() |
ContainerServiceLogEvent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp when the container service log event was created.
public final String message()
The message of the container service log event.
public ContainerServiceLogEvent.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContainerServiceLogEvent.Builder,ContainerServiceLogEvent>public static ContainerServiceLogEvent.Builder builder()
public static Class<? extends ContainerServiceLogEvent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.