Struct aws_sdk_swf::input::DeprecateWorkflowTypeInput
source · [−]#[non_exhaustive]pub struct DeprecateWorkflowTypeInput { /* private fields */ }Implementations
sourceimpl DeprecateWorkflowTypeInput
impl DeprecateWorkflowTypeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeprecateWorkflowType, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeprecateWorkflowType, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeprecateWorkflowType>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeprecateWorkflowTypeInput.
sourceimpl DeprecateWorkflowTypeInput
impl DeprecateWorkflowTypeInput
sourcepub fn domain(&self) -> Option<&str>
pub fn domain(&self) -> Option<&str>
The name of the domain in which the workflow type is registered.
sourcepub fn workflow_type(&self) -> Option<&WorkflowType>
pub fn workflow_type(&self) -> Option<&WorkflowType>
The workflow type to deprecate.
Trait Implementations
sourceimpl Clone for DeprecateWorkflowTypeInput
impl Clone for DeprecateWorkflowTypeInput
sourcefn clone(&self) -> DeprecateWorkflowTypeInput
fn clone(&self) -> DeprecateWorkflowTypeInput
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 DeprecateWorkflowTypeInput
impl Debug for DeprecateWorkflowTypeInput
sourceimpl PartialEq<DeprecateWorkflowTypeInput> for DeprecateWorkflowTypeInput
impl PartialEq<DeprecateWorkflowTypeInput> for DeprecateWorkflowTypeInput
sourcefn eq(&self, other: &DeprecateWorkflowTypeInput) -> bool
fn eq(&self, other: &DeprecateWorkflowTypeInput) -> bool
impl StructuralPartialEq for DeprecateWorkflowTypeInput
Auto Trait Implementations
impl RefUnwindSafe for DeprecateWorkflowTypeInput
impl Send for DeprecateWorkflowTypeInput
impl Sync for DeprecateWorkflowTypeInput
impl Unpin for DeprecateWorkflowTypeInput
impl UnwindSafe for DeprecateWorkflowTypeInput
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