@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() |
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) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
OutputDetail |
withDurationInMs(Integer durationInMs)
Duration in milliseconds
|
OutputDetail |
withVideoDetails(VideoDetail videoDetails) |
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
- public VideoDetail getVideoDetails()
public OutputDetail withVideoDetails(VideoDetail videoDetails)
videoDetails
- public String toString()
toString
in class Object
Object.toString()
public OutputDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.