@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScriptBatchJobDefinition extends Object implements Serializable, Cloneable, StructuredPojo
A batch job definition contained in a script.
Constructor and Description |
---|
ScriptBatchJobDefinition() |
Modifier and Type | Method and Description |
---|---|
ScriptBatchJobDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getScriptName()
The name of the script containing the batch job definition.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setScriptName(String scriptName)
The name of the script containing the batch job definition.
|
String |
toString()
Returns a string representation of this object.
|
ScriptBatchJobDefinition |
withScriptName(String scriptName)
The name of the script containing the batch job definition.
|
public void setScriptName(String scriptName)
The name of the script containing the batch job definition.
scriptName
- The name of the script containing the batch job definition.public String getScriptName()
The name of the script containing the batch job definition.
public ScriptBatchJobDefinition withScriptName(String scriptName)
The name of the script containing the batch job definition.
scriptName
- The name of the script containing the batch job definition.public String toString()
toString
in class Object
Object.toString()
public ScriptBatchJobDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.