pub struct UpdateGroupAliasByIdRequestBuilder { /* private fields */ }
Expand description
Builder for UpdateGroupAliasByIdRequest
.
Implementations§
Source§impl UpdateGroupAliasByIdRequestBuilder
impl UpdateGroupAliasByIdRequestBuilder
Sourcepub fn id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Identifier of the group alias.
Sourcepub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Name of the group alias.
Sourcepub fn mount_accessor<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn mount_accessor<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Mount accessor which this alias belongs to.
Sourcepub fn canonical_id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn canonical_id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
ID of the group to which this is an alias.
Sourcepub fn build(
&self,
) -> Result<UpdateGroupAliasByIdRequest, UpdateGroupAliasByIdRequestBuilderError>
pub fn build( &self, ) -> Result<UpdateGroupAliasByIdRequest, UpdateGroupAliasByIdRequestBuilderError>
Trait Implementations§
Source§impl Clone for UpdateGroupAliasByIdRequestBuilder
impl Clone for UpdateGroupAliasByIdRequestBuilder
Source§fn clone(&self) -> UpdateGroupAliasByIdRequestBuilder
fn clone(&self) -> UpdateGroupAliasByIdRequestBuilder
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 moreAuto Trait Implementations§
impl Freeze for UpdateGroupAliasByIdRequestBuilder
impl RefUnwindSafe for UpdateGroupAliasByIdRequestBuilder
impl Send for UpdateGroupAliasByIdRequestBuilder
impl Sync for UpdateGroupAliasByIdRequestBuilder
impl Unpin for UpdateGroupAliasByIdRequestBuilder
impl UnwindSafe for UpdateGroupAliasByIdRequestBuilder
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