@Generated(value="software.amazon.awssdk:codegen") public final class UpdateUserSettingsRequest extends WorkSpacesWebRequest implements ToCopyableBuilder<UpdateUserSettingsRequest.Builder,UpdateUserSettingsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateUserSettingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateUserSettingsRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
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 UpdateUserSettingsRequest.Builder> |
serializableBuilderClass() |
UpdateUserSettingsRequest.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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
If you do not specify a client token, one is automatically generated by the AWS SDK.
If you do not specify a client token, one is automatically generated by the AWS SDK.
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, 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 UpdateUserSettingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateUserSettingsRequest.Builder,UpdateUserSettingsRequest>toBuilder in class WorkSpacesWebRequestpublic static UpdateUserSettingsRequest.Builder builder()
public static Class<? extends UpdateUserSettingsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.