Struct aws_sdk_support::error::case_id_not_found::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for CaseIdNotFound.
Implementations§
source§impl Builder
impl Builder
sourcepub fn message(self, input: impl Into<String>) -> Self
pub fn message(self, input: impl Into<String>) -> Self
The requested CaseId could not be located.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
The requested CaseId could not be located.
sourcepub fn build(self) -> CaseIdNotFound
pub fn build(self) -> CaseIdNotFound
Consumes the builder and constructs a CaseIdNotFound.