@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClassificationJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeClassificationJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeClassificationJobResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeClassificationJobResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeClassificationJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
The token that was provided to ensure the idempotency of the request to create the job.
|
Date |
getCreatedAt()
The date and time, in UTC and extended ISO 8601 format, when the job was created.
|
List<String> |
getCustomDataIdentifierIds()
The custom data identifiers that the job uses to analyze data.
|
String |
getDescription()
The custom description of the job.
|
Boolean |
getInitialRun()
Specifies whether the job is configured to analyze all existing, eligible objects immediately after it's created.
|
String |
getJobArn()
The Amazon Resource Name (ARN) of the job.
|
String |
getJobId()
The unique identifier for the job.
|
String |
getJobStatus()
The current status of the job.
|
String |
getJobType()
The schedule for running the job.
|
LastRunErrorStatus |
getLastRunErrorStatus()
Specifies whether any account- or bucket-level access errors occurred when the job ran.
|
Date |
getLastRunTime()
The date and time, in UTC and extended ISO 8601 format, when the job started.
|
String |
getName()
The custom name of the job.
|
S3JobDefinition |
getS3JobDefinition()
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
|
Integer |
getSamplingPercentage()
The sampling depth, as a percentage, that determines the percentage of eligible objects that the job analyzes.
|
JobScheduleFrequency |
getScheduleFrequency()
The recurrence pattern for running the job.
|
Statistics |
getStatistics()
The number of times that the job has run and processing statistics for the job's current run.
|
Map<String,String> |
getTags()
A map of key-value pairs that specifies which tags (keys and values) are associated with the classification job.
|
UserPausedDetails |
getUserPausedDetails()
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run
will expire and be cancelled if it isn't resumed.
|
int |
hashCode() |
Boolean |
isInitialRun()
Specifies whether the job is configured to analyze all existing, eligible objects immediately after it's created.
|
void |
setClientToken(String clientToken)
The token that was provided to ensure the idempotency of the request to create the job.
|
void |
setCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the job was created.
|
void |
setCustomDataIdentifierIds(Collection<String> customDataIdentifierIds)
The custom data identifiers that the job uses to analyze data.
|
void |
setDescription(String description)
The custom description of the job.
|
void |
setInitialRun(Boolean initialRun)
Specifies whether the job is configured to analyze all existing, eligible objects immediately after it's created.
|
void |
setJobArn(String jobArn)
The Amazon Resource Name (ARN) of the job.
|
void |
setJobId(String jobId)
The unique identifier for the job.
|
void |
setJobStatus(String jobStatus)
The current status of the job.
|
void |
setJobType(String jobType)
The schedule for running the job.
|
void |
setLastRunErrorStatus(LastRunErrorStatus lastRunErrorStatus)
Specifies whether any account- or bucket-level access errors occurred when the job ran.
|
void |
setLastRunTime(Date lastRunTime)
The date and time, in UTC and extended ISO 8601 format, when the job started.
|
void |
setName(String name)
The custom name of the job.
|
void |
setS3JobDefinition(S3JobDefinition s3JobDefinition)
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
|
void |
setSamplingPercentage(Integer samplingPercentage)
The sampling depth, as a percentage, that determines the percentage of eligible objects that the job analyzes.
|
void |
setScheduleFrequency(JobScheduleFrequency scheduleFrequency)
The recurrence pattern for running the job.
|
void |
setStatistics(Statistics statistics)
The number of times that the job has run and processing statistics for the job's current run.
|
void |
setTags(Map<String,String> tags)
A map of key-value pairs that specifies which tags (keys and values) are associated with the classification job.
|
void |
setUserPausedDetails(UserPausedDetails userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run
will expire and be cancelled if it isn't resumed.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClassificationJobResult |
withClientToken(String clientToken)
The token that was provided to ensure the idempotency of the request to create the job.
|
DescribeClassificationJobResult |
withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the job was created.
|
DescribeClassificationJobResult |
withCustomDataIdentifierIds(Collection<String> customDataIdentifierIds)
The custom data identifiers that the job uses to analyze data.
|
DescribeClassificationJobResult |
withCustomDataIdentifierIds(String... customDataIdentifierIds)
The custom data identifiers that the job uses to analyze data.
|
DescribeClassificationJobResult |
withDescription(String description)
The custom description of the job.
|
DescribeClassificationJobResult |
withInitialRun(Boolean initialRun)
Specifies whether the job is configured to analyze all existing, eligible objects immediately after it's created.
|
DescribeClassificationJobResult |
withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the job.
|
DescribeClassificationJobResult |
withJobId(String jobId)
The unique identifier for the job.
|
DescribeClassificationJobResult |
withJobStatus(JobStatus jobStatus)
The current status of the job.
|
DescribeClassificationJobResult |
withJobStatus(String jobStatus)
The current status of the job.
|
DescribeClassificationJobResult |
withJobType(JobType jobType)
The schedule for running the job.
|
DescribeClassificationJobResult |
withJobType(String jobType)
The schedule for running the job.
|
DescribeClassificationJobResult |
withLastRunErrorStatus(LastRunErrorStatus lastRunErrorStatus)
Specifies whether any account- or bucket-level access errors occurred when the job ran.
|
DescribeClassificationJobResult |
withLastRunTime(Date lastRunTime)
The date and time, in UTC and extended ISO 8601 format, when the job started.
|
DescribeClassificationJobResult |
withName(String name)
The custom name of the job.
|
DescribeClassificationJobResult |
withS3JobDefinition(S3JobDefinition s3JobDefinition)
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
|
DescribeClassificationJobResult |
withSamplingPercentage(Integer samplingPercentage)
The sampling depth, as a percentage, that determines the percentage of eligible objects that the job analyzes.
|
DescribeClassificationJobResult |
withScheduleFrequency(JobScheduleFrequency scheduleFrequency)
The recurrence pattern for running the job.
|
DescribeClassificationJobResult |
withStatistics(Statistics statistics)
The number of times that the job has run and processing statistics for the job's current run.
|
DescribeClassificationJobResult |
withTags(Map<String,String> tags)
A map of key-value pairs that specifies which tags (keys and values) are associated with the classification job.
|
DescribeClassificationJobResult |
withUserPausedDetails(UserPausedDetails userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run
will expire and be cancelled if it isn't resumed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setClientToken(String clientToken)
The token that was provided to ensure the idempotency of the request to create the job.
clientToken
- The token that was provided to ensure the idempotency of the request to create the job.public String getClientToken()
The token that was provided to ensure the idempotency of the request to create the job.
public DescribeClassificationJobResult withClientToken(String clientToken)
The token that was provided to ensure the idempotency of the request to create the job.
clientToken
- The token that was provided to ensure the idempotency of the request to create the job.public void setCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the job was created.
createdAt
- The date and time, in UTC and extended ISO 8601 format, when the job was created.public Date getCreatedAt()
The date and time, in UTC and extended ISO 8601 format, when the job was created.
public DescribeClassificationJobResult withCreatedAt(Date createdAt)
The date and time, in UTC and extended ISO 8601 format, when the job was created.
createdAt
- The date and time, in UTC and extended ISO 8601 format, when the job was created.public List<String> getCustomDataIdentifierIds()
The custom data identifiers that the job uses to analyze data.
public void setCustomDataIdentifierIds(Collection<String> customDataIdentifierIds)
The custom data identifiers that the job uses to analyze data.
customDataIdentifierIds
- The custom data identifiers that the job uses to analyze data.public DescribeClassificationJobResult withCustomDataIdentifierIds(String... customDataIdentifierIds)
The custom data identifiers that the job uses to analyze data.
NOTE: This method appends the values to the existing list (if any). Use
setCustomDataIdentifierIds(java.util.Collection)
or
withCustomDataIdentifierIds(java.util.Collection)
if you want to override the existing values.
customDataIdentifierIds
- The custom data identifiers that the job uses to analyze data.public DescribeClassificationJobResult withCustomDataIdentifierIds(Collection<String> customDataIdentifierIds)
The custom data identifiers that the job uses to analyze data.
customDataIdentifierIds
- The custom data identifiers that the job uses to analyze data.public void setDescription(String description)
The custom description of the job.
description
- The custom description of the job.public String getDescription()
The custom description of the job.
public DescribeClassificationJobResult withDescription(String description)
The custom description of the job.
description
- The custom description of the job.public void setInitialRun(Boolean initialRun)
Specifies whether the job is configured to analyze all existing, eligible objects immediately after it's created.
initialRun
- Specifies whether the job is configured to analyze all existing, eligible objects immediately after it's
created.public Boolean getInitialRun()
Specifies whether the job is configured to analyze all existing, eligible objects immediately after it's created.
public DescribeClassificationJobResult withInitialRun(Boolean initialRun)
Specifies whether the job is configured to analyze all existing, eligible objects immediately after it's created.
initialRun
- Specifies whether the job is configured to analyze all existing, eligible objects immediately after it's
created.public Boolean isInitialRun()
Specifies whether the job is configured to analyze all existing, eligible objects immediately after it's created.
public void setJobArn(String jobArn)
The Amazon Resource Name (ARN) of the job.
jobArn
- The Amazon Resource Name (ARN) of the job.public String getJobArn()
The Amazon Resource Name (ARN) of the job.
public DescribeClassificationJobResult withJobArn(String jobArn)
The Amazon Resource Name (ARN) of the job.
jobArn
- The Amazon Resource Name (ARN) of the job.public void setJobId(String jobId)
The unique identifier for the job.
jobId
- The unique identifier for the job.public String getJobId()
The unique identifier for the job.
public DescribeClassificationJobResult withJobId(String jobId)
The unique identifier for the job.
jobId
- The unique identifier for the job.public void setJobStatus(String jobStatus)
The current status of the job. Possible values are:
CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days.
COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs.
IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs.
PAUSED - Amazon Macie started running the job but additional processing would exceed the monthly sensitive data discovery quota for your account or one or more member accounts that the job analyzes data for.
RUNNING - For a one-time job, the job is in progress. For a recurring job, a scheduled run is in progress.
USER_PAUSED - You paused the job. If you paused the job while it had a status of RUNNING and you don't resume it within 30 days of pausing it, the job or job run will expire and be cancelled, depending on the job's type. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.
jobStatus
- The current status of the job. Possible values are:
CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days.
COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs.
IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs.
PAUSED - Amazon Macie started running the job but additional processing would exceed the monthly sensitive data discovery quota for your account or one or more member accounts that the job analyzes data for.
RUNNING - For a one-time job, the job is in progress. For a recurring job, a scheduled run is in progress.
USER_PAUSED - You paused the job. If you paused the job while it had a status of RUNNING and you don't resume it within 30 days of pausing it, the job or job run will expire and be cancelled, depending on the job's type. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.
JobStatus
public String getJobStatus()
The current status of the job. Possible values are:
CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days.
COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs.
IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs.
PAUSED - Amazon Macie started running the job but additional processing would exceed the monthly sensitive data discovery quota for your account or one or more member accounts that the job analyzes data for.
RUNNING - For a one-time job, the job is in progress. For a recurring job, a scheduled run is in progress.
USER_PAUSED - You paused the job. If you paused the job while it had a status of RUNNING and you don't resume it within 30 days of pausing it, the job or job run will expire and be cancelled, depending on the job's type. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.
CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days.
COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs.
IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs.
PAUSED - Amazon Macie started running the job but additional processing would exceed the monthly sensitive data discovery quota for your account or one or more member accounts that the job analyzes data for.
RUNNING - For a one-time job, the job is in progress. For a recurring job, a scheduled run is in progress.
USER_PAUSED - You paused the job. If you paused the job while it had a status of RUNNING and you don't resume it within 30 days of pausing it, the job or job run will expire and be cancelled, depending on the job's type. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.
JobStatus
public DescribeClassificationJobResult withJobStatus(String jobStatus)
The current status of the job. Possible values are:
CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days.
COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs.
IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs.
PAUSED - Amazon Macie started running the job but additional processing would exceed the monthly sensitive data discovery quota for your account or one or more member accounts that the job analyzes data for.
RUNNING - For a one-time job, the job is in progress. For a recurring job, a scheduled run is in progress.
USER_PAUSED - You paused the job. If you paused the job while it had a status of RUNNING and you don't resume it within 30 days of pausing it, the job or job run will expire and be cancelled, depending on the job's type. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.
jobStatus
- The current status of the job. Possible values are:
CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days.
COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs.
IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs.
PAUSED - Amazon Macie started running the job but additional processing would exceed the monthly sensitive data discovery quota for your account or one or more member accounts that the job analyzes data for.
RUNNING - For a one-time job, the job is in progress. For a recurring job, a scheduled run is in progress.
USER_PAUSED - You paused the job. If you paused the job while it had a status of RUNNING and you don't resume it within 30 days of pausing it, the job or job run will expire and be cancelled, depending on the job's type. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.
JobStatus
public DescribeClassificationJobResult withJobStatus(JobStatus jobStatus)
The current status of the job. Possible values are:
CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days.
COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs.
IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs.
PAUSED - Amazon Macie started running the job but additional processing would exceed the monthly sensitive data discovery quota for your account or one or more member accounts that the job analyzes data for.
RUNNING - For a one-time job, the job is in progress. For a recurring job, a scheduled run is in progress.
USER_PAUSED - You paused the job. If you paused the job while it had a status of RUNNING and you don't resume it within 30 days of pausing it, the job or job run will expire and be cancelled, depending on the job's type. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.
jobStatus
- The current status of the job. Possible values are:
CANCELLED - You cancelled the job or, if it's a one-time job, you paused the job and didn't resume it within 30 days.
COMPLETE - For a one-time job, Amazon Macie finished processing the data specified for the job. This value doesn't apply to recurring jobs.
IDLE - For a recurring job, the previous scheduled run is complete and the next scheduled run is pending. This value doesn't apply to one-time jobs.
PAUSED - Amazon Macie started running the job but additional processing would exceed the monthly sensitive data discovery quota for your account or one or more member accounts that the job analyzes data for.
RUNNING - For a one-time job, the job is in progress. For a recurring job, a scheduled run is in progress.
USER_PAUSED - You paused the job. If you paused the job while it had a status of RUNNING and you don't resume it within 30 days of pausing it, the job or job run will expire and be cancelled, depending on the job's type. To check the expiration date, refer to the UserPausedDetails.jobExpiresAt property.
JobStatus
public void setJobType(String jobType)
The schedule for running the job. Possible values are:
ONE_TIME - The job runs only once.
SCHEDULED - The job runs on a daily, weekly, or monthly basis. The scheduleFrequency property indicates the recurrence pattern for the job.
jobType
- The schedule for running the job. Possible values are:
ONE_TIME - The job runs only once.
SCHEDULED - The job runs on a daily, weekly, or monthly basis. The scheduleFrequency property indicates the recurrence pattern for the job.
JobType
public String getJobType()
The schedule for running the job. Possible values are:
ONE_TIME - The job runs only once.
SCHEDULED - The job runs on a daily, weekly, or monthly basis. The scheduleFrequency property indicates the recurrence pattern for the job.
ONE_TIME - The job runs only once.
SCHEDULED - The job runs on a daily, weekly, or monthly basis. The scheduleFrequency property indicates the recurrence pattern for the job.
JobType
public DescribeClassificationJobResult withJobType(String jobType)
The schedule for running the job. Possible values are:
ONE_TIME - The job runs only once.
SCHEDULED - The job runs on a daily, weekly, or monthly basis. The scheduleFrequency property indicates the recurrence pattern for the job.
jobType
- The schedule for running the job. Possible values are:
ONE_TIME - The job runs only once.
SCHEDULED - The job runs on a daily, weekly, or monthly basis. The scheduleFrequency property indicates the recurrence pattern for the job.
JobType
public DescribeClassificationJobResult withJobType(JobType jobType)
The schedule for running the job. Possible values are:
ONE_TIME - The job runs only once.
SCHEDULED - The job runs on a daily, weekly, or monthly basis. The scheduleFrequency property indicates the recurrence pattern for the job.
jobType
- The schedule for running the job. Possible values are:
ONE_TIME - The job runs only once.
SCHEDULED - The job runs on a daily, weekly, or monthly basis. The scheduleFrequency property indicates the recurrence pattern for the job.
JobType
public void setLastRunErrorStatus(LastRunErrorStatus lastRunErrorStatus)
Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring job, this value indicates the error status of the job's most recent run.
lastRunErrorStatus
- Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring
job, this value indicates the error status of the job's most recent run.public LastRunErrorStatus getLastRunErrorStatus()
Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring job, this value indicates the error status of the job's most recent run.
public DescribeClassificationJobResult withLastRunErrorStatus(LastRunErrorStatus lastRunErrorStatus)
Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring job, this value indicates the error status of the job's most recent run.
lastRunErrorStatus
- Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring
job, this value indicates the error status of the job's most recent run.public void setLastRunTime(Date lastRunTime)
The date and time, in UTC and extended ISO 8601 format, when the job started. If the job is a recurring job, this value indicates when the most recent run started.
lastRunTime
- The date and time, in UTC and extended ISO 8601 format, when the job started. If the job is a recurring
job, this value indicates when the most recent run started.public Date getLastRunTime()
The date and time, in UTC and extended ISO 8601 format, when the job started. If the job is a recurring job, this value indicates when the most recent run started.
public DescribeClassificationJobResult withLastRunTime(Date lastRunTime)
The date and time, in UTC and extended ISO 8601 format, when the job started. If the job is a recurring job, this value indicates when the most recent run started.
lastRunTime
- The date and time, in UTC and extended ISO 8601 format, when the job started. If the job is a recurring
job, this value indicates when the most recent run started.public void setName(String name)
The custom name of the job.
name
- The custom name of the job.public String getName()
The custom name of the job.
public DescribeClassificationJobResult withName(String name)
The custom name of the job.
name
- The custom name of the job.public void setS3JobDefinition(S3JobDefinition s3JobDefinition)
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
s3JobDefinition
- The S3 buckets that contain the objects to analyze, and the scope of that analysis.public S3JobDefinition getS3JobDefinition()
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
public DescribeClassificationJobResult withS3JobDefinition(S3JobDefinition s3JobDefinition)
The S3 buckets that contain the objects to analyze, and the scope of that analysis.
s3JobDefinition
- The S3 buckets that contain the objects to analyze, and the scope of that analysis.public void setSamplingPercentage(Integer samplingPercentage)
The sampling depth, as a percentage, that determines the percentage of eligible objects that the job analyzes.
samplingPercentage
- The sampling depth, as a percentage, that determines the percentage of eligible objects that the job
analyzes.public Integer getSamplingPercentage()
The sampling depth, as a percentage, that determines the percentage of eligible objects that the job analyzes.
public DescribeClassificationJobResult withSamplingPercentage(Integer samplingPercentage)
The sampling depth, as a percentage, that determines the percentage of eligible objects that the job analyzes.
samplingPercentage
- The sampling depth, as a percentage, that determines the percentage of eligible objects that the job
analyzes.public void setScheduleFrequency(JobScheduleFrequency scheduleFrequency)
The recurrence pattern for running the job. If the job is configured to run only once, this value is null.
scheduleFrequency
- The recurrence pattern for running the job. If the job is configured to run only once, this value is null.public JobScheduleFrequency getScheduleFrequency()
The recurrence pattern for running the job. If the job is configured to run only once, this value is null.
public DescribeClassificationJobResult withScheduleFrequency(JobScheduleFrequency scheduleFrequency)
The recurrence pattern for running the job. If the job is configured to run only once, this value is null.
scheduleFrequency
- The recurrence pattern for running the job. If the job is configured to run only once, this value is null.public void setStatistics(Statistics statistics)
The number of times that the job has run and processing statistics for the job's current run.
statistics
- The number of times that the job has run and processing statistics for the job's current run.public Statistics getStatistics()
The number of times that the job has run and processing statistics for the job's current run.
public DescribeClassificationJobResult withStatistics(Statistics statistics)
The number of times that the job has run and processing statistics for the job's current run.
statistics
- The number of times that the job has run and processing statistics for the job's current run.public Map<String,String> getTags()
A map of key-value pairs that specifies which tags (keys and values) are associated with the classification job.
public void setTags(Map<String,String> tags)
A map of key-value pairs that specifies which tags (keys and values) are associated with the classification job.
tags
- A map of key-value pairs that specifies which tags (keys and values) are associated with the
classification job.public DescribeClassificationJobResult withTags(Map<String,String> tags)
A map of key-value pairs that specifies which tags (keys and values) are associated with the classification job.
tags
- A map of key-value pairs that specifies which tags (keys and values) are associated with the
classification job.public DescribeClassificationJobResult addTagsEntry(String key, String value)
public DescribeClassificationJobResult clearTagsEntries()
public void setUserPausedDetails(UserPausedDetails userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run will expire and be cancelled if it isn't resumed. This value is present only if the value for jobStatus is USER_PAUSED.
userPausedDetails
- If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job
run will expire and be cancelled if it isn't resumed. This value is present only if the value for
jobStatus is USER_PAUSED.public UserPausedDetails getUserPausedDetails()
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run will expire and be cancelled if it isn't resumed. This value is present only if the value for jobStatus is USER_PAUSED.
public DescribeClassificationJobResult withUserPausedDetails(UserPausedDetails userPausedDetails)
If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job run will expire and be cancelled if it isn't resumed. This value is present only if the value for jobStatus is USER_PAUSED.
userPausedDetails
- If the current status of the job is USER_PAUSED, specifies when the job was paused and when the job or job
run will expire and be cancelled if it isn't resumed. This value is present only if the value for
jobStatus is USER_PAUSED.public String toString()
toString
in class Object
Object.toString()
public DescribeClassificationJobResult clone()