@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MaintenanceWindowStepFunctionsParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for a STEP_FUNCTIONS task.
For information about specifying and updating task parameters, see RegisterTaskWithMaintenanceWindow and UpdateMaintenanceWindowTask.
 LoggingInfo has been deprecated. To specify an S3 bucket to contain logs, instead use the
 OutputS3BucketName and OutputS3KeyPrefix options in the
 TaskInvocationParameters structure. For information about how Systems Manager handles these options for
 the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
 
 TaskParameters has been deprecated. To specify parameters to pass to a task when it runs, instead use
 the Parameters option in the TaskInvocationParameters structure. For information about how
 Systems Manager handles these options for the supported maintenance window task types, see
 MaintenanceWindowTaskInvocationParameters.
 
 For Step Functions tasks, Systems Manager ignores any values specified for TaskParameters and
 LoggingInfo.
 
| Constructor and Description | 
|---|
| MaintenanceWindowStepFunctionsParameters() | 
| Modifier and Type | Method and Description | 
|---|---|
| MaintenanceWindowStepFunctionsParameters | clone() | 
| boolean | equals(Object obj) | 
| String | getInput()
 The inputs for the STEP_FUNCTIONS task. | 
| String | getName()
 The name of the STEP_FUNCTIONS task. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setInput(String input)
 The inputs for the STEP_FUNCTIONS task. | 
| void | setName(String name)
 The name of the STEP_FUNCTIONS task. | 
| String | toString()Returns a string representation of this object. | 
| MaintenanceWindowStepFunctionsParameters | withInput(String input)
 The inputs for the STEP_FUNCTIONS task. | 
| MaintenanceWindowStepFunctionsParameters | withName(String name)
 The name of the STEP_FUNCTIONS task. | 
public MaintenanceWindowStepFunctionsParameters()
public void setInput(String input)
The inputs for the STEP_FUNCTIONS task.
input - The inputs for the STEP_FUNCTIONS task.public String getInput()
The inputs for the STEP_FUNCTIONS task.
public MaintenanceWindowStepFunctionsParameters withInput(String input)
The inputs for the STEP_FUNCTIONS task.
input - The inputs for the STEP_FUNCTIONS task.public void setName(String name)
The name of the STEP_FUNCTIONS task.
name - The name of the STEP_FUNCTIONS task.public String getName()
The name of the STEP_FUNCTIONS task.
public MaintenanceWindowStepFunctionsParameters withName(String name)
The name of the STEP_FUNCTIONS task.
name - The name of the STEP_FUNCTIONS task.public String toString()
toString in class ObjectObject.toString()public MaintenanceWindowStepFunctionsParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.