aws-sdk-evs 1.29.0

AWS SDK for Amazon Elastic VMware 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 GetVersionsInput {}
impl GetVersionsInput {
    /// Creates a new builder-style object to manufacture [`GetVersionsInput`](crate::operation::get_versions::GetVersionsInput).
    pub fn builder() -> crate::operation::get_versions::builders::GetVersionsInputBuilder {
        crate::operation::get_versions::builders::GetVersionsInputBuilder::default()
    }
}

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