#[non_exhaustive]pub struct PackageGroupSummaryBuilder { /* private fields */ }
Expand description
A builder for PackageGroupSummary
.
Implementations§
source§impl PackageGroupSummaryBuilder
impl PackageGroupSummaryBuilder
sourcepub fn pattern(self, input: impl Into<String>) -> Self
pub fn pattern(self, input: impl Into<String>) -> Self
The pattern of the package group. The pattern determines which packages are associated with the package group.
sourcepub fn set_pattern(self, input: Option<String>) -> Self
pub fn set_pattern(self, input: Option<String>) -> Self
The pattern of the package group. The pattern determines which packages are associated with the package group.
sourcepub fn get_pattern(&self) -> &Option<String>
pub fn get_pattern(&self) -> &Option<String>
The pattern of the package group. The pattern determines which packages are associated with the package group.
sourcepub fn domain_name(self, input: impl Into<String>) -> Self
pub fn domain_name(self, input: impl Into<String>) -> Self
The domain that contains the package group.
sourcepub fn set_domain_name(self, input: Option<String>) -> Self
pub fn set_domain_name(self, input: Option<String>) -> Self
The domain that contains the package group.
sourcepub fn get_domain_name(&self) -> &Option<String>
pub fn get_domain_name(&self) -> &Option<String>
The domain that contains the package group.
sourcepub fn domain_owner(self, input: impl Into<String>) -> Self
pub fn domain_owner(self, input: impl Into<String>) -> Self
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
sourcepub fn set_domain_owner(self, input: Option<String>) -> Self
pub fn set_domain_owner(self, input: Option<String>) -> Self
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
sourcepub fn get_domain_owner(&self) -> &Option<String>
pub fn get_domain_owner(&self) -> &Option<String>
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
A timestamp that represents the date and time the repository was created.
sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
A timestamp that represents the date and time the repository was created.
sourcepub fn get_created_time(&self) -> &Option<DateTime>
pub fn get_created_time(&self) -> &Option<DateTime>
A timestamp that represents the date and time the repository was created.
sourcepub fn contact_info(self, input: impl Into<String>) -> Self
pub fn contact_info(self, input: impl Into<String>) -> Self
The contact information of the package group.
sourcepub fn set_contact_info(self, input: Option<String>) -> Self
pub fn set_contact_info(self, input: Option<String>) -> Self
The contact information of the package group.
sourcepub fn get_contact_info(&self) -> &Option<String>
pub fn get_contact_info(&self) -> &Option<String>
The contact information of the package group.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the package group.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the package group.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the package group.
sourcepub fn origin_configuration(
self,
input: PackageGroupOriginConfiguration
) -> Self
pub fn origin_configuration( self, input: PackageGroupOriginConfiguration ) -> Self
Details about the package origin configuration of a package group.
sourcepub fn set_origin_configuration(
self,
input: Option<PackageGroupOriginConfiguration>
) -> Self
pub fn set_origin_configuration( self, input: Option<PackageGroupOriginConfiguration> ) -> Self
Details about the package origin configuration of a package group.
sourcepub fn get_origin_configuration(
&self
) -> &Option<PackageGroupOriginConfiguration>
pub fn get_origin_configuration( &self ) -> &Option<PackageGroupOriginConfiguration>
Details about the package origin configuration of a package group.
sourcepub fn parent(self, input: PackageGroupReference) -> Self
pub fn parent(self, input: PackageGroupReference) -> Self
The direct parent package group of the package group.
sourcepub fn set_parent(self, input: Option<PackageGroupReference>) -> Self
pub fn set_parent(self, input: Option<PackageGroupReference>) -> Self
The direct parent package group of the package group.
sourcepub fn get_parent(&self) -> &Option<PackageGroupReference>
pub fn get_parent(&self) -> &Option<PackageGroupReference>
The direct parent package group of the package group.
sourcepub fn build(self) -> PackageGroupSummary
pub fn build(self) -> PackageGroupSummary
Consumes the builder and constructs a PackageGroupSummary
.
Trait Implementations§
source§impl Clone for PackageGroupSummaryBuilder
impl Clone for PackageGroupSummaryBuilder
source§fn clone(&self) -> PackageGroupSummaryBuilder
fn clone(&self) -> PackageGroupSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for PackageGroupSummaryBuilder
impl Debug for PackageGroupSummaryBuilder
source§impl Default for PackageGroupSummaryBuilder
impl Default for PackageGroupSummaryBuilder
source§fn default() -> PackageGroupSummaryBuilder
fn default() -> PackageGroupSummaryBuilder
source§impl PartialEq for PackageGroupSummaryBuilder
impl PartialEq for PackageGroupSummaryBuilder
source§fn eq(&self, other: &PackageGroupSummaryBuilder) -> bool
fn eq(&self, other: &PackageGroupSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.