#[non_exhaustive]pub struct StopIngestionInputBuilder { /* private fields */ }Expand description
A builder for StopIngestionInput.
Implementations§
source§impl StopIngestionInputBuilder
impl StopIngestionInputBuilder
sourcepub fn ingestion_identifier(self, input: impl Into<String>) -> Self
pub fn ingestion_identifier(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
This field is required.sourcepub fn set_ingestion_identifier(self, input: Option<String>) -> Self
pub fn set_ingestion_identifier(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
sourcepub fn get_ingestion_identifier(&self) -> &Option<String>
pub fn get_ingestion_identifier(&self) -> &Option<String>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
sourcepub fn app_bundle_identifier(self, input: impl Into<String>) -> Self
pub fn app_bundle_identifier(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
This field is required.sourcepub fn set_app_bundle_identifier(self, input: Option<String>) -> Self
pub fn set_app_bundle_identifier(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn get_app_bundle_identifier(&self) -> &Option<String>
pub fn get_app_bundle_identifier(&self) -> &Option<String>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn build(self) -> Result<StopIngestionInput, BuildError>
pub fn build(self) -> Result<StopIngestionInput, BuildError>
Consumes the builder and constructs a StopIngestionInput.
source§impl StopIngestionInputBuilder
impl StopIngestionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<StopIngestionOutput, SdkError<StopIngestionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<StopIngestionOutput, SdkError<StopIngestionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for StopIngestionInputBuilder
impl Clone for StopIngestionInputBuilder
source§fn clone(&self) -> StopIngestionInputBuilder
fn clone(&self) -> StopIngestionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for StopIngestionInputBuilder
impl Debug for StopIngestionInputBuilder
source§impl Default for StopIngestionInputBuilder
impl Default for StopIngestionInputBuilder
source§fn default() -> StopIngestionInputBuilder
fn default() -> StopIngestionInputBuilder
source§impl PartialEq for StopIngestionInputBuilder
impl PartialEq for StopIngestionInputBuilder
source§fn eq(&self, other: &StopIngestionInputBuilder) -> bool
fn eq(&self, other: &StopIngestionInputBuilder) -> bool
self and other values to be equal, and is used
by ==.