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