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