Struct aws_sdk_timestreamwrite::operation::describe_batch_load_task::builders::DescribeBatchLoadTaskOutputBuilder
source · #[non_exhaustive]pub struct DescribeBatchLoadTaskOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeBatchLoadTaskOutput
.
Implementations§
source§impl DescribeBatchLoadTaskOutputBuilder
impl DescribeBatchLoadTaskOutputBuilder
sourcepub fn batch_load_task_description(
self,
input: BatchLoadTaskDescription
) -> Self
pub fn batch_load_task_description( self, input: BatchLoadTaskDescription ) -> Self
Description of the batch load task.
This field is required.sourcepub fn set_batch_load_task_description(
self,
input: Option<BatchLoadTaskDescription>
) -> Self
pub fn set_batch_load_task_description( self, input: Option<BatchLoadTaskDescription> ) -> Self
Description of the batch load task.
sourcepub fn get_batch_load_task_description(
&self
) -> &Option<BatchLoadTaskDescription>
pub fn get_batch_load_task_description( &self ) -> &Option<BatchLoadTaskDescription>
Description of the batch load task.
sourcepub fn build(self) -> DescribeBatchLoadTaskOutput
pub fn build(self) -> DescribeBatchLoadTaskOutput
Consumes the builder and constructs a DescribeBatchLoadTaskOutput
.
Trait Implementations§
source§impl Clone for DescribeBatchLoadTaskOutputBuilder
impl Clone for DescribeBatchLoadTaskOutputBuilder
source§fn clone(&self) -> DescribeBatchLoadTaskOutputBuilder
fn clone(&self) -> DescribeBatchLoadTaskOutputBuilder
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 DescribeBatchLoadTaskOutputBuilder
impl Default for DescribeBatchLoadTaskOutputBuilder
source§fn default() -> DescribeBatchLoadTaskOutputBuilder
fn default() -> DescribeBatchLoadTaskOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeBatchLoadTaskOutputBuilder
impl PartialEq for DescribeBatchLoadTaskOutputBuilder
source§fn eq(&self, other: &DescribeBatchLoadTaskOutputBuilder) -> bool
fn eq(&self, other: &DescribeBatchLoadTaskOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeBatchLoadTaskOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeBatchLoadTaskOutputBuilder
impl Send for DescribeBatchLoadTaskOutputBuilder
impl Sync for DescribeBatchLoadTaskOutputBuilder
impl Unpin for DescribeBatchLoadTaskOutputBuilder
impl UnwindSafe for DescribeBatchLoadTaskOutputBuilder
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.