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