Struct aws_sdk_ssoadmin::types::builders::DisplayDataBuilder
source · #[non_exhaustive]pub struct DisplayDataBuilder { /* private fields */ }
Expand description
A builder for DisplayData
.
Implementations§
source§impl DisplayDataBuilder
impl DisplayDataBuilder
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The name of the application provider that appears in the portal.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
The name of the application provider that appears in the portal.
sourcepub fn get_display_name(&self) -> &Option<String>
pub fn get_display_name(&self) -> &Option<String>
The name of the application provider that appears in the portal.
sourcepub fn icon_url(self, input: impl Into<String>) -> Self
pub fn icon_url(self, input: impl Into<String>) -> Self
A URL that points to an icon that represents the application provider.
sourcepub fn set_icon_url(self, input: Option<String>) -> Self
pub fn set_icon_url(self, input: Option<String>) -> Self
A URL that points to an icon that represents the application provider.
sourcepub fn get_icon_url(&self) -> &Option<String>
pub fn get_icon_url(&self) -> &Option<String>
A URL that points to an icon that represents the application provider.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the application provider that appears in the portal.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the application provider that appears in the portal.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the application provider that appears in the portal.
sourcepub fn build(self) -> DisplayData
pub fn build(self) -> DisplayData
Consumes the builder and constructs a DisplayData
.
Trait Implementations§
source§impl Clone for DisplayDataBuilder
impl Clone for DisplayDataBuilder
source§fn clone(&self) -> DisplayDataBuilder
fn clone(&self) -> DisplayDataBuilder
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 DisplayDataBuilder
impl Debug for DisplayDataBuilder
source§impl Default for DisplayDataBuilder
impl Default for DisplayDataBuilder
source§fn default() -> DisplayDataBuilder
fn default() -> DisplayDataBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DisplayDataBuilder
impl PartialEq for DisplayDataBuilder
source§fn eq(&self, other: &DisplayDataBuilder) -> bool
fn eq(&self, other: &DisplayDataBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DisplayDataBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DisplayDataBuilder
impl Send for DisplayDataBuilder
impl Sync for DisplayDataBuilder
impl Unpin for DisplayDataBuilder
impl UnwindSafe for DisplayDataBuilder
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.