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