pub struct Builder { /* private fields */ }Expand description
A builder for AddCommunicationToCaseOutput.
Implementations§
source§impl Builder
impl Builder
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.