Class DataDeletionJobSummary
- java.lang.Object
-
- software.amazon.awssdk.services.personalize.model.DataDeletionJobSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DataDeletionJobSummary.Builder,DataDeletionJobSummary>
@Generated("software.amazon.awssdk:codegen") public final class DataDeletionJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataDeletionJobSummary.Builder,DataDeletionJobSummary>
Provides a summary of the properties of a data deletion job. For a complete listing, call the DescribeDataDeletionJob API operation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataDeletionJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataDeletionJobSummary.Builderbuilder()InstantcreationDateTime()The creation date and time (in Unix time) of the data deletion job.StringdataDeletionJobArn()The Amazon Resource Name (ARN) of the data deletion job.StringdatasetGroupArn()The Amazon Resource Name (ARN) of the dataset group the job deleted records from.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfailureReason()If a data deletion job fails, provides the reason why.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringjobName()The name of the data deletion job.InstantlastUpdatedDateTime()The date and time (in Unix time) the data deletion job was last updated.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DataDeletionJobSummary.Builder>serializableBuilderClass()Stringstatus()The status of the data deletion job.DataDeletionJobSummary.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
-
dataDeletionJobArn
public final String dataDeletionJobArn()
The Amazon Resource Name (ARN) of the data deletion job.
- Returns:
- The Amazon Resource Name (ARN) of the data deletion job.
-
datasetGroupArn
public final String datasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group the job deleted records from.
- Returns:
- The Amazon Resource Name (ARN) of the dataset group the job deleted records from.
-
jobName
public final String jobName()
The name of the data deletion job.
- Returns:
- The name of the data deletion job.
-
status
public final String status()
The status of the data deletion job.
A data deletion job can have one of the following statuses:
-
PENDING > IN_PROGRESS > COMPLETED -or- FAILED
- Returns:
- The status of the data deletion job.
A data deletion job can have one of the following statuses:
-
PENDING > IN_PROGRESS > COMPLETED -or- FAILED
-
-
-
creationDateTime
public final Instant creationDateTime()
The creation date and time (in Unix time) of the data deletion job.
- Returns:
- The creation date and time (in Unix time) of the data deletion job.
-
lastUpdatedDateTime
public final Instant lastUpdatedDateTime()
The date and time (in Unix time) the data deletion job was last updated.
- Returns:
- The date and time (in Unix time) the data deletion job was last updated.
-
failureReason
public final String failureReason()
If a data deletion job fails, provides the reason why.
- Returns:
- If a data deletion job fails, provides the reason why.
-
toBuilder
public DataDeletionJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DataDeletionJobSummary.Builder,DataDeletionJobSummary>
-
builder
public static DataDeletionJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DataDeletionJobSummary.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-