#[non_exhaustive]pub struct CancelIngestionInput { /* private fields */ }Implementations§
source§impl CancelIngestionInput
impl CancelIngestionInput
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The Amazon Web Services account ID.
sourcepub fn data_set_id(&self) -> Option<&str>
pub fn data_set_id(&self) -> Option<&str>
The ID of the dataset used in the ingestion.
sourcepub fn ingestion_id(&self) -> Option<&str>
pub fn ingestion_id(&self) -> Option<&str>
An ID for the ingestion.
source§impl CancelIngestionInput
impl CancelIngestionInput
sourcepub fn builder() -> CancelIngestionInputBuilder
pub fn builder() -> CancelIngestionInputBuilder
Creates a new builder-style object to manufacture CancelIngestionInput.
source§impl CancelIngestionInput
impl CancelIngestionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelIngestion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CancelIngestion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelIngestion>
Trait Implementations§
source§impl Clone for CancelIngestionInput
impl Clone for CancelIngestionInput
source§fn clone(&self) -> CancelIngestionInput
fn clone(&self) -> CancelIngestionInput
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 CancelIngestionInput
impl Debug for CancelIngestionInput
source§impl PartialEq<CancelIngestionInput> for CancelIngestionInput
impl PartialEq<CancelIngestionInput> for CancelIngestionInput
source§fn eq(&self, other: &CancelIngestionInput) -> bool
fn eq(&self, other: &CancelIngestionInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CancelIngestionInput
Auto Trait Implementations§
impl RefUnwindSafe for CancelIngestionInput
impl Send for CancelIngestionInput
impl Sync for CancelIngestionInput
impl Unpin for CancelIngestionInput
impl UnwindSafe for CancelIngestionInput
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