@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecipeAction extends Object implements Serializable, Cloneable, StructuredPojo
Actions defined in the Glue Studio data preparation recipe node.
Constructor and Description |
---|
RecipeAction() |
Modifier and Type | Method and Description |
---|---|
RecipeAction |
addParametersEntry(String key,
String value)
Add a single Parameters entry
|
RecipeAction |
clearParametersEntries()
Removes all the entries added into Parameters.
|
RecipeAction |
clone() |
boolean |
equals(Object obj) |
String |
getOperation()
The operation of the recipe action.
|
Map<String,String> |
getParameters()
The parameters of the recipe action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOperation(String operation)
The operation of the recipe action.
|
void |
setParameters(Map<String,String> parameters)
The parameters of the recipe action.
|
String |
toString()
Returns a string representation of this object.
|
RecipeAction |
withOperation(String operation)
The operation of the recipe action.
|
RecipeAction |
withParameters(Map<String,String> parameters)
The parameters of the recipe action.
|
public void setOperation(String operation)
The operation of the recipe action.
operation
- The operation of the recipe action.public String getOperation()
The operation of the recipe action.
public RecipeAction withOperation(String operation)
The operation of the recipe action.
operation
- The operation of the recipe action.public Map<String,String> getParameters()
The parameters of the recipe action.
public void setParameters(Map<String,String> parameters)
The parameters of the recipe action.
parameters
- The parameters of the recipe action.public RecipeAction withParameters(Map<String,String> parameters)
The parameters of the recipe action.
parameters
- The parameters of the recipe action.public RecipeAction addParametersEntry(String key, String value)
public RecipeAction clearParametersEntries()
public String toString()
toString
in class Object
Object.toString()
public RecipeAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.