@Generated(value="software.amazon.awssdk:codegen") public final class IngestionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngestionSummary.Builder,IngestionSummary>
Contains a summary of an ingestion.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IngestionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
app()
The name of the application.
|
String |
arn()
The Amazon Resource Name (ARN) of the ingestion.
|
static IngestionSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends IngestionSummary.Builder> |
serializableBuilderClass() |
IngestionState |
state()
The status of the ingestion.
|
String |
stateAsString()
The status of the ingestion.
|
String |
tenantId()
The ID of the application tenant.
|
IngestionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the ingestion.
public final String app()
The name of the application.
public final String tenantId()
The ID of the application tenant.
public final IngestionState state()
The status of the ingestion.
If the service returns an enum value that is not available in the current SDK version, state will return
IngestionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
IngestionStatepublic final String stateAsString()
The status of the ingestion.
If the service returns an enum value that is not available in the current SDK version, state will return
IngestionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
IngestionStatepublic IngestionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IngestionSummary.Builder,IngestionSummary>public static IngestionSummary.Builder builder()
public static Class<? extends IngestionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.