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