Struct aws_sdk_datazone::types::builders::SingleSignOnBuilder
source · #[non_exhaustive]pub struct SingleSignOnBuilder { /* private fields */ }
Expand description
A builder for SingleSignOn
.
Implementations§
source§impl SingleSignOnBuilder
impl SingleSignOnBuilder
sourcepub fn set_type(self, input: Option<AuthType>) -> Self
pub fn set_type(self, input: Option<AuthType>) -> Self
The type of single sign-on in Amazon DataZone.
sourcepub fn user_assignment(self, input: UserAssignment) -> Self
pub fn user_assignment(self, input: UserAssignment) -> Self
The single sign-on user assignment in Amazon DataZone.
sourcepub fn set_user_assignment(self, input: Option<UserAssignment>) -> Self
pub fn set_user_assignment(self, input: Option<UserAssignment>) -> Self
The single sign-on user assignment in Amazon DataZone.
sourcepub fn get_user_assignment(&self) -> &Option<UserAssignment>
pub fn get_user_assignment(&self) -> &Option<UserAssignment>
The single sign-on user assignment in Amazon DataZone.
sourcepub fn build(self) -> SingleSignOn
pub fn build(self) -> SingleSignOn
Consumes the builder and constructs a SingleSignOn
.
Trait Implementations§
source§impl Clone for SingleSignOnBuilder
impl Clone for SingleSignOnBuilder
source§fn clone(&self) -> SingleSignOnBuilder
fn clone(&self) -> SingleSignOnBuilder
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 SingleSignOnBuilder
impl Debug for SingleSignOnBuilder
source§impl Default for SingleSignOnBuilder
impl Default for SingleSignOnBuilder
source§fn default() -> SingleSignOnBuilder
fn default() -> SingleSignOnBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SingleSignOnBuilder
impl PartialEq for SingleSignOnBuilder
source§fn eq(&self, other: &SingleSignOnBuilder) -> bool
fn eq(&self, other: &SingleSignOnBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SingleSignOnBuilder
Auto Trait Implementations§
impl Freeze for SingleSignOnBuilder
impl RefUnwindSafe for SingleSignOnBuilder
impl Send for SingleSignOnBuilder
impl Sync for SingleSignOnBuilder
impl Unpin for SingleSignOnBuilder
impl UnwindSafe for SingleSignOnBuilder
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.