@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MotionGraphicsActivateScheduleActionSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MotionGraphicsActivateScheduleActionSettings() |
Modifier and Type | Method and Description |
---|---|
MotionGraphicsActivateScheduleActionSettings |
clone() |
boolean |
equals(Object obj) |
Long |
getDuration()
Duration (in milliseconds) that motion graphics should render on to the video stream.
|
String |
getPasswordParam()
Key used to extract the password from EC2 Parameter store
|
String |
getUrl()
URI of the HTML5 content to be rendered into the live stream.
|
String |
getUsername()
Documentation update needed
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDuration(Long duration)
Duration (in milliseconds) that motion graphics should render on to the video stream.
|
void |
setPasswordParam(String passwordParam)
Key used to extract the password from EC2 Parameter store
|
void |
setUrl(String url)
URI of the HTML5 content to be rendered into the live stream.
|
void |
setUsername(String username)
Documentation update needed
|
String |
toString()
Returns a string representation of this object.
|
MotionGraphicsActivateScheduleActionSettings |
withDuration(Long duration)
Duration (in milliseconds) that motion graphics should render on to the video stream.
|
MotionGraphicsActivateScheduleActionSettings |
withPasswordParam(String passwordParam)
Key used to extract the password from EC2 Parameter store
|
MotionGraphicsActivateScheduleActionSettings |
withUrl(String url)
URI of the HTML5 content to be rendered into the live stream.
|
MotionGraphicsActivateScheduleActionSettings |
withUsername(String username)
Documentation update needed
|
public MotionGraphicsActivateScheduleActionSettings()
public void setDuration(Long duration)
duration
- Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this
property or setting to 0 will result in rendering continuing until a deactivate action is processed.public Long getDuration()
public MotionGraphicsActivateScheduleActionSettings withDuration(Long duration)
duration
- Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this
property or setting to 0 will result in rendering continuing until a deactivate action is processed.public void setPasswordParam(String passwordParam)
passwordParam
- Key used to extract the password from EC2 Parameter storepublic String getPasswordParam()
public MotionGraphicsActivateScheduleActionSettings withPasswordParam(String passwordParam)
passwordParam
- Key used to extract the password from EC2 Parameter storepublic void setUrl(String url)
url
- URI of the HTML5 content to be rendered into the live stream.public String getUrl()
public MotionGraphicsActivateScheduleActionSettings withUrl(String url)
url
- URI of the HTML5 content to be rendered into the live stream.public void setUsername(String username)
username
- Documentation update neededpublic String getUsername()
public MotionGraphicsActivateScheduleActionSettings withUsername(String username)
username
- Documentation update neededpublic String toString()
toString
in class Object
Object.toString()
public MotionGraphicsActivateScheduleActionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.