#[non_exhaustive]pub struct DescribeEntityOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeEntityOutput
.
Implementations§
source§impl DescribeEntityOutputBuilder
impl DescribeEntityOutputBuilder
sourcepub fn entity_id(self, input: impl Into<String>) -> Self
pub fn entity_id(self, input: impl Into<String>) -> Self
The entity ID under which the entity exists.
sourcepub fn set_entity_id(self, input: Option<String>) -> Self
pub fn set_entity_id(self, input: Option<String>) -> Self
The entity ID under which the entity exists.
sourcepub fn get_entity_id(&self) -> &Option<String>
pub fn get_entity_id(&self) -> &Option<String>
The entity ID under which the entity exists.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
Username, GroupName, or ResourceName based on entity type.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
Username, GroupName, or ResourceName based on entity type.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
Username, GroupName, or ResourceName based on entity type.
sourcepub fn type(self, input: EntityType) -> Self
pub fn type(self, input: EntityType) -> Self
Entity type.
sourcepub fn set_type(self, input: Option<EntityType>) -> Self
pub fn set_type(self, input: Option<EntityType>) -> Self
Entity type.
sourcepub fn get_type(&self) -> &Option<EntityType>
pub fn get_type(&self) -> &Option<EntityType>
Entity type.
sourcepub fn build(self) -> DescribeEntityOutput
pub fn build(self) -> DescribeEntityOutput
Consumes the builder and constructs a DescribeEntityOutput
.
Trait Implementations§
source§impl Clone for DescribeEntityOutputBuilder
impl Clone for DescribeEntityOutputBuilder
source§fn clone(&self) -> DescribeEntityOutputBuilder
fn clone(&self) -> DescribeEntityOutputBuilder
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 DescribeEntityOutputBuilder
impl Debug for DescribeEntityOutputBuilder
source§impl Default for DescribeEntityOutputBuilder
impl Default for DescribeEntityOutputBuilder
source§fn default() -> DescribeEntityOutputBuilder
fn default() -> DescribeEntityOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeEntityOutputBuilder
impl PartialEq for DescribeEntityOutputBuilder
source§fn eq(&self, other: &DescribeEntityOutputBuilder) -> bool
fn eq(&self, other: &DescribeEntityOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeEntityOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeEntityOutputBuilder
impl Send for DescribeEntityOutputBuilder
impl Sync for DescribeEntityOutputBuilder
impl Unpin for DescribeEntityOutputBuilder
impl UnwindSafe for DescribeEntityOutputBuilder
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.