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