@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EfsFileLocation extends Object implements Serializable, Cloneable, StructuredPojo
Reserved for future use.
Constructor and Description |
---|
EfsFileLocation() |
Modifier and Type | Method and Description |
---|---|
EfsFileLocation |
clone() |
boolean |
equals(Object obj) |
String |
getFileSystemId()
The ID 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 ID 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 ID 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 ID of the file system, assigned by Amazon EFS.
fileSystemId
- The ID of the file system, assigned by Amazon EFS.public String getFileSystemId()
The ID of the file system, assigned by Amazon EFS.
public EfsFileLocation withFileSystemId(String fileSystemId)
The ID of the file system, assigned by Amazon EFS.
fileSystemId
- The ID 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.