#[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.
This field is required.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 get_model_package_group_name(&self) -> &Option<String>
 
pub fn get_model_package_group_name(&self) -> &Option<String>
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.
This field is required.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 get_model_package_group_arn(&self) -> &Option<String>
 
pub fn get_model_package_group_arn(&self) -> &Option<String>
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 get_model_package_group_description(&self) -> &Option<String>
 
pub fn get_model_package_group_description(&self) -> &Option<String>
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.
This field is required.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 get_creation_time(&self) -> &Option<DateTime>
 
pub fn get_creation_time(&self) -> &Option<DateTime>
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.
This field is required.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 get_model_package_group_status(&self) -> &Option<ModelPackageGroupStatus>
 
pub fn get_model_package_group_status(&self) -> &Option<ModelPackageGroupStatus>
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 for ModelPackageGroupSummaryBuilder
 
impl PartialEq 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 ==.impl StructuralPartialEq for ModelPackageGroupSummaryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ModelPackageGroupSummaryBuilder
impl Send for ModelPackageGroupSummaryBuilder
impl Sync for ModelPackageGroupSummaryBuilder
impl Unpin for ModelPackageGroupSummaryBuilder
impl UnwindSafe for ModelPackageGroupSummaryBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.