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