Class CountsSummary
- java.lang.Object
-
- software.amazon.awssdk.services.proton.model.CountsSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CountsSummary.Builder,CountsSummary>
@Generated("software.amazon.awssdk:codegen") public final class CountsSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CountsSummary.Builder,CountsSummary>
Summary counts of each Proton resource type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCountsSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CountsSummary.Builderbuilder()ResourceCountsSummarycomponents()The total number of components in the Amazon Web Services account.ResourceCountsSummaryenvironments()The staleness counts for Proton environments in the Amazon Web Services account.ResourceCountsSummaryenvironmentTemplates()The total number of environment templates in the Amazon Web Services account.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResourceCountsSummarypipelines()The staleness counts for Proton pipelines in the Amazon Web Services account.List<SdkField<?>>sdkFields()static Class<? extends CountsSummary.Builder>serializableBuilderClass()ResourceCountsSummaryserviceInstances()The staleness counts for Proton service instances in the Amazon Web Services account.ResourceCountsSummaryservices()The staleness counts for Proton services in the Amazon Web Services account.ResourceCountsSummaryserviceTemplates()The total number of service templates in the Amazon Web Services account.CountsSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
components
public final ResourceCountsSummary components()
The total number of components in the Amazon Web Services account.
The semantics of the
componentsfield 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. Thecomponentsobject will only containtotalandfailedmembers.- Returns:
- The total number of components in the Amazon Web Services account.
The semantics of the
componentsfield 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. Thecomponentsobject will only containtotalandfailedmembers.
-
environmentTemplates
public final ResourceCountsSummary environmentTemplates()
The total number of environment templates in the Amazon Web Services account. The
environmentTemplatesobject will only containtotalmembers.- Returns:
- The total number of environment templates in the Amazon Web Services account. The
environmentTemplatesobject will only containtotalmembers.
-
environments
public final ResourceCountsSummary environments()
The staleness counts for Proton environments in the Amazon Web Services account. The
environmentsobject will only containtotalmembers.- Returns:
- The staleness counts for Proton environments in the Amazon Web Services account. The
environmentsobject will only containtotalmembers.
-
pipelines
public final ResourceCountsSummary pipelines()
The staleness counts for Proton pipelines in the Amazon Web Services account.
- Returns:
- The staleness counts for Proton pipelines in the Amazon Web Services account.
-
serviceInstances
public final ResourceCountsSummary serviceInstances()
The staleness counts for Proton service instances in the Amazon Web Services account.
- Returns:
- The staleness counts for Proton service instances in the Amazon Web Services account.
-
serviceTemplates
public final ResourceCountsSummary serviceTemplates()
The total number of service templates in the Amazon Web Services account. The
serviceTemplatesobject will only containtotalmembers.- Returns:
- The total number of service templates in the Amazon Web Services account. The
serviceTemplatesobject will only containtotalmembers.
-
services
public final ResourceCountsSummary services()
The staleness counts for Proton services in the Amazon Web Services account.
- Returns:
- The staleness counts for Proton services in the Amazon Web Services account.
-
toBuilder
public CountsSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CountsSummary.Builder,CountsSummary>
-
builder
public static CountsSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends CountsSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-