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 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<AddCommunicationToCaseOutputBuilder> for AddCommunicationToCaseOutputBuilder
impl PartialEq<AddCommunicationToCaseOutputBuilder> 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 ==.