Struct aws_sdk_applicationdiscovery::operation::start_import_task::builders::StartImportTaskOutputBuilder
source · #[non_exhaustive]pub struct StartImportTaskOutputBuilder { /* private fields */ }
Expand description
A builder for StartImportTaskOutput
.
Implementations§
source§impl StartImportTaskOutputBuilder
impl StartImportTaskOutputBuilder
sourcepub fn task(self, input: ImportTask) -> Self
pub fn task(self, input: ImportTask) -> Self
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
sourcepub fn set_task(self, input: Option<ImportTask>) -> Self
pub fn set_task(self, input: Option<ImportTask>) -> Self
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
sourcepub fn get_task(&self) -> &Option<ImportTask>
pub fn get_task(&self) -> &Option<ImportTask>
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
sourcepub fn build(self) -> StartImportTaskOutput
pub fn build(self) -> StartImportTaskOutput
Consumes the builder and constructs a StartImportTaskOutput
.
Trait Implementations§
source§impl Clone for StartImportTaskOutputBuilder
impl Clone for StartImportTaskOutputBuilder
source§fn clone(&self) -> StartImportTaskOutputBuilder
fn clone(&self) -> StartImportTaskOutputBuilder
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 StartImportTaskOutputBuilder
impl Debug for StartImportTaskOutputBuilder
source§impl Default for StartImportTaskOutputBuilder
impl Default for StartImportTaskOutputBuilder
source§fn default() -> StartImportTaskOutputBuilder
fn default() -> StartImportTaskOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StartImportTaskOutputBuilder
impl PartialEq for StartImportTaskOutputBuilder
source§fn eq(&self, other: &StartImportTaskOutputBuilder) -> bool
fn eq(&self, other: &StartImportTaskOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StartImportTaskOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartImportTaskOutputBuilder
impl Send for StartImportTaskOutputBuilder
impl Sync for StartImportTaskOutputBuilder
impl Unpin for StartImportTaskOutputBuilder
impl UnwindSafe for StartImportTaskOutputBuilder
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.