@Generated(value="software.amazon.awssdk:codegen") public class CountClosedWorkflowExecutionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CountClosedWorkflowExecutionsResponse.Builder,CountClosedWorkflowExecutionsResponse>
Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
| Modifier and Type | Class and Description |
|---|---|
static interface |
CountClosedWorkflowExecutionsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CountClosedWorkflowExecutionsResponse.Builder |
builder() |
Integer |
count()
The number of workflow executions.
|
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends CountClosedWorkflowExecutionsResponse.Builder> |
serializableBuilderClass() |
CountClosedWorkflowExecutionsResponse.Builder |
toBuilder() |
String |
toString() |
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.
|
setSdkHttpMetadata, setSdkResponseMetadatapublic Integer count()
The number of workflow executions.
public 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.
public CountClosedWorkflowExecutionsResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CountClosedWorkflowExecutionsResponse.Builder,CountClosedWorkflowExecutionsResponse>public static CountClosedWorkflowExecutionsResponse.Builder builder()
public static Class<? extends CountClosedWorkflowExecutionsResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.