Struct aws_sdk_datasync::error::invalid_request_exception::Builder   
source · pub struct Builder { /* private fields */ }Expand description
A builder for InvalidRequestException.
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 error_code(self, input: impl Into<String>) -> Self
pub fn set_error_code(self, input: Option<String>) -> Self
pub fn datasync_error_code(self, input: impl Into<String>) -> Self
pub fn set_datasync_error_code(self, input: Option<String>) -> Self
sourcepub fn build(self) -> InvalidRequestException
 
pub fn build(self) -> InvalidRequestException
Consumes the builder and constructs a InvalidRequestException.