Struct aws_sdk_connect::operation::start_task_contact::builders::StartTaskContactOutputBuilder
source · #[non_exhaustive]pub struct StartTaskContactOutputBuilder { /* private fields */ }
Expand description
A builder for StartTaskContactOutput
.
Implementations§
source§impl StartTaskContactOutputBuilder
impl StartTaskContactOutputBuilder
sourcepub fn contact_id(self, input: impl Into<String>) -> Self
pub fn contact_id(self, input: impl Into<String>) -> Self
The identifier of this contact within the Amazon Connect instance.
sourcepub fn set_contact_id(self, input: Option<String>) -> Self
pub fn set_contact_id(self, input: Option<String>) -> Self
The identifier of this contact within the Amazon Connect instance.
sourcepub fn get_contact_id(&self) -> &Option<String>
pub fn get_contact_id(&self) -> &Option<String>
The identifier of this contact within the Amazon Connect instance.
sourcepub fn build(self) -> StartTaskContactOutput
pub fn build(self) -> StartTaskContactOutput
Consumes the builder and constructs a StartTaskContactOutput
.
Trait Implementations§
source§impl Clone for StartTaskContactOutputBuilder
impl Clone for StartTaskContactOutputBuilder
source§fn clone(&self) -> StartTaskContactOutputBuilder
fn clone(&self) -> StartTaskContactOutputBuilder
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 StartTaskContactOutputBuilder
impl Default for StartTaskContactOutputBuilder
source§fn default() -> StartTaskContactOutputBuilder
fn default() -> StartTaskContactOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StartTaskContactOutputBuilder
impl PartialEq for StartTaskContactOutputBuilder
source§fn eq(&self, other: &StartTaskContactOutputBuilder) -> bool
fn eq(&self, other: &StartTaskContactOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StartTaskContactOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartTaskContactOutputBuilder
impl Send for StartTaskContactOutputBuilder
impl Sync for StartTaskContactOutputBuilder
impl Unpin for StartTaskContactOutputBuilder
impl UnwindSafe for StartTaskContactOutputBuilder
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