Struct aws_sdk_swf::input::UndeprecateWorkflowTypeInput
source · [−]#[non_exhaustive]pub struct UndeprecateWorkflowTypeInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for UndeprecateWorkflowTypeInput
impl Clone for UndeprecateWorkflowTypeInput
sourcefn clone(&self) -> UndeprecateWorkflowTypeInput
fn clone(&self) -> UndeprecateWorkflowTypeInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UndeprecateWorkflowTypeInput
impl Debug for UndeprecateWorkflowTypeInput
sourceimpl PartialEq<UndeprecateWorkflowTypeInput> for UndeprecateWorkflowTypeInput
impl PartialEq<UndeprecateWorkflowTypeInput> for UndeprecateWorkflowTypeInput
sourcefn eq(&self, other: &UndeprecateWorkflowTypeInput) -> bool
fn eq(&self, other: &UndeprecateWorkflowTypeInput) -> bool
impl StructuralPartialEq for UndeprecateWorkflowTypeInput
Auto Trait Implementations
impl RefUnwindSafe for UndeprecateWorkflowTypeInput
impl Send for UndeprecateWorkflowTypeInput
impl Sync for UndeprecateWorkflowTypeInput
impl Unpin for UndeprecateWorkflowTypeInput
impl UnwindSafe for UndeprecateWorkflowTypeInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more