Struct aws_sdk_macie2::operation::update_classification_job::builders::UpdateClassificationJobOutputBuilder
source · #[non_exhaustive]pub struct UpdateClassificationJobOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateClassificationJobOutput
.
Implementations§
source§impl UpdateClassificationJobOutputBuilder
impl UpdateClassificationJobOutputBuilder
sourcepub fn build(self) -> UpdateClassificationJobOutput
pub fn build(self) -> UpdateClassificationJobOutput
Consumes the builder and constructs a UpdateClassificationJobOutput
.
Trait Implementations§
source§impl Clone for UpdateClassificationJobOutputBuilder
impl Clone for UpdateClassificationJobOutputBuilder
source§fn clone(&self) -> UpdateClassificationJobOutputBuilder
fn clone(&self) -> UpdateClassificationJobOutputBuilder
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 UpdateClassificationJobOutputBuilder
impl Default for UpdateClassificationJobOutputBuilder
source§fn default() -> UpdateClassificationJobOutputBuilder
fn default() -> UpdateClassificationJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateClassificationJobOutputBuilder
impl PartialEq for UpdateClassificationJobOutputBuilder
source§fn eq(&self, other: &UpdateClassificationJobOutputBuilder) -> bool
fn eq(&self, other: &UpdateClassificationJobOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateClassificationJobOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateClassificationJobOutputBuilder
impl RefUnwindSafe for UpdateClassificationJobOutputBuilder
impl Send for UpdateClassificationJobOutputBuilder
impl Sync for UpdateClassificationJobOutputBuilder
impl Unpin for UpdateClassificationJobOutputBuilder
impl UnwindSafe for UpdateClassificationJobOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.