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