@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EfsFileLocation extends Object implements Serializable, Cloneable, StructuredPojo
Specifies the details for the file location for the file that's being used in the workflow. Only applicable if you are using Amazon Elastic File Systems (Amazon EFS) for storage.
Constructor and Description |
---|
EfsFileLocation() |
Modifier and Type | Method and Description |
---|---|
EfsFileLocation |
clone() |
boolean |
equals(Object obj) |
String |
getFileSystemId()
The identifier of the file system, assigned by Amazon EFS.
|
String |
getPath()
The pathname for the folder being used by a workflow.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFileSystemId(String fileSystemId)
The identifier of the file system, assigned by Amazon EFS.
|
void |
setPath(String path)
The pathname for the folder being used by a workflow.
|
String |
toString()
Returns a string representation of this object.
|
EfsFileLocation |
withFileSystemId(String fileSystemId)
The identifier of the file system, assigned by Amazon EFS.
|
EfsFileLocation |
withPath(String path)
The pathname for the folder being used by a workflow.
|
public void setFileSystemId(String fileSystemId)
The identifier of the file system, assigned by Amazon EFS.
fileSystemId
- The identifier of the file system, assigned by Amazon EFS.public String getFileSystemId()
The identifier of the file system, assigned by Amazon EFS.
public EfsFileLocation withFileSystemId(String fileSystemId)
The identifier of the file system, assigned by Amazon EFS.
fileSystemId
- The identifier of the file system, assigned by Amazon EFS.public void setPath(String path)
The pathname for the folder being used by a workflow.
path
- The pathname for the folder being used by a workflow.public String getPath()
The pathname for the folder being used by a workflow.
public EfsFileLocation withPath(String path)
The pathname for the folder being used by a workflow.
path
- The pathname for the folder being used by a workflow.public String toString()
toString
in class Object
Object.toString()
public EfsFileLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.