Struct aws_sdk_auditmanager::operation::get_account_status::builders::GetAccountStatusOutputBuilder
source · #[non_exhaustive]pub struct GetAccountStatusOutputBuilder { /* private fields */ }Expand description
A builder for GetAccountStatusOutput.
Implementations§
source§impl GetAccountStatusOutputBuilder
impl GetAccountStatusOutputBuilder
sourcepub fn status(self, input: AccountStatus) -> Self
pub fn status(self, input: AccountStatus) -> Self
The status of the Amazon Web Services account.
sourcepub fn set_status(self, input: Option<AccountStatus>) -> Self
pub fn set_status(self, input: Option<AccountStatus>) -> Self
The status of the Amazon Web Services account.
sourcepub fn build(self) -> GetAccountStatusOutput
pub fn build(self) -> GetAccountStatusOutput
Consumes the builder and constructs a GetAccountStatusOutput.
Trait Implementations§
source§impl Clone for GetAccountStatusOutputBuilder
impl Clone for GetAccountStatusOutputBuilder
source§fn clone(&self) -> GetAccountStatusOutputBuilder
fn clone(&self) -> GetAccountStatusOutputBuilder
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 GetAccountStatusOutputBuilder
impl Default for GetAccountStatusOutputBuilder
source§fn default() -> GetAccountStatusOutputBuilder
fn default() -> GetAccountStatusOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetAccountStatusOutputBuilder> for GetAccountStatusOutputBuilder
impl PartialEq<GetAccountStatusOutputBuilder> for GetAccountStatusOutputBuilder
source§fn eq(&self, other: &GetAccountStatusOutputBuilder) -> bool
fn eq(&self, other: &GetAccountStatusOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.