#[non_exhaustive]pub struct CreateImportJobOutputBuilder { /* private fields */ }Expand description
A builder for CreateImportJobOutput.
Implementations§
source§impl CreateImportJobOutputBuilder
impl CreateImportJobOutputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
A string that represents the import job ID.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
A string that represents the import job ID.
sourcepub fn get_job_id(&self) -> &Option<String>
pub fn get_job_id(&self) -> &Option<String>
A string that represents the import job ID.
sourcepub fn build(self) -> CreateImportJobOutput
pub fn build(self) -> CreateImportJobOutput
Consumes the builder and constructs a CreateImportJobOutput.
Trait Implementations§
source§impl Clone for CreateImportJobOutputBuilder
impl Clone for CreateImportJobOutputBuilder
source§fn clone(&self) -> CreateImportJobOutputBuilder
fn clone(&self) -> CreateImportJobOutputBuilder
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 Debug for CreateImportJobOutputBuilder
impl Debug for CreateImportJobOutputBuilder
source§impl Default for CreateImportJobOutputBuilder
impl Default for CreateImportJobOutputBuilder
source§fn default() -> CreateImportJobOutputBuilder
fn default() -> CreateImportJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateImportJobOutputBuilder
impl PartialEq for CreateImportJobOutputBuilder
source§fn eq(&self, other: &CreateImportJobOutputBuilder) -> bool
fn eq(&self, other: &CreateImportJobOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateImportJobOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateImportJobOutputBuilder
impl Send for CreateImportJobOutputBuilder
impl Sync for CreateImportJobOutputBuilder
impl Unpin for CreateImportJobOutputBuilder
impl UnwindSafe for CreateImportJobOutputBuilder
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.