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 interface
TemplateProgress.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TemplateProgress.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Integer
resourcesFailed()
The number of resources that failed the template generation.Integer
resourcesPending()
The number of resources that are still pending the template generation.Integer
resourcesProcessing()
The number of resources that are in-process for the template generation.Integer
resourcesSucceeded()
The number of resources that succeeded the template generation.List<SdkField<?>>
sdkFields()
static Class<? extends TemplateProgress.Builder>
serializableBuilderClass()
TemplateProgress.Builder
toBuilder()
String
toString()
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-