#[non_exhaustive]pub struct DescribeModelInputBuilder { /* private fields */ }
Expand description
A builder for DescribeModelInput
.
Implementations§
source§impl DescribeModelInputBuilder
impl DescribeModelInputBuilder
sourcepub fn model_name(self, input: impl Into<String>) -> Self
pub fn model_name(self, input: impl Into<String>) -> Self
The name of the model.
sourcepub fn set_model_name(self, input: Option<String>) -> Self
pub fn set_model_name(self, input: Option<String>) -> Self
The name of the model.
sourcepub fn build(self) -> Result<DescribeModelInput, BuildError>
pub fn build(self) -> Result<DescribeModelInput, BuildError>
Consumes the builder and constructs a DescribeModelInput
.
Trait Implementations§
source§impl Clone for DescribeModelInputBuilder
impl Clone for DescribeModelInputBuilder
source§fn clone(&self) -> DescribeModelInputBuilder
fn clone(&self) -> DescribeModelInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DescribeModelInputBuilder
impl Debug for DescribeModelInputBuilder
source§impl Default for DescribeModelInputBuilder
impl Default for DescribeModelInputBuilder
source§fn default() -> DescribeModelInputBuilder
fn default() -> DescribeModelInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeModelInputBuilder> for DescribeModelInputBuilder
impl PartialEq<DescribeModelInputBuilder> for DescribeModelInputBuilder
source§fn eq(&self, other: &DescribeModelInputBuilder) -> bool
fn eq(&self, other: &DescribeModelInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.