@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Action extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
Action |
addArgumentsEntry(String key,
String value) |
Action |
clearArgumentsEntries()
Removes all the entries added into Arguments.
|
Action |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getArguments() |
String |
getJobName() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArguments(Map<String,String> arguments) |
void |
setJobName(String jobName) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Action |
withArguments(Map<String,String> arguments) |
Action |
withJobName(String jobName) |
public void setJobName(String jobName)
jobName
- public String getJobName()
public Action withJobName(String jobName)
jobName
- public Action withArguments(Map<String,String> arguments)
arguments
- public Action clearArgumentsEntries()
public String toString()
toString
in class Object
Object.toString()
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.