Struct aws_sdk_iam::operation::get_account_summary::builders::GetAccountSummaryOutputBuilder
source · #[non_exhaustive]pub struct GetAccountSummaryOutputBuilder { /* private fields */ }Expand description
A builder for GetAccountSummaryOutput.
Implementations§
source§impl GetAccountSummaryOutputBuilder
impl GetAccountSummaryOutputBuilder
sourcepub fn summary_map(self, k: SummaryKeyType, v: i32) -> Self
pub fn summary_map(self, k: SummaryKeyType, v: i32) -> Self
Adds a key-value pair to summary_map.
To override the contents of this collection use set_summary_map.
A set of key–value pairs containing information about IAM entity usage and IAM quotas.
sourcepub fn set_summary_map(
self,
input: Option<HashMap<SummaryKeyType, i32>>
) -> Self
pub fn set_summary_map( self, input: Option<HashMap<SummaryKeyType, i32>> ) -> Self
A set of key–value pairs containing information about IAM entity usage and IAM quotas.
sourcepub fn get_summary_map(&self) -> &Option<HashMap<SummaryKeyType, i32>>
pub fn get_summary_map(&self) -> &Option<HashMap<SummaryKeyType, i32>>
A set of key–value pairs containing information about IAM entity usage and IAM quotas.
sourcepub fn build(self) -> GetAccountSummaryOutput
pub fn build(self) -> GetAccountSummaryOutput
Consumes the builder and constructs a GetAccountSummaryOutput.
Trait Implementations§
source§impl Clone for GetAccountSummaryOutputBuilder
impl Clone for GetAccountSummaryOutputBuilder
source§fn clone(&self) -> GetAccountSummaryOutputBuilder
fn clone(&self) -> GetAccountSummaryOutputBuilder
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 GetAccountSummaryOutputBuilder
impl Default for GetAccountSummaryOutputBuilder
source§fn default() -> GetAccountSummaryOutputBuilder
fn default() -> GetAccountSummaryOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetAccountSummaryOutputBuilder
impl PartialEq for GetAccountSummaryOutputBuilder
source§fn eq(&self, other: &GetAccountSummaryOutputBuilder) -> bool
fn eq(&self, other: &GetAccountSummaryOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetAccountSummaryOutputBuilder
Auto Trait Implementations§
impl Freeze for GetAccountSummaryOutputBuilder
impl RefUnwindSafe for GetAccountSummaryOutputBuilder
impl Send for GetAccountSummaryOutputBuilder
impl Sync for GetAccountSummaryOutputBuilder
impl Unpin for GetAccountSummaryOutputBuilder
impl UnwindSafe for GetAccountSummaryOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.