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