@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataDeletionJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of the properties of a data deletion job. For a complete listing, call the DescribeDataDeletionJob API operation.
Constructor and Description |
---|
DataDeletionJobSummary() |
Modifier and Type | Method and Description |
---|---|
DataDeletionJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The creation date and time (in Unix time) of the data deletion job.
|
String |
getDataDeletionJobArn()
The Amazon Resource Name (ARN) of the data deletion job.
|
String |
getDatasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group the job deleted records from.
|
String |
getFailureReason()
If a data deletion job fails, provides the reason why.
|
String |
getJobName()
The name of the data deletion job.
|
Date |
getLastUpdatedDateTime()
The date and time (in Unix time) the data deletion job was last updated.
|
String |
getStatus()
The status of the data deletion job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The creation date and time (in Unix time) of the data deletion job.
|
void |
setDataDeletionJobArn(String dataDeletionJobArn)
The Amazon Resource Name (ARN) of the data deletion job.
|
void |
setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group the job deleted records from.
|
void |
setFailureReason(String failureReason)
If a data deletion job fails, provides the reason why.
|
void |
setJobName(String jobName)
The name of the data deletion job.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) the data deletion job was last updated.
|
void |
setStatus(String status)
The status of the data deletion job.
|
String |
toString()
Returns a string representation of this object.
|
DataDeletionJobSummary |
withCreationDateTime(Date creationDateTime)
The creation date and time (in Unix time) of the data deletion job.
|
DataDeletionJobSummary |
withDataDeletionJobArn(String dataDeletionJobArn)
The Amazon Resource Name (ARN) of the data deletion job.
|
DataDeletionJobSummary |
withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group the job deleted records from.
|
DataDeletionJobSummary |
withFailureReason(String failureReason)
If a data deletion job fails, provides the reason why.
|
DataDeletionJobSummary |
withJobName(String jobName)
The name of the data deletion job.
|
DataDeletionJobSummary |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) the data deletion job was last updated.
|
DataDeletionJobSummary |
withStatus(String status)
The status of the data deletion job.
|
public void setDataDeletionJobArn(String dataDeletionJobArn)
The Amazon Resource Name (ARN) of the data deletion job.
dataDeletionJobArn
- The Amazon Resource Name (ARN) of the data deletion job.public String getDataDeletionJobArn()
The Amazon Resource Name (ARN) of the data deletion job.
public DataDeletionJobSummary withDataDeletionJobArn(String dataDeletionJobArn)
The Amazon Resource Name (ARN) of the data deletion job.
dataDeletionJobArn
- The Amazon Resource Name (ARN) of the data deletion job.public void setDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group the job deleted records from.
datasetGroupArn
- The Amazon Resource Name (ARN) of the dataset group the job deleted records from.public String getDatasetGroupArn()
The Amazon Resource Name (ARN) of the dataset group the job deleted records from.
public DataDeletionJobSummary withDatasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group the job deleted records from.
datasetGroupArn
- The Amazon Resource Name (ARN) of the dataset group the job deleted records from.public void setJobName(String jobName)
The name of the data deletion job.
jobName
- The name of the data deletion job.public String getJobName()
The name of the data deletion job.
public DataDeletionJobSummary withJobName(String jobName)
The name of the data deletion job.
jobName
- The name of the data deletion job.public void setStatus(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
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
public String getStatus()
The status of the data deletion job.
A data deletion job can have one of the following statuses:
PENDING > IN_PROGRESS > COMPLETED -or- FAILED
A data deletion job can have one of the following statuses:
PENDING > IN_PROGRESS > COMPLETED -or- FAILED
public DataDeletionJobSummary withStatus(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
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
public void setCreationDateTime(Date creationDateTime)
The creation date and time (in Unix time) of the data deletion job.
creationDateTime
- The creation date and time (in Unix time) of the data deletion job.public Date getCreationDateTime()
The creation date and time (in Unix time) of the data deletion job.
public DataDeletionJobSummary withCreationDateTime(Date creationDateTime)
The creation date and time (in Unix time) of the data deletion job.
creationDateTime
- The creation date and time (in Unix time) of the data deletion job.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) the data deletion job was last updated.
lastUpdatedDateTime
- The date and time (in Unix time) the data deletion job was last updated.public Date getLastUpdatedDateTime()
The date and time (in Unix time) the data deletion job was last updated.
public DataDeletionJobSummary withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time (in Unix time) the data deletion job was last updated.
lastUpdatedDateTime
- The date and time (in Unix time) the data deletion job was last updated.public void setFailureReason(String failureReason)
If a data deletion job fails, provides the reason why.
failureReason
- If a data deletion job fails, provides the reason why.public String getFailureReason()
If a data deletion job fails, provides the reason why.
public DataDeletionJobSummary withFailureReason(String failureReason)
If a data deletion job fails, provides the reason why.
failureReason
- If a data deletion job fails, provides the reason why.public String toString()
toString
in class Object
Object.toString()
public DataDeletionJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.