Class UserPausedDetails

    • Method Detail

      • jobExpiresAt

        public 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.

        Returns:
        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.
      • jobImminentExpirationHealthEventArn

        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.

        Returns:
        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.
      • jobPausedAt

        public final Instant jobPausedAt()

        The date and time, in UTC and extended ISO 8601 format, when you paused the job.

        Returns:
        The date and time, in UTC and extended ISO 8601 format, when you paused the job.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)