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