Class IngestionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.appfabric.model.IngestionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IngestionSummary.Builder,IngestionSummary>
@Generated("software.amazon.awssdk:codegen") public final class IngestionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngestionSummary.Builder,IngestionSummary>
Contains a summary of an ingestion.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIngestionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapp()The name of the application.Stringarn()The Amazon Resource Name (ARN) of the ingestion.static IngestionSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends IngestionSummary.Builder>serializableBuilderClass()IngestionStatestate()The status of the ingestion.StringstateAsString()The status of the ingestion.StringtenantId()The ID of the application tenant.IngestionSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the ingestion.
- Returns:
- The Amazon Resource Name (ARN) of the ingestion.
-
app
public final String app()
The name of the application.
- Returns:
- The name of the application.
-
tenantId
public final String tenantId()
The ID of the application tenant.
- Returns:
- The ID of the application tenant.
-
state
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,
statewill returnIngestionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The status of the ingestion.
- See Also:
IngestionState
-
stateAsString
public final String stateAsString()
The status of the ingestion.
If the service returns an enum value that is not available in the current SDK version,
statewill returnIngestionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The status of the ingestion.
- See Also:
IngestionState
-
toBuilder
public IngestionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngestionSummary.Builder,IngestionSummary>
-
builder
public static IngestionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends IngestionSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-