Struct aws_sdk_proton::types::builders::CountsSummaryBuilder
source · #[non_exhaustive]pub struct CountsSummaryBuilder { /* private fields */ }
Expand description
A builder for CountsSummary
.
Implementations§
source§impl CountsSummaryBuilder
impl CountsSummaryBuilder
sourcepub fn components(self, input: ResourceCountsSummary) -> Self
pub fn components(self, input: ResourceCountsSummary) -> Self
The total number of components in the Amazon Web Services account.
The semantics of the components
field are different from the semantics of results for other infrastructure-provisioning resources. That's because at this time components don't have associated templates, therefore they don't have the concept of staleness. The components
object will only contain total
and failed
members.
sourcepub fn set_components(self, input: Option<ResourceCountsSummary>) -> Self
pub fn set_components(self, input: Option<ResourceCountsSummary>) -> Self
The total number of components in the Amazon Web Services account.
The semantics of the components
field are different from the semantics of results for other infrastructure-provisioning resources. That's because at this time components don't have associated templates, therefore they don't have the concept of staleness. The components
object will only contain total
and failed
members.
sourcepub fn get_components(&self) -> &Option<ResourceCountsSummary>
pub fn get_components(&self) -> &Option<ResourceCountsSummary>
The total number of components in the Amazon Web Services account.
The semantics of the components
field are different from the semantics of results for other infrastructure-provisioning resources. That's because at this time components don't have associated templates, therefore they don't have the concept of staleness. The components
object will only contain total
and failed
members.
sourcepub fn environments(self, input: ResourceCountsSummary) -> Self
pub fn environments(self, input: ResourceCountsSummary) -> Self
The staleness counts for Proton environments in the Amazon Web Services account. The environments
object will only contain total
members.
sourcepub fn set_environments(self, input: Option<ResourceCountsSummary>) -> Self
pub fn set_environments(self, input: Option<ResourceCountsSummary>) -> Self
The staleness counts for Proton environments in the Amazon Web Services account. The environments
object will only contain total
members.
sourcepub fn get_environments(&self) -> &Option<ResourceCountsSummary>
pub fn get_environments(&self) -> &Option<ResourceCountsSummary>
The staleness counts for Proton environments in the Amazon Web Services account. The environments
object will only contain total
members.
sourcepub fn environment_templates(self, input: ResourceCountsSummary) -> Self
pub fn environment_templates(self, input: ResourceCountsSummary) -> Self
The total number of environment templates in the Amazon Web Services account. The environmentTemplates
object will only contain total
members.
sourcepub fn set_environment_templates(
self,
input: Option<ResourceCountsSummary>
) -> Self
pub fn set_environment_templates( self, input: Option<ResourceCountsSummary> ) -> Self
The total number of environment templates in the Amazon Web Services account. The environmentTemplates
object will only contain total
members.
sourcepub fn get_environment_templates(&self) -> &Option<ResourceCountsSummary>
pub fn get_environment_templates(&self) -> &Option<ResourceCountsSummary>
The total number of environment templates in the Amazon Web Services account. The environmentTemplates
object will only contain total
members.
sourcepub fn service_instances(self, input: ResourceCountsSummary) -> Self
pub fn service_instances(self, input: ResourceCountsSummary) -> Self
The staleness counts for Proton service instances in the Amazon Web Services account.
sourcepub fn set_service_instances(self, input: Option<ResourceCountsSummary>) -> Self
pub fn set_service_instances(self, input: Option<ResourceCountsSummary>) -> Self
The staleness counts for Proton service instances in the Amazon Web Services account.
sourcepub fn get_service_instances(&self) -> &Option<ResourceCountsSummary>
pub fn get_service_instances(&self) -> &Option<ResourceCountsSummary>
The staleness counts for Proton service instances in the Amazon Web Services account.
sourcepub fn services(self, input: ResourceCountsSummary) -> Self
pub fn services(self, input: ResourceCountsSummary) -> Self
The staleness counts for Proton services in the Amazon Web Services account.
sourcepub fn set_services(self, input: Option<ResourceCountsSummary>) -> Self
pub fn set_services(self, input: Option<ResourceCountsSummary>) -> Self
The staleness counts for Proton services in the Amazon Web Services account.
sourcepub fn get_services(&self) -> &Option<ResourceCountsSummary>
pub fn get_services(&self) -> &Option<ResourceCountsSummary>
The staleness counts for Proton services in the Amazon Web Services account.
sourcepub fn service_templates(self, input: ResourceCountsSummary) -> Self
pub fn service_templates(self, input: ResourceCountsSummary) -> Self
The total number of service templates in the Amazon Web Services account. The serviceTemplates
object will only contain total
members.
sourcepub fn set_service_templates(self, input: Option<ResourceCountsSummary>) -> Self
pub fn set_service_templates(self, input: Option<ResourceCountsSummary>) -> Self
The total number of service templates in the Amazon Web Services account. The serviceTemplates
object will only contain total
members.
sourcepub fn get_service_templates(&self) -> &Option<ResourceCountsSummary>
pub fn get_service_templates(&self) -> &Option<ResourceCountsSummary>
The total number of service templates in the Amazon Web Services account. The serviceTemplates
object will only contain total
members.
sourcepub fn pipelines(self, input: ResourceCountsSummary) -> Self
pub fn pipelines(self, input: ResourceCountsSummary) -> Self
The staleness counts for Proton pipelines in the Amazon Web Services account.
sourcepub fn set_pipelines(self, input: Option<ResourceCountsSummary>) -> Self
pub fn set_pipelines(self, input: Option<ResourceCountsSummary>) -> Self
The staleness counts for Proton pipelines in the Amazon Web Services account.
sourcepub fn get_pipelines(&self) -> &Option<ResourceCountsSummary>
pub fn get_pipelines(&self) -> &Option<ResourceCountsSummary>
The staleness counts for Proton pipelines in the Amazon Web Services account.
sourcepub fn build(self) -> CountsSummary
pub fn build(self) -> CountsSummary
Consumes the builder and constructs a CountsSummary
.
Trait Implementations§
source§impl Clone for CountsSummaryBuilder
impl Clone for CountsSummaryBuilder
source§fn clone(&self) -> CountsSummaryBuilder
fn clone(&self) -> CountsSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CountsSummaryBuilder
impl Debug for CountsSummaryBuilder
source§impl Default for CountsSummaryBuilder
impl Default for CountsSummaryBuilder
source§fn default() -> CountsSummaryBuilder
fn default() -> CountsSummaryBuilder
source§impl PartialEq for CountsSummaryBuilder
impl PartialEq for CountsSummaryBuilder
source§fn eq(&self, other: &CountsSummaryBuilder) -> bool
fn eq(&self, other: &CountsSummaryBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.