aws-sdk-devopsagent 1.4.0

AWS SDK for AWS DevOps Agent Service
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 GetAccountUsageInput {}
impl GetAccountUsageInput {
    /// Creates a new builder-style object to manufacture [`GetAccountUsageInput`](crate::operation::get_account_usage::GetAccountUsageInput).
    pub fn builder() -> crate::operation::get_account_usage::builders::GetAccountUsageInputBuilder {
        crate::operation::get_account_usage::builders::GetAccountUsageInputBuilder::default()
    }
}

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