#[allow(missing_docs)] #[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct DeleteContextOutput {
}
impl DeleteContextOutput {
pub fn builder() -> crate::operation::delete_context::builders::DeleteContextOutputBuilder {
crate::operation::delete_context::builders::DeleteContextOutputBuilder::default()
}
}
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct DeleteContextOutputBuilder {
}
impl DeleteContextOutputBuilder {
pub fn build(self) -> crate::operation::delete_context::DeleteContextOutput {
crate::operation::delete_context::DeleteContextOutput {
}
}
}