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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TemplateProgress.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe number of resources that failed the template generation.final IntegerThe number of resources that are still pending the template generation.final IntegerThe number of resources that are in-process for the template generation.final IntegerThe number of resources that succeeded the template generation.static Class<? extends TemplateProgress.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
resourcesSucceeded
The number of resources that succeeded the template generation.
- Returns:
- The number of resources that succeeded the template generation.
-
resourcesFailed
The number of resources that failed the template generation.
- Returns:
- The number of resources that failed the template generation.
-
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
The number of resources that are still pending the template generation.
- Returns:
- The number of resources that are still pending the template generation.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<TemplateProgress.Builder,TemplateProgress>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-