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