@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileBatchJobIdentifier extends Object implements Serializable, Cloneable, StructuredPojo
A batch job identifier in which the batch job to run is identified by the file name and the relative path to the file name.
Constructor and Description |
---|
FileBatchJobIdentifier() |
Modifier and Type | Method and Description |
---|---|
FileBatchJobIdentifier |
clone() |
boolean |
equals(Object obj) |
String |
getFileName()
The file name for the batch job identifier.
|
String |
getFolderPath()
The relative path to the file name for the batch job identifier.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFileName(String fileName)
The file name for the batch job identifier.
|
void |
setFolderPath(String folderPath)
The relative path to the file name for the batch job identifier.
|
String |
toString()
Returns a string representation of this object.
|
FileBatchJobIdentifier |
withFileName(String fileName)
The file name for the batch job identifier.
|
FileBatchJobIdentifier |
withFolderPath(String folderPath)
The relative path to the file name for the batch job identifier.
|
public void setFileName(String fileName)
The file name for the batch job identifier.
fileName
- The file name for the batch job identifier.public String getFileName()
The file name for the batch job identifier.
public FileBatchJobIdentifier withFileName(String fileName)
The file name for the batch job identifier.
fileName
- The file name for the batch job identifier.public void setFolderPath(String folderPath)
The relative path to the file name for the batch job identifier.
folderPath
- The relative path to the file name for the batch job identifier.public String getFolderPath()
The relative path to the file name for the batch job identifier.
public FileBatchJobIdentifier withFolderPath(String folderPath)
The relative path to the file name for the batch job identifier.
folderPath
- The relative path to the file name for the batch job identifier.public String toString()
toString
in class Object
Object.toString()
public FileBatchJobIdentifier clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.