#[allow(missing_docs)] #[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct GetInsightsInput {}
impl GetInsightsInput {
pub fn builder() -> crate::operation::get_insights::builders::GetInsightsInputBuilder {
crate::operation::get_insights::builders::GetInsightsInputBuilder::default()
}
}
#[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
pub struct GetInsightsInputBuilder {}
impl GetInsightsInputBuilder {
pub fn build(self) -> ::std::result::Result<crate::operation::get_insights::GetInsightsInput, ::aws_smithy_types::error::operation::BuildError> {
::std::result::Result::Ok(crate::operation::get_insights::GetInsightsInput {})
}
}