Class TemplateProgress
- java.lang.Object
-
- software.amazon.awssdk.services.cloudformation.model.TemplateProgress
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TemplateProgress.Builder,TemplateProgress>
@Generated("software.amazon.awssdk:codegen") public final class TemplateProgress extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateProgress.Builder,TemplateProgress>
A summary of the progress of the template generation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTemplateProgress.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TemplateProgress.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerresourcesFailed()The number of resources that failed the template generation.IntegerresourcesPending()The number of resources that are still pending the template generation.IntegerresourcesProcessing()The number of resources that are in-process for the template generation.IntegerresourcesSucceeded()The number of resources that succeeded the template generation.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TemplateProgress.Builder>serializableBuilderClass()TemplateProgress.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
-
resourcesSucceeded
public final Integer resourcesSucceeded()
The number of resources that succeeded the template generation.
- Returns:
- The number of resources that succeeded the template generation.
-
resourcesFailed
public final Integer resourcesFailed()
The number of resources that failed the template generation.
- Returns:
- The number of resources that failed the template generation.
-
resourcesProcessing
public final Integer resourcesProcessing()
The number of resources that are in-process for the template generation.
- Returns:
- The number of resources that are in-process for the template generation.
-
resourcesPending
public final Integer resourcesPending()
The number of resources that are still pending the template generation.
- Returns:
- The number of resources that are still pending the template generation.
-
toBuilder
public TemplateProgress.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TemplateProgress.Builder,TemplateProgress>
-
builder
public static TemplateProgress.Builder builder()
-
serializableBuilderClass
public static Class<? extends TemplateProgress.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-