@Generated(value="software.amazon.awssdk:codegen") public final class ResourceCountsSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResourceCountsSummary.Builder,ResourceCountsSummary>
Summary counts of each Proton resource types.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResourceCountsSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
behindMajor()
The number of resources of this type in the Amazon Web Services account that need a major template version
update.
|
Integer |
behindMinor()
The number of resources of this type in the Amazon Web Services account that need a minor template version
update.
|
static ResourceCountsSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failed()
The number of resources of this type in the Amazon Web Services account that failed to deploy.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResourceCountsSummary.Builder> |
serializableBuilderClass() |
ResourceCountsSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
total()
The total number of resources of this type in the Amazon Web Services account.
|
Integer |
upToDate()
The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer behindMajor()
The number of resources of this type in the Amazon Web Services account that need a major template version update.
public final Integer behindMinor()
The number of resources of this type in the Amazon Web Services account that need a minor template version update.
public final Integer failed()
The number of resources of this type in the Amazon Web Services account that failed to deploy.
public final Integer total()
The total number of resources of this type in the Amazon Web Services account.
public final Integer upToDate()
The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
public ResourceCountsSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResourceCountsSummary.Builder,ResourceCountsSummary>public static ResourceCountsSummary.Builder builder()
public static Class<? extends ResourceCountsSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.