Struct aws_sdk_swf::input::DeprecateWorkflowTypeInput
source · #[non_exhaustive]pub struct DeprecateWorkflowTypeInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DeprecateWorkflowTypeInput
impl Clone for DeprecateWorkflowTypeInput
source§fn clone(&self) -> DeprecateWorkflowTypeInput
fn clone(&self) -> DeprecateWorkflowTypeInput
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 DeprecateWorkflowTypeInput
impl Debug for DeprecateWorkflowTypeInput
source§impl PartialEq<DeprecateWorkflowTypeInput> for DeprecateWorkflowTypeInput
impl PartialEq<DeprecateWorkflowTypeInput> for DeprecateWorkflowTypeInput
source§fn eq(&self, other: &DeprecateWorkflowTypeInput) -> bool
fn eq(&self, other: &DeprecateWorkflowTypeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.