@Generated(value="software.amazon.awssdk:codegen") public final class UserSettingsSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserSettingsSummary.Builder,UserSettingsSummary>
The summary of user settings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UserSettingsSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UserSettingsSummary.Builder |
builder() |
EnabledType |
copyAllowed()
Specifies whether the user can copy text from the streaming session to the local device.
|
String |
copyAllowedAsString()
Specifies whether the user can copy text from the streaming session to the local device.
|
Integer |
disconnectTimeoutInMinutes()
The amount of time that a streaming session remains active after users disconnect.
|
EnabledType |
downloadAllowed()
Specifies whether the user can download files from the streaming session to the local device.
|
String |
downloadAllowedAsString()
Specifies whether the user can download files from the streaming session to the local device.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
idleDisconnectTimeoutInMinutes()
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session
and the disconnect timeout interval begins.
|
EnabledType |
pasteAllowed()
Specifies whether the user can paste text from the local device to the streaming session.
|
String |
pasteAllowedAsString()
Specifies whether the user can paste text from the local device to the streaming session.
|
EnabledType |
printAllowed()
Specifies whether the user can print to the local device.
|
String |
printAllowedAsString()
Specifies whether the user can print to the local device.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UserSettingsSummary.Builder> |
serializableBuilderClass() |
UserSettingsSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
EnabledType |
uploadAllowed()
Specifies whether the user can upload files from the local device to the streaming session.
|
String |
uploadAllowedAsString()
Specifies whether the user can upload files from the local device to the streaming session.
|
String |
userSettingsArn()
The ARN of the user settings.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final EnabledType copyAllowed()
Specifies whether the user can copy text from the streaming session to the local device.
If the service returns an enum value that is not available in the current SDK version, copyAllowed will
return EnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
copyAllowedAsString().
EnabledTypepublic final String copyAllowedAsString()
Specifies whether the user can copy text from the streaming session to the local device.
If the service returns an enum value that is not available in the current SDK version, copyAllowed will
return EnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
copyAllowedAsString().
EnabledTypepublic final Integer disconnectTimeoutInMinutes()
The amount of time that a streaming session remains active after users disconnect.
public final EnabledType downloadAllowed()
Specifies whether the user can download files from the streaming session to the local device.
If the service returns an enum value that is not available in the current SDK version, downloadAllowed
will return EnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
downloadAllowedAsString().
EnabledTypepublic final String downloadAllowedAsString()
Specifies whether the user can download files from the streaming session to the local device.
If the service returns an enum value that is not available in the current SDK version, downloadAllowed
will return EnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
downloadAllowedAsString().
EnabledTypepublic final Integer idleDisconnectTimeoutInMinutes()
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
public final EnabledType pasteAllowed()
Specifies whether the user can paste text from the local device to the streaming session.
If the service returns an enum value that is not available in the current SDK version, pasteAllowed will
return EnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
pasteAllowedAsString().
EnabledTypepublic final String pasteAllowedAsString()
Specifies whether the user can paste text from the local device to the streaming session.
If the service returns an enum value that is not available in the current SDK version, pasteAllowed will
return EnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
pasteAllowedAsString().
EnabledTypepublic final EnabledType printAllowed()
Specifies whether the user can print to the local device.
If the service returns an enum value that is not available in the current SDK version, printAllowed will
return EnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
printAllowedAsString().
EnabledTypepublic final String printAllowedAsString()
Specifies whether the user can print to the local device.
If the service returns an enum value that is not available in the current SDK version, printAllowed will
return EnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
printAllowedAsString().
EnabledTypepublic final EnabledType uploadAllowed()
Specifies whether the user can upload files from the local device to the streaming session.
If the service returns an enum value that is not available in the current SDK version, uploadAllowed
will return EnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
uploadAllowedAsString().
EnabledTypepublic final String uploadAllowedAsString()
Specifies whether the user can upload files from the local device to the streaming session.
If the service returns an enum value that is not available in the current SDK version, uploadAllowed
will return EnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
uploadAllowedAsString().
EnabledTypepublic final String userSettingsArn()
The ARN of the user settings.
public UserSettingsSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UserSettingsSummary.Builder,UserSettingsSummary>public static UserSettingsSummary.Builder builder()
public static Class<? extends UserSettingsSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.