Struct aws_sdk_lambda::input::GetAccountSettingsInput
source · #[non_exhaustive]pub struct GetAccountSettingsInput {}
Implementations§
source§impl GetAccountSettingsInput
impl GetAccountSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAccountSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetAccountSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetAccountSettings
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetAccountSettingsInput
.
Trait Implementations§
source§impl Clone for GetAccountSettingsInput
impl Clone for GetAccountSettingsInput
source§fn clone(&self) -> GetAccountSettingsInput
fn clone(&self) -> GetAccountSettingsInput
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 GetAccountSettingsInput
impl Debug for GetAccountSettingsInput
source§impl PartialEq<GetAccountSettingsInput> for GetAccountSettingsInput
impl PartialEq<GetAccountSettingsInput> for GetAccountSettingsInput
source§fn eq(&self, other: &GetAccountSettingsInput) -> bool
fn eq(&self, other: &GetAccountSettingsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.