Struct aws_sdk_swf::input::DeprecateActivityTypeInput
source · [−]#[non_exhaustive]pub struct DeprecateActivityTypeInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DeprecateActivityTypeInput
impl Clone for DeprecateActivityTypeInput
sourcefn clone(&self) -> DeprecateActivityTypeInput
fn clone(&self) -> DeprecateActivityTypeInput
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 DeprecateActivityTypeInput
impl Debug for DeprecateActivityTypeInput
sourceimpl PartialEq<DeprecateActivityTypeInput> for DeprecateActivityTypeInput
impl PartialEq<DeprecateActivityTypeInput> for DeprecateActivityTypeInput
sourcefn eq(&self, other: &DeprecateActivityTypeInput) -> bool
fn eq(&self, other: &DeprecateActivityTypeInput) -> bool
impl StructuralPartialEq for DeprecateActivityTypeInput
Auto Trait Implementations
impl RefUnwindSafe for DeprecateActivityTypeInput
impl Send for DeprecateActivityTypeInput
impl Sync for DeprecateActivityTypeInput
impl Unpin for DeprecateActivityTypeInput
impl UnwindSafe for DeprecateActivityTypeInput
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