#[non_exhaustive]pub struct GetIngestionInputBuilder { /* private fields */ }Expand description
A builder for GetIngestionInput.
Implementations§
source§impl GetIngestionInputBuilder
impl GetIngestionInputBuilder
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.
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 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.
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 build(self) -> Result<GetIngestionInput, BuildError>
pub fn build(self) -> Result<GetIngestionInput, BuildError>
Consumes the builder and constructs a GetIngestionInput.
source§impl GetIngestionInputBuilder
impl GetIngestionInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetIngestionOutput, SdkError<GetIngestionError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetIngestionOutput, SdkError<GetIngestionError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetIngestionInputBuilder
impl Clone for GetIngestionInputBuilder
source§fn clone(&self) -> GetIngestionInputBuilder
fn clone(&self) -> GetIngestionInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetIngestionInputBuilder
impl Debug for GetIngestionInputBuilder
source§impl Default for GetIngestionInputBuilder
impl Default for GetIngestionInputBuilder
source§fn default() -> GetIngestionInputBuilder
fn default() -> GetIngestionInputBuilder
source§impl PartialEq<GetIngestionInputBuilder> for GetIngestionInputBuilder
impl PartialEq<GetIngestionInputBuilder> for GetIngestionInputBuilder
source§fn eq(&self, other: &GetIngestionInputBuilder) -> bool
fn eq(&self, other: &GetIngestionInputBuilder) -> bool
self and other values to be equal, and is used
by ==.