Struct aws_sdk_ssoadmin::operation::update_permission_set::builders::UpdatePermissionSetOutputBuilder
source · #[non_exhaustive]pub struct UpdatePermissionSetOutputBuilder { /* private fields */ }
Expand description
A builder for UpdatePermissionSetOutput
.
Implementations§
source§impl UpdatePermissionSetOutputBuilder
impl UpdatePermissionSetOutputBuilder
sourcepub fn build(self) -> UpdatePermissionSetOutput
pub fn build(self) -> UpdatePermissionSetOutput
Consumes the builder and constructs a UpdatePermissionSetOutput
.
Trait Implementations§
source§impl Clone for UpdatePermissionSetOutputBuilder
impl Clone for UpdatePermissionSetOutputBuilder
source§fn clone(&self) -> UpdatePermissionSetOutputBuilder
fn clone(&self) -> UpdatePermissionSetOutputBuilder
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 UpdatePermissionSetOutputBuilder
impl Default for UpdatePermissionSetOutputBuilder
source§fn default() -> UpdatePermissionSetOutputBuilder
fn default() -> UpdatePermissionSetOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdatePermissionSetOutputBuilder
impl PartialEq for UpdatePermissionSetOutputBuilder
source§fn eq(&self, other: &UpdatePermissionSetOutputBuilder) -> bool
fn eq(&self, other: &UpdatePermissionSetOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdatePermissionSetOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdatePermissionSetOutputBuilder
impl Send for UpdatePermissionSetOutputBuilder
impl Sync for UpdatePermissionSetOutputBuilder
impl Unpin for UpdatePermissionSetOutputBuilder
impl UnwindSafe for UpdatePermissionSetOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.