@Generated(value="software.amazon.awssdk:codegen") public final class CountsSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CountsSummary.Builder,CountsSummary>
Summary counts of each Proton resource type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CountsSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CountsSummary.Builder |
builder() |
ResourceCountsSummary |
components()
The total number of components in the Amazon Web Services account.
|
ResourceCountsSummary |
environments()
The staleness counts for Proton environments in the Amazon Web Services account.
|
ResourceCountsSummary |
environmentTemplates()
The total number of environment templates in the Amazon Web Services account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ResourceCountsSummary |
pipelines()
The staleness counts for Proton pipelines in the Amazon Web Services account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CountsSummary.Builder> |
serializableBuilderClass() |
ResourceCountsSummary |
serviceInstances()
The staleness counts for Proton service instances in the Amazon Web Services account.
|
ResourceCountsSummary |
services()
The staleness counts for Proton services in the Amazon Web Services account.
|
ResourceCountsSummary |
serviceTemplates()
The total number of service templates in the Amazon Web Services account.
|
CountsSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResourceCountsSummary components()
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.
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.
public final ResourceCountsSummary environmentTemplates()
The total number of environment templates in the Amazon Web Services account. The
environmentTemplates object will only contain total members.
environmentTemplates object will only contain total members.public final ResourceCountsSummary environments()
The staleness counts for Proton environments in the Amazon Web Services account. The environments
object will only contain total members.
environments object will only contain total members.public final ResourceCountsSummary pipelines()
The staleness counts for Proton pipelines in the Amazon Web Services account.
public final ResourceCountsSummary serviceInstances()
The staleness counts for Proton service instances in the Amazon Web Services account.
public final ResourceCountsSummary serviceTemplates()
The total number of service templates in the Amazon Web Services account. The serviceTemplates
object will only contain total members.
serviceTemplates object will only contain total members.public final ResourceCountsSummary services()
The staleness counts for Proton services in the Amazon Web Services account.
public CountsSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CountsSummary.Builder,CountsSummary>public static CountsSummary.Builder builder()
public static Class<? extends CountsSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.