@Generated(value="software.amazon.awssdk:codegen") public final class IngestionStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngestionStatus.Builder,IngestionStatus>
A table showing information about the most recent successful and failed attempts to ingest events.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IngestionStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IngestionStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
latestIngestionAttemptEventID()
The event ID of the most recent attempt to ingest events.
|
Instant |
latestIngestionAttemptTime()
The time stamp of the most recent attempt to ingest events on the channel.
|
String |
latestIngestionErrorCode()
The error code for the most recent failure to ingest events.
|
String |
latestIngestionSuccessEventID()
The event ID of the most recent successful ingestion of events.
|
Instant |
latestIngestionSuccessTime()
The time stamp of the most recent successful ingestion of events for the channel.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IngestionStatus.Builder> |
serializableBuilderClass() |
IngestionStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant latestIngestionSuccessTime()
The time stamp of the most recent successful ingestion of events for the channel.
public final String latestIngestionSuccessEventID()
The event ID of the most recent successful ingestion of events.
public final String latestIngestionErrorCode()
The error code for the most recent failure to ingest events.
public final Instant latestIngestionAttemptTime()
The time stamp of the most recent attempt to ingest events on the channel.
public final String latestIngestionAttemptEventID()
The event ID of the most recent attempt to ingest events.
public IngestionStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IngestionStatus.Builder,IngestionStatus>public static IngestionStatus.Builder builder()
public static Class<? extends IngestionStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.