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