#[non_exhaustive]pub struct DescribeCopyJobOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeCopyJobOutput
.
Implementations§
source§impl DescribeCopyJobOutputBuilder
impl DescribeCopyJobOutputBuilder
sourcepub fn set_copy_job(self, input: Option<CopyJob>) -> Self
pub fn set_copy_job(self, input: Option<CopyJob>) -> Self
Contains detailed information about a copy job.
sourcepub fn build(self) -> DescribeCopyJobOutput
pub fn build(self) -> DescribeCopyJobOutput
Consumes the builder and constructs a DescribeCopyJobOutput
.
Trait Implementations§
source§impl Clone for DescribeCopyJobOutputBuilder
impl Clone for DescribeCopyJobOutputBuilder
source§fn clone(&self) -> DescribeCopyJobOutputBuilder
fn clone(&self) -> DescribeCopyJobOutputBuilder
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 DescribeCopyJobOutputBuilder
impl Debug for DescribeCopyJobOutputBuilder
source§impl Default for DescribeCopyJobOutputBuilder
impl Default for DescribeCopyJobOutputBuilder
source§fn default() -> DescribeCopyJobOutputBuilder
fn default() -> DescribeCopyJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeCopyJobOutputBuilder> for DescribeCopyJobOutputBuilder
impl PartialEq<DescribeCopyJobOutputBuilder> for DescribeCopyJobOutputBuilder
source§fn eq(&self, other: &DescribeCopyJobOutputBuilder) -> bool
fn eq(&self, other: &DescribeCopyJobOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeCopyJobOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeCopyJobOutputBuilder
impl Send for DescribeCopyJobOutputBuilder
impl Sync for DescribeCopyJobOutputBuilder
impl Unpin for DescribeCopyJobOutputBuilder
impl UnwindSafe for DescribeCopyJobOutputBuilder
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