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