Struct aws_sdk_connectcases::operation::batch_put_field_options::builders::BatchPutFieldOptionsOutputBuilder
source · #[non_exhaustive]pub struct BatchPutFieldOptionsOutputBuilder { /* private fields */ }
Expand description
A builder for BatchPutFieldOptionsOutput
.
Implementations§
source§impl BatchPutFieldOptionsOutputBuilder
impl BatchPutFieldOptionsOutputBuilder
sourcepub fn errors(self, input: FieldOptionError) -> Self
pub fn errors(self, input: FieldOptionError) -> Self
Appends an item to errors
.
To override the contents of this collection use set_errors
.
A list of field errors.
sourcepub fn set_errors(self, input: Option<Vec<FieldOptionError>>) -> Self
pub fn set_errors(self, input: Option<Vec<FieldOptionError>>) -> Self
A list of field errors.
sourcepub fn get_errors(&self) -> &Option<Vec<FieldOptionError>>
pub fn get_errors(&self) -> &Option<Vec<FieldOptionError>>
A list of field errors.
sourcepub fn build(self) -> BatchPutFieldOptionsOutput
pub fn build(self) -> BatchPutFieldOptionsOutput
Consumes the builder and constructs a BatchPutFieldOptionsOutput
.
Trait Implementations§
source§impl Clone for BatchPutFieldOptionsOutputBuilder
impl Clone for BatchPutFieldOptionsOutputBuilder
source§fn clone(&self) -> BatchPutFieldOptionsOutputBuilder
fn clone(&self) -> BatchPutFieldOptionsOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for BatchPutFieldOptionsOutputBuilder
impl Default for BatchPutFieldOptionsOutputBuilder
source§fn default() -> BatchPutFieldOptionsOutputBuilder
fn default() -> BatchPutFieldOptionsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchPutFieldOptionsOutputBuilder
impl PartialEq for BatchPutFieldOptionsOutputBuilder
source§fn eq(&self, other: &BatchPutFieldOptionsOutputBuilder) -> bool
fn eq(&self, other: &BatchPutFieldOptionsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BatchPutFieldOptionsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchPutFieldOptionsOutputBuilder
impl Send for BatchPutFieldOptionsOutputBuilder
impl Sync for BatchPutFieldOptionsOutputBuilder
impl Unpin for BatchPutFieldOptionsOutputBuilder
impl UnwindSafe for BatchPutFieldOptionsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more