@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FeatureActivations extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
FeatureActivations() |
| Modifier and Type | Method and Description |
|---|---|
FeatureActivations |
clone() |
boolean |
equals(Object obj) |
String |
getInputPrepareScheduleActions()
Enables the Input Prepare feature.
|
String |
getOutputStaticImageOverlayScheduleActions()
Enables the output static image overlay feature.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInputPrepareScheduleActions(String inputPrepareScheduleActions)
Enables the Input Prepare feature.
|
void |
setOutputStaticImageOverlayScheduleActions(String outputStaticImageOverlayScheduleActions)
Enables the output static image overlay feature.
|
String |
toString()
Returns a string representation of this object.
|
FeatureActivations |
withInputPrepareScheduleActions(FeatureActivationsInputPrepareScheduleActions inputPrepareScheduleActions)
Enables the Input Prepare feature.
|
FeatureActivations |
withInputPrepareScheduleActions(String inputPrepareScheduleActions)
Enables the Input Prepare feature.
|
FeatureActivations |
withOutputStaticImageOverlayScheduleActions(FeatureActivationsOutputStaticImageOverlayScheduleActions outputStaticImageOverlayScheduleActions)
Enables the output static image overlay feature.
|
FeatureActivations |
withOutputStaticImageOverlayScheduleActions(String outputStaticImageOverlayScheduleActions)
Enables the output static image overlay feature.
|
public void setInputPrepareScheduleActions(String inputPrepareScheduleActions)
inputPrepareScheduleActions - Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this
feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete
all input prepare actions from the schedule.FeatureActivationsInputPrepareScheduleActionspublic String getInputPrepareScheduleActions()
FeatureActivationsInputPrepareScheduleActionspublic FeatureActivations withInputPrepareScheduleActions(String inputPrepareScheduleActions)
inputPrepareScheduleActions - Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this
feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete
all input prepare actions from the schedule.FeatureActivationsInputPrepareScheduleActionspublic FeatureActivations withInputPrepareScheduleActions(FeatureActivationsInputPrepareScheduleActions inputPrepareScheduleActions)
inputPrepareScheduleActions - Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this
feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete
all input prepare actions from the schedule.FeatureActivationsInputPrepareScheduleActionspublic void setOutputStaticImageOverlayScheduleActions(String outputStaticImageOverlayScheduleActions)
outputStaticImageOverlayScheduleActions - Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule
updates to display/clear/modify image overlays on an output-by-output bases.FeatureActivationsOutputStaticImageOverlayScheduleActionspublic String getOutputStaticImageOverlayScheduleActions()
FeatureActivationsOutputStaticImageOverlayScheduleActionspublic FeatureActivations withOutputStaticImageOverlayScheduleActions(String outputStaticImageOverlayScheduleActions)
outputStaticImageOverlayScheduleActions - Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule
updates to display/clear/modify image overlays on an output-by-output bases.FeatureActivationsOutputStaticImageOverlayScheduleActionspublic FeatureActivations withOutputStaticImageOverlayScheduleActions(FeatureActivationsOutputStaticImageOverlayScheduleActions outputStaticImageOverlayScheduleActions)
outputStaticImageOverlayScheduleActions - Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule
updates to display/clear/modify image overlays on an output-by-output bases.FeatureActivationsOutputStaticImageOverlayScheduleActionspublic String toString()
toString in class ObjectObject.toString()public FeatureActivations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.