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