Struct aws_sdk_workspacesweb::operation::update_browser_settings::UpdateBrowserSettingsInput
source · #[non_exhaustive]pub struct UpdateBrowserSettingsInput { /* private fields */ }
Implementations§
source§impl UpdateBrowserSettingsInput
impl UpdateBrowserSettingsInput
sourcepub fn browser_settings_arn(&self) -> Option<&str>
pub fn browser_settings_arn(&self) -> Option<&str>
The ARN of the browser settings.
sourcepub fn browser_policy(&self) -> Option<&str>
pub fn browser_policy(&self) -> Option<&str>
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
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.
source§impl UpdateBrowserSettingsInput
impl UpdateBrowserSettingsInput
sourcepub fn builder() -> UpdateBrowserSettingsInputBuilder
pub fn builder() -> UpdateBrowserSettingsInputBuilder
Creates a new builder-style object to manufacture UpdateBrowserSettingsInput
.
source§impl UpdateBrowserSettingsInput
impl UpdateBrowserSettingsInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateBrowserSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<UpdateBrowserSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateBrowserSettings
>
Trait Implementations§
source§impl Clone for UpdateBrowserSettingsInput
impl Clone for UpdateBrowserSettingsInput
source§fn clone(&self) -> UpdateBrowserSettingsInput
fn clone(&self) -> UpdateBrowserSettingsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for UpdateBrowserSettingsInput
impl Debug for UpdateBrowserSettingsInput
source§impl PartialEq<UpdateBrowserSettingsInput> for UpdateBrowserSettingsInput
impl PartialEq<UpdateBrowserSettingsInput> for UpdateBrowserSettingsInput
source§fn eq(&self, other: &UpdateBrowserSettingsInput) -> bool
fn eq(&self, other: &UpdateBrowserSettingsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateBrowserSettingsInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateBrowserSettingsInput
impl Send for UpdateBrowserSettingsInput
impl Sync for UpdateBrowserSettingsInput
impl Unpin for UpdateBrowserSettingsInput
impl UnwindSafe for UpdateBrowserSettingsInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more