@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateUserSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateUserSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CookieSynchronizationConfiguration |
getCookieSynchronizationConfiguration()
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
String |
getCopyAllowed()
Specifies whether the user can copy text from the streaming session to the local device.
|
String |
getDeepLinkAllowed()
Specifies whether the user can use deep links that open automatically when connecting to a session.
|
Integer |
getDisconnectTimeoutInMinutes()
The amount of time that a streaming session remains active after users disconnect.
|
String |
getDownloadAllowed()
Specifies whether the user can download files from the streaming session to the local device.
|
Integer |
getIdleDisconnectTimeoutInMinutes()
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session
and the disconnect timeout interval begins.
|
String |
getPasteAllowed()
Specifies whether the user can paste text from the local device to the streaming session.
|
String |
getPrintAllowed()
Specifies whether the user can print to the local device.
|
String |
getUploadAllowed()
Specifies whether the user can upload files from the local device to the streaming session.
|
String |
getUserSettingsArn()
The ARN of the user settings.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
void |
setCopyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
void |
setDeepLinkAllowed(String deepLinkAllowed)
Specifies whether the user can use deep links that open automatically when connecting to a session.
|
void |
setDisconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
|
void |
setDownloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
void |
setIdleDisconnectTimeoutInMinutes(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.
|
void |
setPasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
void |
setPrintAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
void |
setUploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
void |
setUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUserSettingsRequest |
withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateUserSettingsRequest |
withCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the
remote browser.
|
UpdateUserSettingsRequest |
withCopyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UpdateUserSettingsRequest |
withCopyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
|
UpdateUserSettingsRequest |
withDeepLinkAllowed(EnabledType deepLinkAllowed)
Specifies whether the user can use deep links that open automatically when connecting to a session.
|
UpdateUserSettingsRequest |
withDeepLinkAllowed(String deepLinkAllowed)
Specifies whether the user can use deep links that open automatically when connecting to a session.
|
UpdateUserSettingsRequest |
withDisconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
|
UpdateUserSettingsRequest |
withDownloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UpdateUserSettingsRequest |
withDownloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
|
UpdateUserSettingsRequest |
withIdleDisconnectTimeoutInMinutes(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.
|
UpdateUserSettingsRequest |
withPasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UpdateUserSettingsRequest |
withPasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
|
UpdateUserSettingsRequest |
withPrintAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
|
UpdateUserSettingsRequest |
withPrintAllowed(String printAllowed)
Specifies whether the user can print to the local device.
|
UpdateUserSettingsRequest |
withUploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UpdateUserSettingsRequest |
withUploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
|
UpdateUserSettingsRequest |
withUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setClientToken(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 Amazon Web Services SDK.
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 Amazon Web Services SDK.
public String getClientToken()
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 Amazon Web Services SDK.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
public UpdateUserSettingsRequest withClientToken(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 Amazon Web Services SDK.
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 Amazon Web Services SDK.
public void setCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
If the allowlist and blocklist are empty, the configuration becomes null.
cookieSynchronizationConfiguration
- The configuration that specifies which cookies should be synchronized from the end user's local browser to
the remote browser.
If the allowlist and blocklist are empty, the configuration becomes null.
public CookieSynchronizationConfiguration getCookieSynchronizationConfiguration()
The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
If the allowlist and blocklist are empty, the configuration becomes null.
If the allowlist and blocklist are empty, the configuration becomes null.
public UpdateUserSettingsRequest withCookieSynchronizationConfiguration(CookieSynchronizationConfiguration cookieSynchronizationConfiguration)
The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
If the allowlist and blocklist are empty, the configuration becomes null.
cookieSynchronizationConfiguration
- The configuration that specifies which cookies should be synchronized from the end user's local browser to
the remote browser.
If the allowlist and blocklist are empty, the configuration becomes null.
public void setCopyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
copyAllowed
- Specifies whether the user can copy text from the streaming session to the local device.EnabledType
public String getCopyAllowed()
Specifies whether the user can copy text from the streaming session to the local device.
EnabledType
public UpdateUserSettingsRequest withCopyAllowed(String copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
copyAllowed
- Specifies whether the user can copy text from the streaming session to the local device.EnabledType
public UpdateUserSettingsRequest withCopyAllowed(EnabledType copyAllowed)
Specifies whether the user can copy text from the streaming session to the local device.
copyAllowed
- Specifies whether the user can copy text from the streaming session to the local device.EnabledType
public void setDeepLinkAllowed(String deepLinkAllowed)
Specifies whether the user can use deep links that open automatically when connecting to a session.
deepLinkAllowed
- Specifies whether the user can use deep links that open automatically when connecting to a session.EnabledType
public String getDeepLinkAllowed()
Specifies whether the user can use deep links that open automatically when connecting to a session.
EnabledType
public UpdateUserSettingsRequest withDeepLinkAllowed(String deepLinkAllowed)
Specifies whether the user can use deep links that open automatically when connecting to a session.
deepLinkAllowed
- Specifies whether the user can use deep links that open automatically when connecting to a session.EnabledType
public UpdateUserSettingsRequest withDeepLinkAllowed(EnabledType deepLinkAllowed)
Specifies whether the user can use deep links that open automatically when connecting to a session.
deepLinkAllowed
- Specifies whether the user can use deep links that open automatically when connecting to a session.EnabledType
public void setDisconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
disconnectTimeoutInMinutes
- The amount of time that a streaming session remains active after users disconnect.public Integer getDisconnectTimeoutInMinutes()
The amount of time that a streaming session remains active after users disconnect.
public UpdateUserSettingsRequest withDisconnectTimeoutInMinutes(Integer disconnectTimeoutInMinutes)
The amount of time that a streaming session remains active after users disconnect.
disconnectTimeoutInMinutes
- The amount of time that a streaming session remains active after users disconnect.public void setDownloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
downloadAllowed
- Specifies whether the user can download files from the streaming session to the local device.EnabledType
public String getDownloadAllowed()
Specifies whether the user can download files from the streaming session to the local device.
EnabledType
public UpdateUserSettingsRequest withDownloadAllowed(String downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
downloadAllowed
- Specifies whether the user can download files from the streaming session to the local device.EnabledType
public UpdateUserSettingsRequest withDownloadAllowed(EnabledType downloadAllowed)
Specifies whether the user can download files from the streaming session to the local device.
downloadAllowed
- Specifies whether the user can download files from the streaming session to the local device.EnabledType
public void setIdleDisconnectTimeoutInMinutes(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.
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 Integer getIdleDisconnectTimeoutInMinutes()
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 UpdateUserSettingsRequest withIdleDisconnectTimeoutInMinutes(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.
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 void setPasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
pasteAllowed
- Specifies whether the user can paste text from the local device to the streaming session.EnabledType
public String getPasteAllowed()
Specifies whether the user can paste text from the local device to the streaming session.
EnabledType
public UpdateUserSettingsRequest withPasteAllowed(String pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
pasteAllowed
- Specifies whether the user can paste text from the local device to the streaming session.EnabledType
public UpdateUserSettingsRequest withPasteAllowed(EnabledType pasteAllowed)
Specifies whether the user can paste text from the local device to the streaming session.
pasteAllowed
- Specifies whether the user can paste text from the local device to the streaming session.EnabledType
public void setPrintAllowed(String printAllowed)
Specifies whether the user can print to the local device.
printAllowed
- Specifies whether the user can print to the local device.EnabledType
public String getPrintAllowed()
Specifies whether the user can print to the local device.
EnabledType
public UpdateUserSettingsRequest withPrintAllowed(String printAllowed)
Specifies whether the user can print to the local device.
printAllowed
- Specifies whether the user can print to the local device.EnabledType
public UpdateUserSettingsRequest withPrintAllowed(EnabledType printAllowed)
Specifies whether the user can print to the local device.
printAllowed
- Specifies whether the user can print to the local device.EnabledType
public void setUploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
uploadAllowed
- Specifies whether the user can upload files from the local device to the streaming session.EnabledType
public String getUploadAllowed()
Specifies whether the user can upload files from the local device to the streaming session.
EnabledType
public UpdateUserSettingsRequest withUploadAllowed(String uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
uploadAllowed
- Specifies whether the user can upload files from the local device to the streaming session.EnabledType
public UpdateUserSettingsRequest withUploadAllowed(EnabledType uploadAllowed)
Specifies whether the user can upload files from the local device to the streaming session.
uploadAllowed
- Specifies whether the user can upload files from the local device to the streaming session.EnabledType
public void setUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
userSettingsArn
- The ARN of the user settings.public String getUserSettingsArn()
The ARN of the user settings.
public UpdateUserSettingsRequest withUserSettingsArn(String userSettingsArn)
The ARN of the user settings.
userSettingsArn
- The ARN of the user settings.public String toString()
toString
in class Object
Object.toString()
public UpdateUserSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()