@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StreamingSessionStorageRoot extends Object implements Serializable, Cloneable, StructuredPojo
The upload storage root location (folder) on streaming workstations where files are uploaded.
Constructor and Description |
---|
StreamingSessionStorageRoot() |
Modifier and Type | Method and Description |
---|---|
StreamingSessionStorageRoot |
clone() |
boolean |
equals(Object obj) |
String |
getLinux()
The folder path in Linux workstations where files are uploaded.
|
String |
getWindows()
The folder path in Windows workstations where files are uploaded.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLinux(String linux)
The folder path in Linux workstations where files are uploaded.
|
void |
setWindows(String windows)
The folder path in Windows workstations where files are uploaded.
|
String |
toString()
Returns a string representation of this object.
|
StreamingSessionStorageRoot |
withLinux(String linux)
The folder path in Linux workstations where files are uploaded.
|
StreamingSessionStorageRoot |
withWindows(String windows)
The folder path in Windows workstations where files are uploaded.
|
public void setLinux(String linux)
The folder path in Linux workstations where files are uploaded. The default path is $HOME/Downloads
.
linux
- The folder path in Linux workstations where files are uploaded. The default path is
$HOME/Downloads
.public String getLinux()
The folder path in Linux workstations where files are uploaded. The default path is $HOME/Downloads
.
$HOME/Downloads
.public StreamingSessionStorageRoot withLinux(String linux)
The folder path in Linux workstations where files are uploaded. The default path is $HOME/Downloads
.
linux
- The folder path in Linux workstations where files are uploaded. The default path is
$HOME/Downloads
.public void setWindows(String windows)
The folder path in Windows workstations where files are uploaded. The default path is
%HOMEPATH%\Downloads
.
windows
- The folder path in Windows workstations where files are uploaded. The default path is
%HOMEPATH%\Downloads
.public String getWindows()
The folder path in Windows workstations where files are uploaded. The default path is
%HOMEPATH%\Downloads
.
%HOMEPATH%\Downloads
.public StreamingSessionStorageRoot withWindows(String windows)
The folder path in Windows workstations where files are uploaded. The default path is
%HOMEPATH%\Downloads
.
windows
- The folder path in Windows workstations where files are uploaded. The default path is
%HOMEPATH%\Downloads
.public String toString()
toString
in class Object
Object.toString()
public StreamingSessionStorageRoot clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.