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