Struct aws_sdk_sagemakergeospatial::operation::stop_vector_enrichment_job::builders::StopVectorEnrichmentJobOutputBuilder
source · #[non_exhaustive]pub struct StopVectorEnrichmentJobOutputBuilder { /* private fields */ }
Expand description
A builder for StopVectorEnrichmentJobOutput
.
Implementations§
source§impl StopVectorEnrichmentJobOutputBuilder
impl StopVectorEnrichmentJobOutputBuilder
sourcepub fn build(self) -> StopVectorEnrichmentJobOutput
pub fn build(self) -> StopVectorEnrichmentJobOutput
Consumes the builder and constructs a StopVectorEnrichmentJobOutput
.
Trait Implementations§
source§impl Clone for StopVectorEnrichmentJobOutputBuilder
impl Clone for StopVectorEnrichmentJobOutputBuilder
source§fn clone(&self) -> StopVectorEnrichmentJobOutputBuilder
fn clone(&self) -> StopVectorEnrichmentJobOutputBuilder
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 StopVectorEnrichmentJobOutputBuilder
impl Default for StopVectorEnrichmentJobOutputBuilder
source§fn default() -> StopVectorEnrichmentJobOutputBuilder
fn default() -> StopVectorEnrichmentJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StopVectorEnrichmentJobOutputBuilder
impl PartialEq for StopVectorEnrichmentJobOutputBuilder
source§fn eq(&self, other: &StopVectorEnrichmentJobOutputBuilder) -> bool
fn eq(&self, other: &StopVectorEnrichmentJobOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StopVectorEnrichmentJobOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StopVectorEnrichmentJobOutputBuilder
impl Send for StopVectorEnrichmentJobOutputBuilder
impl Sync for StopVectorEnrichmentJobOutputBuilder
impl Unpin for StopVectorEnrichmentJobOutputBuilder
impl UnwindSafe for StopVectorEnrichmentJobOutputBuilder
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>
Creates a shared type from an unshared type.