Struct aws_sdk_sagemaker::operation::describe_app_image_config::builders::DescribeAppImageConfigInputBuilder
source · #[non_exhaustive]pub struct DescribeAppImageConfigInputBuilder { /* private fields */ }
Expand description
A builder for DescribeAppImageConfigInput
.
Implementations§
source§impl DescribeAppImageConfigInputBuilder
impl DescribeAppImageConfigInputBuilder
sourcepub fn app_image_config_name(self, input: impl Into<String>) -> Self
pub fn app_image_config_name(self, input: impl Into<String>) -> Self
The name of the AppImageConfig to describe.
sourcepub fn set_app_image_config_name(self, input: Option<String>) -> Self
pub fn set_app_image_config_name(self, input: Option<String>) -> Self
The name of the AppImageConfig to describe.
sourcepub fn build(self) -> Result<DescribeAppImageConfigInput, BuildError>
pub fn build(self) -> Result<DescribeAppImageConfigInput, BuildError>
Consumes the builder and constructs a DescribeAppImageConfigInput
.
Trait Implementations§
source§impl Clone for DescribeAppImageConfigInputBuilder
impl Clone for DescribeAppImageConfigInputBuilder
source§fn clone(&self) -> DescribeAppImageConfigInputBuilder
fn clone(&self) -> DescribeAppImageConfigInputBuilder
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 Default for DescribeAppImageConfigInputBuilder
impl Default for DescribeAppImageConfigInputBuilder
source§fn default() -> DescribeAppImageConfigInputBuilder
fn default() -> DescribeAppImageConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeAppImageConfigInputBuilder> for DescribeAppImageConfigInputBuilder
impl PartialEq<DescribeAppImageConfigInputBuilder> for DescribeAppImageConfigInputBuilder
source§fn eq(&self, other: &DescribeAppImageConfigInputBuilder) -> bool
fn eq(&self, other: &DescribeAppImageConfigInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.