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