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