pub struct Builder { /* private fields */ }
Expand description
A builder for BatchDescribeModelPackageError
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn error_code(self, input: impl Into<String>) -> Self
pub fn error_code(self, input: impl Into<String>) -> Self
sourcepub fn set_error_code(self, input: Option<String>) -> Self
pub fn set_error_code(self, input: Option<String>) -> Self
sourcepub fn error_response(self, input: impl Into<String>) -> Self
pub fn error_response(self, input: impl Into<String>) -> Self
sourcepub fn set_error_response(self, input: Option<String>) -> Self
pub fn set_error_response(self, input: Option<String>) -> Self
sourcepub fn build(self) -> BatchDescribeModelPackageError
pub fn build(self) -> BatchDescribeModelPackageError
Consumes the builder and constructs a BatchDescribeModelPackageError
.