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