@Generated(value="software.amazon.awssdk:codegen") public final class StreamingSessionStorageRoot extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StreamingSessionStorageRoot.Builder,StreamingSessionStorageRoot>
The upload storage root location (folder) on streaming workstations where files are uploaded.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StreamingSessionStorageRoot.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StreamingSessionStorageRoot.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
linux()
The folder path in Linux workstations where files are uploaded.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StreamingSessionStorageRoot.Builder> |
serializableBuilderClass() |
StreamingSessionStorageRoot.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
windows()
The folder path in Windows workstations where files are uploaded.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String linux()
The folder path in Linux workstations where files are uploaded.
public final String windows()
The folder path in Windows workstations where files are uploaded.
public StreamingSessionStorageRoot.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StreamingSessionStorageRoot.Builder,StreamingSessionStorageRoot>public static StreamingSessionStorageRoot.Builder builder()
public static Class<? extends StreamingSessionStorageRoot.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.