@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Timing extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Timing() |
Modifier and Type | Method and Description |
---|---|
Timing |
clone() |
boolean |
equals(Object obj) |
Date |
getFinishTime()
The time, in Unix epoch format, that the transcoding job finished
|
Date |
getStartTime()
The time, in Unix epoch format, that transcoding for the job began.
|
Date |
getSubmitTime()
The time, in Unix epoch format, that you submitted the job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFinishTime(Date finishTime)
The time, in Unix epoch format, that the transcoding job finished
|
void |
setStartTime(Date startTime)
The time, in Unix epoch format, that transcoding for the job began.
|
void |
setSubmitTime(Date submitTime)
The time, in Unix epoch format, that you submitted the job.
|
String |
toString()
Returns a string representation of this object.
|
Timing |
withFinishTime(Date finishTime)
The time, in Unix epoch format, that the transcoding job finished
|
Timing |
withStartTime(Date startTime)
The time, in Unix epoch format, that transcoding for the job began.
|
Timing |
withSubmitTime(Date submitTime)
The time, in Unix epoch format, that you submitted the job.
|
public void setFinishTime(Date finishTime)
finishTime
- The time, in Unix epoch format, that the transcoding job finishedpublic Date getFinishTime()
public Timing withFinishTime(Date finishTime)
finishTime
- The time, in Unix epoch format, that the transcoding job finishedpublic void setStartTime(Date startTime)
startTime
- The time, in Unix epoch format, that transcoding for the job began.public Date getStartTime()
public Timing withStartTime(Date startTime)
startTime
- The time, in Unix epoch format, that transcoding for the job began.public void setSubmitTime(Date submitTime)
submitTime
- The time, in Unix epoch format, that you submitted the job.public Date getSubmitTime()
public Timing withSubmitTime(Date submitTime)
submitTime
- The time, in Unix epoch format, that you submitted the job.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.