@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.FeatureActivationsInputPrepareScheduleActions
public String getInputPrepareScheduleActions()
FeatureActivationsInputPrepareScheduleActions
public 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.FeatureActivationsInputPrepareScheduleActions
public 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.FeatureActivationsInputPrepareScheduleActions
public 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.FeatureActivationsOutputStaticImageOverlayScheduleActions
public String getOutputStaticImageOverlayScheduleActions()
FeatureActivationsOutputStaticImageOverlayScheduleActions
public 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.FeatureActivationsOutputStaticImageOverlayScheduleActions
public 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.FeatureActivationsOutputStaticImageOverlayScheduleActions
public String toString()
toString
in class Object
Object.toString()
public FeatureActivations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.