aws-sdk-iam 1.119.0

AWS SDK for AWS Identity and Access Management
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
#[allow(missing_docs)] // documentation missing in model
#[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct GetAccountPropertiesInput {}
impl GetAccountPropertiesInput {
    /// Creates a new builder-style object to manufacture [`GetAccountPropertiesInput`](crate::operation::get_account_properties::GetAccountPropertiesInput).
    pub fn builder() -> crate::operation::get_account_properties::builders::GetAccountPropertiesInputBuilder {
        crate::operation::get_account_properties::builders::GetAccountPropertiesInputBuilder::default()
    }
}

/// A builder for [`GetAccountPropertiesInput`](crate::operation::get_account_properties::GetAccountPropertiesInput).
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct GetAccountPropertiesInputBuilder {}
impl GetAccountPropertiesInputBuilder {
    /// Consumes the builder and constructs a [`GetAccountPropertiesInput`](crate::operation::get_account_properties::GetAccountPropertiesInput).
    pub fn build(
        self,
    ) -> ::std::result::Result<crate::operation::get_account_properties::GetAccountPropertiesInput, ::aws_smithy_types::error::operation::BuildError>
    {
        ::std::result::Result::Ok(crate::operation::get_account_properties::GetAccountPropertiesInput {})
    }
}