Struct aws_sdk_support::operation::add_communication_to_case::builders::AddCommunicationToCaseOutputBuilder
source · #[non_exhaustive]pub struct AddCommunicationToCaseOutputBuilder { /* private fields */ }
Expand description
A builder for AddCommunicationToCaseOutput
.
Implementations§
source§impl AddCommunicationToCaseOutputBuilder
impl AddCommunicationToCaseOutputBuilder
sourcepub fn result(self, input: bool) -> Self
pub fn result(self, input: bool) -> Self
True if AddCommunicationToCase
succeeds. Otherwise, returns an error.
sourcepub fn set_result(self, input: Option<bool>) -> Self
pub fn set_result(self, input: Option<bool>) -> Self
True if AddCommunicationToCase
succeeds. Otherwise, returns an error.
sourcepub fn get_result(&self) -> &Option<bool>
pub fn get_result(&self) -> &Option<bool>
True if AddCommunicationToCase
succeeds. Otherwise, returns an error.
sourcepub fn build(self) -> AddCommunicationToCaseOutput
pub fn build(self) -> AddCommunicationToCaseOutput
Consumes the builder and constructs a AddCommunicationToCaseOutput
.
Trait Implementations§
source§impl Clone for AddCommunicationToCaseOutputBuilder
impl Clone for AddCommunicationToCaseOutputBuilder
source§fn clone(&self) -> AddCommunicationToCaseOutputBuilder
fn clone(&self) -> AddCommunicationToCaseOutputBuilder
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 AddCommunicationToCaseOutputBuilder
impl Default for AddCommunicationToCaseOutputBuilder
source§fn default() -> AddCommunicationToCaseOutputBuilder
fn default() -> AddCommunicationToCaseOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AddCommunicationToCaseOutputBuilder
impl PartialEq for AddCommunicationToCaseOutputBuilder
source§fn eq(&self, other: &AddCommunicationToCaseOutputBuilder) -> bool
fn eq(&self, other: &AddCommunicationToCaseOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AddCommunicationToCaseOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AddCommunicationToCaseOutputBuilder
impl Send for AddCommunicationToCaseOutputBuilder
impl Sync for AddCommunicationToCaseOutputBuilder
impl Unpin for AddCommunicationToCaseOutputBuilder
impl UnwindSafe for AddCommunicationToCaseOutputBuilder
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