Class DataDeletionJobSummary
- All Implemented Interfaces:
Serializable,SdkPojo,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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final InstantThe creation date and time (in Unix time) of the data deletion job.final StringThe Amazon Resource Name (ARN) of the data deletion job.final StringThe Amazon Resource Name (ARN) of the dataset group the job deleted records from.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringIf a data deletion job fails, provides the reason why.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringjobName()The name of the data deletion job.final InstantThe date and time (in Unix time) the data deletion job was last updated.static Class<? extends DataDeletionJobSummary.Builder> final Stringstatus()The status of the data deletion job.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
dataDeletionJobArn
The Amazon Resource Name (ARN) of the data deletion job.
- Returns:
- The Amazon Resource Name (ARN) of the data deletion job.
-
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
The name of the data deletion job.
- Returns:
- The name of the data deletion job.
-
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
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
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
If a data deletion job fails, provides the reason why.
- Returns:
- If a data deletion job fails, provides the reason why.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<DataDeletionJobSummary.Builder,DataDeletionJobSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-