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