@Generated(value="software.amazon.awssdk:codegen") public final class LastUploaderStatus extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LastUploaderStatus.Builder,LastUploaderStatus>
The latest status of a stream’s edge to cloud uploader job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LastUploaderStatus.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LastUploaderStatus.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 an uploader job’s latest status.
|
Instant |
lastCollectedTime()
The timestamp at which the uploader job was last executed and media collected to the cloud.
|
Instant |
lastUpdatedTime()
The timestamp at which the uploader status was last updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LastUploaderStatus.Builder> |
serializableBuilderClass() |
LastUploaderStatus.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UploaderStatus |
uploaderStatus()
The status of the latest uploader job.
|
String |
uploaderStatusAsString()
The status of the latest uploader job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobStatusDetails()
A description of an uploader job’s latest status.
public final Instant lastCollectedTime()
The timestamp at which the uploader job was last executed and media collected to the cloud.
public final Instant lastUpdatedTime()
The timestamp at which the uploader status was last updated.
public final UploaderStatus uploaderStatus()
The status of the latest uploader job.
If the service returns an enum value that is not available in the current SDK version, uploaderStatus
will return UploaderStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from uploaderStatusAsString().
UploaderStatuspublic final String uploaderStatusAsString()
The status of the latest uploader job.
If the service returns an enum value that is not available in the current SDK version, uploaderStatus
will return UploaderStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from uploaderStatusAsString().
UploaderStatuspublic LastUploaderStatus.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LastUploaderStatus.Builder,LastUploaderStatus>public static LastUploaderStatus.Builder builder()
public static Class<? extends LastUploaderStatus.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.