@Generated(value="software.amazon.awssdk:codegen") public final class QueueInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QueueInfo.Builder,QueueInfo>
Information about a queued dataset SPICE ingestion.
Modifier and Type | Class and Description |
---|---|
static interface |
QueueInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static QueueInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
queuedIngestion()
The ID of the ongoing ingestion.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends QueueInfo.Builder> |
serializableBuilderClass() |
QueueInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
waitingOnIngestion()
The ID of the queued ingestion.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String waitingOnIngestion()
The ID of the queued ingestion.
public final String queuedIngestion()
The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.
public QueueInfo.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<QueueInfo.Builder,QueueInfo>
public static QueueInfo.Builder builder()
public static Class<? extends QueueInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.