ToCopyableBuilder<CountOpenWorkflowExecutionsResponse.Builder,CountOpenWorkflowExecutionsResponse>
@Generated("software.amazon.awssdk:codegen") public class CountOpenWorkflowExecutionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CountOpenWorkflowExecutionsResponse.Builder,CountOpenWorkflowExecutionsResponse>
Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
Modifier and Type | Class | Description |
---|---|---|
static interface |
CountOpenWorkflowExecutionsResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CountOpenWorkflowExecutionsResponse.Builder,CountOpenWorkflowExecutionsResponse>
public static CountOpenWorkflowExecutionsResponse.Builder builder()
public static Class<? extends CountOpenWorkflowExecutionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.