@Generated(value="software.amazon.awssdk:codegen") public final class LastRecorderStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LastRecorderStatus.Builder,LastRecorderStatus>
The latest status of a stream's edge recording job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LastRecorderStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LastRecorderStatus.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobStatusDetails()
A description of a recorder job’s latest status.
|
Instant |
lastCollectedTime()
The timestamp at which the recorder job was last executed and media stored to local disk.
|
Instant |
lastUpdatedTime()
The timestamp at which the recorder status was last updated.
|
RecorderStatus |
recorderStatus()
The status of the latest recorder job.
|
String |
recorderStatusAsString()
The status of the latest recorder job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LastRecorderStatus.Builder> |
serializableBuilderClass() |
LastRecorderStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobStatusDetails()
A description of a recorder job’s latest status.
public final Instant lastCollectedTime()
The timestamp at which the recorder job was last executed and media stored to local disk.
public final Instant lastUpdatedTime()
The timestamp at which the recorder status was last updated.
public final RecorderStatus recorderStatus()
The status of the latest recorder job.
If the service returns an enum value that is not available in the current SDK version, recorderStatus
will return RecorderStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from recorderStatusAsString().
RecorderStatuspublic final String recorderStatusAsString()
The status of the latest recorder job.
If the service returns an enum value that is not available in the current SDK version, recorderStatus
will return RecorderStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from recorderStatusAsString().
RecorderStatuspublic LastRecorderStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LastRecorderStatus.Builder,LastRecorderStatus>public static LastRecorderStatus.Builder builder()
public static Class<? extends LastRecorderStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.