Struct aws_sdk_support::error::attachment_id_not_found::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for AttachmentIdNotFound.
Implementations§
source§impl Builder
impl Builder
sourcepub fn message(self, input: impl Into<String>) -> Self
pub fn message(self, input: impl Into<String>) -> Self
An attachment with the specified ID could not be found.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
An attachment with the specified ID could not be found.
sourcepub fn build(self) -> AttachmentIdNotFound
pub fn build(self) -> AttachmentIdNotFound
Consumes the builder and constructs a AttachmentIdNotFound.