@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TemplateProgress extends Object implements Serializable, Cloneable
A summary of the progress of the template generation.
Constructor and Description |
---|
TemplateProgress() |
Modifier and Type | Method and Description |
---|---|
TemplateProgress |
clone() |
boolean |
equals(Object obj) |
Integer |
getResourcesFailed()
The number of resources that failed the template generation.
|
Integer |
getResourcesPending()
The number of resources that are still pending the template generation.
|
Integer |
getResourcesProcessing()
The number of resources that are in-process for the template generation.
|
Integer |
getResourcesSucceeded()
The number of resources that succeeded the template generation.
|
int |
hashCode() |
void |
setResourcesFailed(Integer resourcesFailed)
The number of resources that failed the template generation.
|
void |
setResourcesPending(Integer resourcesPending)
The number of resources that are still pending the template generation.
|
void |
setResourcesProcessing(Integer resourcesProcessing)
The number of resources that are in-process for the template generation.
|
void |
setResourcesSucceeded(Integer resourcesSucceeded)
The number of resources that succeeded the template generation.
|
String |
toString()
Returns a string representation of this object.
|
TemplateProgress |
withResourcesFailed(Integer resourcesFailed)
The number of resources that failed the template generation.
|
TemplateProgress |
withResourcesPending(Integer resourcesPending)
The number of resources that are still pending the template generation.
|
TemplateProgress |
withResourcesProcessing(Integer resourcesProcessing)
The number of resources that are in-process for the template generation.
|
TemplateProgress |
withResourcesSucceeded(Integer resourcesSucceeded)
The number of resources that succeeded the template generation.
|
public void setResourcesSucceeded(Integer resourcesSucceeded)
The number of resources that succeeded the template generation.
resourcesSucceeded
- The number of resources that succeeded the template generation.public Integer getResourcesSucceeded()
The number of resources that succeeded the template generation.
public TemplateProgress withResourcesSucceeded(Integer resourcesSucceeded)
The number of resources that succeeded the template generation.
resourcesSucceeded
- The number of resources that succeeded the template generation.public void setResourcesFailed(Integer resourcesFailed)
The number of resources that failed the template generation.
resourcesFailed
- The number of resources that failed the template generation.public Integer getResourcesFailed()
The number of resources that failed the template generation.
public TemplateProgress withResourcesFailed(Integer resourcesFailed)
The number of resources that failed the template generation.
resourcesFailed
- The number of resources that failed the template generation.public void setResourcesProcessing(Integer resourcesProcessing)
The number of resources that are in-process for the template generation.
resourcesProcessing
- The number of resources that are in-process for the template generation.public Integer getResourcesProcessing()
The number of resources that are in-process for the template generation.
public TemplateProgress withResourcesProcessing(Integer resourcesProcessing)
The number of resources that are in-process for the template generation.
resourcesProcessing
- The number of resources that are in-process for the template generation.public void setResourcesPending(Integer resourcesPending)
The number of resources that are still pending the template generation.
resourcesPending
- The number of resources that are still pending the template generation.public Integer getResourcesPending()
The number of resources that are still pending the template generation.
public TemplateProgress withResourcesPending(Integer resourcesPending)
The number of resources that are still pending the template generation.
resourcesPending
- The number of resources that are still pending the template generation.public String toString()
toString
in class Object
Object.toString()
public TemplateProgress clone()