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