@Generated(value="software.amazon.awssdk:codegen") public final class CountClosedWorkflowExecutionsResponse extends SwfResponse implements 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CountClosedWorkflowExecutionsResponse.Builder> |
serializableBuilderClass() |
CountClosedWorkflowExecutionsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 ToCopyableBuilder<CountClosedWorkflowExecutionsResponse.Builder,CountClosedWorkflowExecutionsResponse>toBuilder in class AwsResponsepublic static CountClosedWorkflowExecutionsResponse.Builder builder()
public static Class<? extends CountClosedWorkflowExecutionsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.