#[non_exhaustive]pub struct ModelPackageGroupSummaryBuilder { /* private fields */ }
Expand description
A builder for ModelPackageGroupSummary
.
Implementations§
source§impl ModelPackageGroupSummaryBuilder
impl ModelPackageGroupSummaryBuilder
sourcepub fn model_package_group_name(self, input: impl Into<String>) -> Self
pub fn model_package_group_name(self, input: impl Into<String>) -> Self
The name of the model group.
sourcepub fn set_model_package_group_name(self, input: Option<String>) -> Self
pub fn set_model_package_group_name(self, input: Option<String>) -> Self
The name of the model group.
sourcepub fn model_package_group_arn(self, input: impl Into<String>) -> Self
pub fn model_package_group_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the model group.
sourcepub fn set_model_package_group_arn(self, input: Option<String>) -> Self
pub fn set_model_package_group_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the model group.
sourcepub fn model_package_group_description(self, input: impl Into<String>) -> Self
pub fn model_package_group_description(self, input: impl Into<String>) -> Self
A description of the model group.
sourcepub fn set_model_package_group_description(self, input: Option<String>) -> Self
pub fn set_model_package_group_description(self, input: Option<String>) -> Self
A description of the model group.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time that the model group was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time that the model group was created.
sourcepub fn model_package_group_status(self, input: ModelPackageGroupStatus) -> Self
pub fn model_package_group_status(self, input: ModelPackageGroupStatus) -> Self
The status of the model group.
sourcepub fn set_model_package_group_status(
self,
input: Option<ModelPackageGroupStatus>
) -> Self
pub fn set_model_package_group_status( self, input: Option<ModelPackageGroupStatus> ) -> Self
The status of the model group.
sourcepub fn build(self) -> ModelPackageGroupSummary
pub fn build(self) -> ModelPackageGroupSummary
Consumes the builder and constructs a ModelPackageGroupSummary
.
Trait Implementations§
source§impl Clone for ModelPackageGroupSummaryBuilder
impl Clone for ModelPackageGroupSummaryBuilder
source§fn clone(&self) -> ModelPackageGroupSummaryBuilder
fn clone(&self) -> ModelPackageGroupSummaryBuilder
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 ModelPackageGroupSummaryBuilder
impl Default for ModelPackageGroupSummaryBuilder
source§fn default() -> ModelPackageGroupSummaryBuilder
fn default() -> ModelPackageGroupSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModelPackageGroupSummaryBuilder> for ModelPackageGroupSummaryBuilder
impl PartialEq<ModelPackageGroupSummaryBuilder> for ModelPackageGroupSummaryBuilder
source§fn eq(&self, other: &ModelPackageGroupSummaryBuilder) -> bool
fn eq(&self, other: &ModelPackageGroupSummaryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.