Struct aws_sdk_grafana::operation::update_workspace_authentication::builders::UpdateWorkspaceAuthenticationOutputBuilder
source · #[non_exhaustive]pub struct UpdateWorkspaceAuthenticationOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateWorkspaceAuthenticationOutput
.
Implementations§
source§impl UpdateWorkspaceAuthenticationOutputBuilder
impl UpdateWorkspaceAuthenticationOutputBuilder
sourcepub fn authentication(self, input: AuthenticationDescription) -> Self
pub fn authentication(self, input: AuthenticationDescription) -> Self
A structure that describes the user authentication for this workspace after the update is made.
sourcepub fn set_authentication(
self,
input: Option<AuthenticationDescription>
) -> Self
pub fn set_authentication( self, input: Option<AuthenticationDescription> ) -> Self
A structure that describes the user authentication for this workspace after the update is made.
sourcepub fn get_authentication(&self) -> &Option<AuthenticationDescription>
pub fn get_authentication(&self) -> &Option<AuthenticationDescription>
A structure that describes the user authentication for this workspace after the update is made.
sourcepub fn build(self) -> UpdateWorkspaceAuthenticationOutput
pub fn build(self) -> UpdateWorkspaceAuthenticationOutput
Consumes the builder and constructs a UpdateWorkspaceAuthenticationOutput
.
Trait Implementations§
source§impl Clone for UpdateWorkspaceAuthenticationOutputBuilder
impl Clone for UpdateWorkspaceAuthenticationOutputBuilder
source§fn clone(&self) -> UpdateWorkspaceAuthenticationOutputBuilder
fn clone(&self) -> UpdateWorkspaceAuthenticationOutputBuilder
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 Default for UpdateWorkspaceAuthenticationOutputBuilder
impl Default for UpdateWorkspaceAuthenticationOutputBuilder
source§fn default() -> UpdateWorkspaceAuthenticationOutputBuilder
fn default() -> UpdateWorkspaceAuthenticationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateWorkspaceAuthenticationOutputBuilder> for UpdateWorkspaceAuthenticationOutputBuilder
impl PartialEq<UpdateWorkspaceAuthenticationOutputBuilder> for UpdateWorkspaceAuthenticationOutputBuilder
source§fn eq(&self, other: &UpdateWorkspaceAuthenticationOutputBuilder) -> bool
fn eq(&self, other: &UpdateWorkspaceAuthenticationOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateWorkspaceAuthenticationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateWorkspaceAuthenticationOutputBuilder
impl Send for UpdateWorkspaceAuthenticationOutputBuilder
impl Sync for UpdateWorkspaceAuthenticationOutputBuilder
impl Unpin for UpdateWorkspaceAuthenticationOutputBuilder
impl UnwindSafe for UpdateWorkspaceAuthenticationOutputBuilder
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