Struct aws_sdk_datazone::operation::update_group_profile::builders::UpdateGroupProfileOutputBuilder
source · #[non_exhaustive]pub struct UpdateGroupProfileOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateGroupProfileOutput
.
Implementations§
source§impl UpdateGroupProfileOutputBuilder
impl UpdateGroupProfileOutputBuilder
sourcepub fn domain_id(self, input: impl Into<String>) -> Self
pub fn domain_id(self, input: impl Into<String>) -> Self
The identifier of the Amazon DataZone domain in which a group profile is updated.
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The identifier of the Amazon DataZone domain in which a group profile is updated.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The identifier of the Amazon DataZone domain in which a group profile is updated.
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The identifier of the group profile that is updated.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The identifier of the group profile that is updated.
sourcepub fn status(self, input: GroupProfileStatus) -> Self
pub fn status(self, input: GroupProfileStatus) -> Self
The status of the group profile that is updated.
sourcepub fn set_status(self, input: Option<GroupProfileStatus>) -> Self
pub fn set_status(self, input: Option<GroupProfileStatus>) -> Self
The status of the group profile that is updated.
sourcepub fn get_status(&self) -> &Option<GroupProfileStatus>
pub fn get_status(&self) -> &Option<GroupProfileStatus>
The status of the group profile that is updated.
sourcepub fn group_name(self, input: impl Into<String>) -> Self
pub fn group_name(self, input: impl Into<String>) -> Self
The name of the group profile that is updated.
sourcepub fn set_group_name(self, input: Option<String>) -> Self
pub fn set_group_name(self, input: Option<String>) -> Self
The name of the group profile that is updated.
sourcepub fn get_group_name(&self) -> &Option<String>
pub fn get_group_name(&self) -> &Option<String>
The name of the group profile that is updated.
sourcepub fn build(self) -> UpdateGroupProfileOutput
pub fn build(self) -> UpdateGroupProfileOutput
Consumes the builder and constructs a UpdateGroupProfileOutput
.
Trait Implementations§
source§impl Clone for UpdateGroupProfileOutputBuilder
impl Clone for UpdateGroupProfileOutputBuilder
source§fn clone(&self) -> UpdateGroupProfileOutputBuilder
fn clone(&self) -> UpdateGroupProfileOutputBuilder
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 UpdateGroupProfileOutputBuilder
impl Default for UpdateGroupProfileOutputBuilder
source§fn default() -> UpdateGroupProfileOutputBuilder
fn default() -> UpdateGroupProfileOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateGroupProfileOutputBuilder
impl PartialEq for UpdateGroupProfileOutputBuilder
source§fn eq(&self, other: &UpdateGroupProfileOutputBuilder) -> bool
fn eq(&self, other: &UpdateGroupProfileOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateGroupProfileOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateGroupProfileOutputBuilder
impl RefUnwindSafe for UpdateGroupProfileOutputBuilder
impl Send for UpdateGroupProfileOutputBuilder
impl Sync for UpdateGroupProfileOutputBuilder
impl Unpin for UpdateGroupProfileOutputBuilder
impl UnwindSafe for UpdateGroupProfileOutputBuilder
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.