@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)
Marshalls this structured data using the given
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.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 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.