@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MotionGraphicsConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
MotionGraphicsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MotionGraphicsConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getMotionGraphicsInsertion() |
MotionGraphicsSettings |
getMotionGraphicsSettings()
Motion Graphics Settings
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMotionGraphicsInsertion(String motionGraphicsInsertion) |
void |
setMotionGraphicsSettings(MotionGraphicsSettings motionGraphicsSettings)
Motion Graphics Settings
|
String |
toString()
Returns a string representation of this object.
|
MotionGraphicsConfiguration |
withMotionGraphicsInsertion(MotionGraphicsInsertion motionGraphicsInsertion) |
MotionGraphicsConfiguration |
withMotionGraphicsInsertion(String motionGraphicsInsertion) |
MotionGraphicsConfiguration |
withMotionGraphicsSettings(MotionGraphicsSettings motionGraphicsSettings)
Motion Graphics Settings
|
public void setMotionGraphicsInsertion(String motionGraphicsInsertion)
motionGraphicsInsertion - MotionGraphicsInsertionpublic String getMotionGraphicsInsertion()
MotionGraphicsInsertionpublic MotionGraphicsConfiguration withMotionGraphicsInsertion(String motionGraphicsInsertion)
motionGraphicsInsertion - MotionGraphicsInsertionpublic MotionGraphicsConfiguration withMotionGraphicsInsertion(MotionGraphicsInsertion motionGraphicsInsertion)
motionGraphicsInsertion - MotionGraphicsInsertionpublic void setMotionGraphicsSettings(MotionGraphicsSettings motionGraphicsSettings)
motionGraphicsSettings - Motion Graphics Settingspublic MotionGraphicsSettings getMotionGraphicsSettings()
public MotionGraphicsConfiguration withMotionGraphicsSettings(MotionGraphicsSettings motionGraphicsSettings)
motionGraphicsSettings - Motion Graphics Settingspublic String toString()
toString in class ObjectObject.toString()public MotionGraphicsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.