@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkflowExecutionCount extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
Constructor and Description |
---|
WorkflowExecutionCount() |
Modifier and Type | Method and Description |
---|---|
WorkflowExecutionCount |
clone() |
boolean |
equals(Object obj) |
Integer |
getCount()
The number of workflow executions.
|
Boolean |
getTruncated()
If set to true, indicates that the actual count was more than the maximum supported by this API and the count
returned is the truncated value.
|
int |
hashCode() |
Boolean |
isTruncated()
If set to true, indicates that the actual count was more than the maximum supported by this API and the count
returned is the truncated value.
|
void |
setCount(Integer count)
The number of workflow executions.
|
void |
setTruncated(Boolean truncated)
If set to true, indicates that the actual count was more than the maximum supported by this API and the count
returned is the truncated value.
|
String |
toString()
Returns a string representation of this object.
|
WorkflowExecutionCount |
withCount(Integer count)
The number of workflow executions.
|
WorkflowExecutionCount |
withTruncated(Boolean truncated)
If set to true, indicates that the actual count was more than the maximum supported by this API and the count
returned is the truncated value.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCount(Integer count)
The number of workflow executions.
count
- The number of workflow executions.public Integer getCount()
The number of workflow executions.
public WorkflowExecutionCount withCount(Integer count)
The number of workflow executions.
count
- The number of workflow executions.public void setTruncated(Boolean truncated)
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
truncated
- If set to true, indicates that the actual count was more than the maximum supported by this API and the
count returned is the truncated value.public Boolean getTruncated()
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
public WorkflowExecutionCount withTruncated(Boolean truncated)
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
truncated
- If set to true, indicates that the actual count was more than the maximum supported by this API and the
count returned is the truncated value.public Boolean isTruncated()
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
public String toString()
toString
in class Object
Object.toString()
public WorkflowExecutionCount clone()