@Generated(value="software.amazon.awssdk:codegen") public final class Timing extends Object implements StructuredPojo, ToCopyableBuilder<Timing.Builder,Timing>
Details about the timing of a job.
Modifier and Type | Class and Description |
---|---|
static interface |
Timing.Builder |
Modifier and Type | Method and Description |
---|---|
static Timing.Builder |
builder() |
boolean |
equals(Object obj) |
Long |
finishTimeMillis()
The time the job finished transcoding, in epoch milliseconds.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends Timing.Builder> |
serializableBuilderClass() |
Long |
startTimeMillis()
The time the job began transcoding, in epoch milliseconds.
|
Long |
submitTimeMillis()
The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
|
Timing.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Long submitTimeMillis()
The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
public Long startTimeMillis()
The time the job began transcoding, in epoch milliseconds.
public Long finishTimeMillis()
The time the job finished transcoding, in epoch milliseconds.
public Timing.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Timing.Builder,Timing>
public static Timing.Builder builder()
public static Class<? extends Timing.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.