pub struct Builder { /* private fields */ }
Expand description
A builder for BatchDeleteRecipeVersionOutput
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn errors(self, input: RecipeVersionErrorDetail) -> Self
pub fn errors(self, input: RecipeVersionErrorDetail) -> Self
Appends an item to errors
.
To override the contents of this collection use set_errors
.
Errors, if any, that occurred while attempting to delete the recipe versions.
sourcepub fn set_errors(self, input: Option<Vec<RecipeVersionErrorDetail>>) -> Self
pub fn set_errors(self, input: Option<Vec<RecipeVersionErrorDetail>>) -> Self
Errors, if any, that occurred while attempting to delete the recipe versions.
sourcepub fn build(self) -> BatchDeleteRecipeVersionOutput
pub fn build(self) -> BatchDeleteRecipeVersionOutput
Consumes the builder and constructs a BatchDeleteRecipeVersionOutput
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more