pub struct Builder { /* private fields */ }
Expand description
A builder for UnsupportedDisplayLanguageCodeException
.
Implementations§
source§impl Builder
impl Builder
pub fn message(self, input: impl Into<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
sourcepub fn display_language_code(self, input: impl Into<String>) -> Self
pub fn display_language_code(self, input: impl Into<String>) -> Self
Language code passed in with the request.
sourcepub fn set_display_language_code(self, input: Option<String>) -> Self
pub fn set_display_language_code(self, input: Option<String>) -> Self
Language code passed in with the request.
sourcepub fn build(self) -> UnsupportedDisplayLanguageCodeException
pub fn build(self) -> UnsupportedDisplayLanguageCodeException
Consumes the builder and constructs a UnsupportedDisplayLanguageCodeException
.