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
impl StructuralPartialEq for CountsSummaryBuilder
Auto Trait Implementations§
impl Freeze for CountsSummaryBuilder
impl RefUnwindSafe for CountsSummaryBuilder
impl Send for CountsSummaryBuilder
impl Sync for CountsSummaryBuilder
impl Unpin for CountsSummaryBuilder
impl UnwindSafe for CountsSummaryBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more