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