#[non_exhaustive]pub struct UndeprecateDomainInputBuilder { /* private fields */ }
Expand description
A builder for UndeprecateDomainInput
.
Implementations§
source§impl UndeprecateDomainInputBuilder
impl UndeprecateDomainInputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the domain of the deprecated workflow type.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the domain of the deprecated workflow type.
sourcepub fn build(self) -> Result<UndeprecateDomainInput, BuildError>
pub fn build(self) -> Result<UndeprecateDomainInput, BuildError>
Consumes the builder and constructs a UndeprecateDomainInput
.
Trait Implementations§
source§impl Clone for UndeprecateDomainInputBuilder
impl Clone for UndeprecateDomainInputBuilder
source§fn clone(&self) -> UndeprecateDomainInputBuilder
fn clone(&self) -> UndeprecateDomainInputBuilder
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 Default for UndeprecateDomainInputBuilder
impl Default for UndeprecateDomainInputBuilder
source§fn default() -> UndeprecateDomainInputBuilder
fn default() -> UndeprecateDomainInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UndeprecateDomainInputBuilder> for UndeprecateDomainInputBuilder
impl PartialEq<UndeprecateDomainInputBuilder> for UndeprecateDomainInputBuilder
source§fn eq(&self, other: &UndeprecateDomainInputBuilder) -> bool
fn eq(&self, other: &UndeprecateDomainInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UndeprecateDomainInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UndeprecateDomainInputBuilder
impl Send for UndeprecateDomainInputBuilder
impl Sync for UndeprecateDomainInputBuilder
impl Unpin for UndeprecateDomainInputBuilder
impl UnwindSafe for UndeprecateDomainInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more