@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
- MotionGraphicsInsertion
public String getMotionGraphicsInsertion()
MotionGraphicsInsertion
public MotionGraphicsConfiguration withMotionGraphicsInsertion(String motionGraphicsInsertion)
motionGraphicsInsertion
- MotionGraphicsInsertion
public MotionGraphicsConfiguration withMotionGraphicsInsertion(MotionGraphicsInsertion motionGraphicsInsertion)
motionGraphicsInsertion
- MotionGraphicsInsertion
public void setMotionGraphicsSettings(MotionGraphicsSettings motionGraphicsSettings)
motionGraphicsSettings
- Motion Graphics Settingspublic MotionGraphicsSettings getMotionGraphicsSettings()
public MotionGraphicsConfiguration withMotionGraphicsSettings(MotionGraphicsSettings motionGraphicsSettings)
motionGraphicsSettings
- Motion Graphics Settingspublic String toString()
toString
in class Object
Object.toString()
public MotionGraphicsConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.