@Deprecated @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Clip extends Object implements Serializable, Cloneable, StructuredPojo
Settings for one clip in a composition. All jobs in a playlist must have the same clip settings.
| Constructor and Description |
|---|
Clip ()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Clip |
clone ()
Deprecated.
|
boolean |
equals (Object obj)
Deprecated.
|
TimeSpan |
getTimeSpan ()
Deprecated.
Settings that determine when a clip begins and how long it lasts.
|
int |
hashCode ()
Deprecated.
|
void |
marshall (ProtocolMarshaller protocolMarshaller)
Deprecated.
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTimeSpan (TimeSpan timeSpan)
Deprecated.
Settings that determine when a clip begins and how long it lasts.
|
String |
toString ()
Deprecated.
Returns a string representation of this object.
|
Clip |
withTimeSpan (TimeSpan timeSpan)
Deprecated.
Settings that determine when a clip begins and how long it lasts.
|
public Clip()
public void setTimeSpan(TimeSpan timeSpan)
Settings that determine when a clip begins and how long it lasts.
timeSpan - Settings that determine when a clip begins and how long it lasts.public TimeSpan getTimeSpan()
Settings that determine when a clip begins and how long it lasts.
public Clip withTimeSpan(TimeSpan timeSpan)
Settings that determine when a clip begins and how long it lasts.
timeSpan - Settings that determine when a clip begins and how long it lasts.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.