@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileBatchJobDefinition extends Object implements Serializable, Cloneable, StructuredPojo
A file containing a batch job definition.
Constructor and Description |
---|
FileBatchJobDefinition() |
Modifier and Type | Method and Description |
---|---|
FileBatchJobDefinition |
clone() |
boolean |
equals(Object obj) |
String |
getFileName()
The name of the file containing the batch job definition.
|
String |
getFolderPath()
The path to the file containing 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 containing the batch job definition.
|
void |
setFolderPath(String folderPath)
The path to the file containing the batch job definition.
|
String |
toString()
Returns a string representation of this object.
|
FileBatchJobDefinition |
withFileName(String fileName)
The name of the file containing the batch job definition.
|
FileBatchJobDefinition |
withFolderPath(String folderPath)
The path to the file containing the batch job definition.
|
public void setFileName(String fileName)
The name of the file containing the batch job definition.
fileName
- The name of the file containing the batch job definition.public String getFileName()
The name of the file containing the batch job definition.
public FileBatchJobDefinition withFileName(String fileName)
The name of the file containing the batch job definition.
fileName
- The name of the file containing the batch job definition.public void setFolderPath(String folderPath)
The path to the file containing the batch job definition.
folderPath
- The path to the file containing the batch job definition.public String getFolderPath()
The path to the file containing the batch job definition.
public FileBatchJobDefinition withFolderPath(String folderPath)
The path to the file containing the batch job definition.
folderPath
- The path to the file containing the batch job definition.public String toString()
toString
in class Object
Object.toString()
public FileBatchJobDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.