@Generated(value="software.amazon.awssdk:codegen") public final class UpdateBrowserSettingsRequest extends WorkSpacesWebRequest implements ToCopyableBuilder<UpdateBrowserSettingsRequest.Builder,UpdateBrowserSettingsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateBrowserSettingsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
browserPolicy()
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
|
String |
browserSettingsArn()
The ARN of the browser settings.
|
static UpdateBrowserSettingsRequest.Builder |
builder() |
String |
clientToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateBrowserSettingsRequest.Builder> |
serializableBuilderClass() |
UpdateBrowserSettingsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String browserPolicy()
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
public final String browserSettingsArn()
The ARN of the browser settings.
public 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 UpdateBrowserSettingsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateBrowserSettingsRequest.Builder,UpdateBrowserSettingsRequest>toBuilder in class WorkSpacesWebRequestpublic static UpdateBrowserSettingsRequest.Builder builder()
public static Class<? extends UpdateBrowserSettingsRequest.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 © 2022. All rights reserved.