@Generated(value="software.amazon.awssdk:codegen") public final class UserPausedDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserPausedDetails.Builder,UserPausedDetails>
Provides information about when a classification job was paused. For a one-time job, this object also specifies when the job will expire and be cancelled if it isn't resumed. For a recurring job, this object also specifies when the paused job run will expire and be cancelled if it isn't resumed. This object is present only if a job's current status (jobStatus) is USER_PAUSED. The information in this object applies only to a job that was paused while it had a status of RUNNING.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UserPausedDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UserPausedDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
jobExpiresAt()
The date and time, in UTC and extended ISO 8601 format, when the job or job run will expire and be cancelled if
you don't resume it first.
|
String |
jobImminentExpirationHealthEventArn()
The Amazon Resource Name (ARN) of the Health event that Amazon Macie sent to notify you of the job or job run's
pending expiration and cancellation.
|
Instant |
jobPausedAt()
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UserPausedDetails.Builder> |
serializableBuilderClass() |
UserPausedDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant jobExpiresAt()
The date and time, in UTC and extended ISO 8601 format, when the job or job run will expire and be cancelled if you don't resume it first.
public final String jobImminentExpirationHealthEventArn()
The Amazon Resource Name (ARN) of the Health event that Amazon Macie sent to notify you of the job or job run's pending expiration and cancellation. This value is null if a job has been paused for less than 23 days.
public final Instant jobPausedAt()
The date and time, in UTC and extended ISO 8601 format, when you paused the job.
public UserPausedDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UserPausedDetails.Builder,UserPausedDetails>public static UserPausedDetails.Builder builder()
public static Class<? extends UserPausedDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.