Class UserSettingsSummary
- java.lang.Object
-
- software.amazon.awssdk.services.workspacesweb.model.UserSettingsSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<UserSettingsSummary.Builder,UserSettingsSummary>
@Generated("software.amazon.awssdk:codegen") public final class UserSettingsSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UserSettingsSummary.Builder,UserSettingsSummary>
The summary of user settings.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUserSettingsSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserSettingsSummary.Builderbuilder()CookieSynchronizationConfigurationcookieSynchronizationConfiguration()The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.EnabledTypecopyAllowed()Specifies whether the user can copy text from the streaming session to the local device.StringcopyAllowedAsString()Specifies whether the user can copy text from the streaming session to the local device.EnabledTypedeepLinkAllowed()Specifies whether the user can use deep links that open automatically when connecting to a session.StringdeepLinkAllowedAsString()Specifies whether the user can use deep links that open automatically when connecting to a session.IntegerdisconnectTimeoutInMinutes()The amount of time that a streaming session remains active after users disconnect.EnabledTypedownloadAllowed()Specifies whether the user can download files from the streaming session to the local device.StringdownloadAllowedAsString()Specifies whether the user can download files from the streaming session to the local device.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegeridleDisconnectTimeoutInMinutes()The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.EnabledTypepasteAllowed()Specifies whether the user can paste text from the local device to the streaming session.StringpasteAllowedAsString()Specifies whether the user can paste text from the local device to the streaming session.EnabledTypeprintAllowed()Specifies whether the user can print to the local device.StringprintAllowedAsString()Specifies whether the user can print to the local device.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UserSettingsSummary.Builder>serializableBuilderClass()UserSettingsSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.EnabledTypeuploadAllowed()Specifies whether the user can upload files from the local device to the streaming session.StringuploadAllowedAsString()Specifies whether the user can upload files from the local device to the streaming session.StringuserSettingsArn()The ARN of the user settings.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cookieSynchronizationConfiguration
public final CookieSynchronizationConfiguration cookieSynchronizationConfiguration()
The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
- Returns:
- The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
-
copyAllowed
public 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,
copyAllowedwill returnEnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcopyAllowedAsString().- Returns:
- Specifies whether the user can copy text from the streaming session to the local device.
- See Also:
EnabledType
-
copyAllowedAsString
public 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,
copyAllowedwill returnEnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcopyAllowedAsString().- Returns:
- Specifies whether the user can copy text from the streaming session to the local device.
- See Also:
EnabledType
-
deepLinkAllowed
public final EnabledType deepLinkAllowed()
Specifies whether the user can use deep links that open automatically when connecting to a session.
If the service returns an enum value that is not available in the current SDK version,
deepLinkAllowedwill returnEnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeepLinkAllowedAsString().- Returns:
- Specifies whether the user can use deep links that open automatically when connecting to a session.
- See Also:
EnabledType
-
deepLinkAllowedAsString
public final String deepLinkAllowedAsString()
Specifies whether the user can use deep links that open automatically when connecting to a session.
If the service returns an enum value that is not available in the current SDK version,
deepLinkAllowedwill returnEnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdeepLinkAllowedAsString().- Returns:
- Specifies whether the user can use deep links that open automatically when connecting to a session.
- See Also:
EnabledType
-
disconnectTimeoutInMinutes
public final Integer disconnectTimeoutInMinutes()
The amount of time that a streaming session remains active after users disconnect.
- Returns:
- The amount of time that a streaming session remains active after users disconnect.
-
downloadAllowed
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,
downloadAllowedwill returnEnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdownloadAllowedAsString().- Returns:
- Specifies whether the user can download files from the streaming session to the local device.
- See Also:
EnabledType
-
downloadAllowedAsString
public 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,
downloadAllowedwill returnEnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdownloadAllowedAsString().- Returns:
- Specifies whether the user can download files from the streaming session to the local device.
- See Also:
EnabledType
-
idleDisconnectTimeoutInMinutes
public 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.
- Returns:
- The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
-
pasteAllowed
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,
pasteAllowedwill returnEnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompasteAllowedAsString().- Returns:
- Specifies whether the user can paste text from the local device to the streaming session.
- See Also:
EnabledType
-
pasteAllowedAsString
public 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,
pasteAllowedwill returnEnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompasteAllowedAsString().- Returns:
- Specifies whether the user can paste text from the local device to the streaming session.
- See Also:
EnabledType
-
printAllowed
public 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,
printAllowedwill returnEnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprintAllowedAsString().- Returns:
- Specifies whether the user can print to the local device.
- See Also:
EnabledType
-
printAllowedAsString
public 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,
printAllowedwill returnEnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprintAllowedAsString().- Returns:
- Specifies whether the user can print to the local device.
- See Also:
EnabledType
-
uploadAllowed
public 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,
uploadAllowedwill returnEnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuploadAllowedAsString().- Returns:
- Specifies whether the user can upload files from the local device to the streaming session.
- See Also:
EnabledType
-
uploadAllowedAsString
public 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,
uploadAllowedwill returnEnabledType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromuploadAllowedAsString().- Returns:
- Specifies whether the user can upload files from the local device to the streaming session.
- See Also:
EnabledType
-
userSettingsArn
public final String userSettingsArn()
The ARN of the user settings.
- Returns:
- The ARN of the user settings.
-
toBuilder
public UserSettingsSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UserSettingsSummary.Builder,UserSettingsSummary>
-
builder
public static UserSettingsSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends UserSettingsSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-