@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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInputPrepareScheduleActions(String inputPrepareScheduleActions)
Enables the Input Prepare 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.
|
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 String toString()
toString in class ObjectObject.toString()public FeatureActivations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.