@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class OutputDetail extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
OutputDetail() |
| Modifier and Type | Method and Description |
|---|---|
OutputDetail |
clone() |
boolean |
equals(Object obj) |
Integer |
getDurationInMs()
Duration in milliseconds
|
VideoDetail |
getVideoDetails()
Contains details about the output's video stream
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDurationInMs(Integer durationInMs)
Duration in milliseconds
|
void |
setVideoDetails(VideoDetail videoDetails)
Contains details about the output's video stream
|
String |
toString()
Returns a string representation of this object.
|
OutputDetail |
withDurationInMs(Integer durationInMs)
Duration in milliseconds
|
OutputDetail |
withVideoDetails(VideoDetail videoDetails)
Contains details about the output's video stream
|
public void setDurationInMs(Integer durationInMs)
durationInMs - Duration in millisecondspublic Integer getDurationInMs()
public OutputDetail withDurationInMs(Integer durationInMs)
durationInMs - Duration in millisecondspublic void setVideoDetails(VideoDetail videoDetails)
videoDetails - Contains details about the output's video streampublic VideoDetail getVideoDetails()
public OutputDetail withVideoDetails(VideoDetail videoDetails)
videoDetails - Contains details about the output's video streampublic String toString()
toString in class ObjectObject.toString()public OutputDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.