pub struct Builder { /* private fields */ }
Expand description
A builder for InternalServerErrorException
.
Implementations§
source§impl Builder
impl Builder
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
pub fn class_name(self, input: impl Into<String>) -> Self
pub fn set_class_name(self, input: Option<String>) -> Self
pub fn code(self, input: i32) -> Self
pub fn set_code(self, input: Option<i32>) -> Self
sourcepub fn build(self) -> InternalServerErrorException
pub fn build(self) -> InternalServerErrorException
Consumes the builder and constructs a InternalServerErrorException
.