@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputVideoGenerator extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
InputVideoGenerator() |
| Modifier and Type | Method and Description |
|---|---|
InputVideoGenerator |
clone() |
boolean |
equals(Object obj) |
Integer |
getDuration()
Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that
many milliseconds.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDuration(Integer duration)
Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that
many milliseconds.
|
String |
toString()
Returns a string representation of this object.
|
InputVideoGenerator |
withDuration(Integer duration)
Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for that
many milliseconds.
|
public void setDuration(Integer duration)
duration - Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for
that many milliseconds. Required when you include Video generator.public Integer getDuration()
public InputVideoGenerator withDuration(Integer duration)
duration - Specify an integer value for Black video duration from 50 to 86400000 to generate a black video input for
that many milliseconds. Required when you include Video generator.public String toString()
toString in class ObjectObject.toString()public InputVideoGenerator clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.