@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MaintenanceWindowStepFunctionsParameters extends Object implements Serializable, Cloneable, StructuredPojo
The parameters for the STEP_FUNCTION execution.
Constructor and Description |
---|
MaintenanceWindowStepFunctionsParameters() |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindowStepFunctionsParameters |
clone() |
boolean |
equals(Object obj) |
String |
getInput()
The inputs for the STEP_FUNCTION task.
|
String |
getName()
The name of the STEP_FUNCTION task.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInput(String input)
The inputs for the STEP_FUNCTION task.
|
void |
setName(String name)
The name of the STEP_FUNCTION task.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
MaintenanceWindowStepFunctionsParameters |
withInput(String input)
The inputs for the STEP_FUNCTION task.
|
MaintenanceWindowStepFunctionsParameters |
withName(String name)
The name of the STEP_FUNCTION task.
|
public MaintenanceWindowStepFunctionsParameters()
public void setInput(String input)
The inputs for the STEP_FUNCTION task.
input
- The inputs for the STEP_FUNCTION task.public String getInput()
The inputs for the STEP_FUNCTION task.
public MaintenanceWindowStepFunctionsParameters withInput(String input)
The inputs for the STEP_FUNCTION task.
input
- The inputs for the STEP_FUNCTION task.public void setName(String name)
The name of the STEP_FUNCTION task.
name
- The name of the STEP_FUNCTION task.public String getName()
The name of the STEP_FUNCTION task.
public MaintenanceWindowStepFunctionsParameters withName(String name)
The name of the STEP_FUNCTION task.
name
- The name of the STEP_FUNCTION task.public String toString()
toString
in class Object
Object.toString()
public MaintenanceWindowStepFunctionsParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.