#[non_exhaustive]pub struct DeleteDataIntegrationInput { /* private fields */ }
Implementations§
source§impl DeleteDataIntegrationInput
impl DeleteDataIntegrationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDataIntegration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDataIntegration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDataIntegration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDataIntegrationInput
.
source§impl DeleteDataIntegrationInput
impl DeleteDataIntegrationInput
sourcepub fn data_integration_identifier(&self) -> Option<&str>
pub fn data_integration_identifier(&self) -> Option<&str>
A unique identifier for the DataIntegration.
Trait Implementations§
source§impl Clone for DeleteDataIntegrationInput
impl Clone for DeleteDataIntegrationInput
source§fn clone(&self) -> DeleteDataIntegrationInput
fn clone(&self) -> DeleteDataIntegrationInput
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 DeleteDataIntegrationInput
impl Debug for DeleteDataIntegrationInput
source§impl PartialEq<DeleteDataIntegrationInput> for DeleteDataIntegrationInput
impl PartialEq<DeleteDataIntegrationInput> for DeleteDataIntegrationInput
source§fn eq(&self, other: &DeleteDataIntegrationInput) -> bool
fn eq(&self, other: &DeleteDataIntegrationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.