@Generated(value="software.amazon.awssdk:codegen") public final class CountOpenWorkflowExecutionsResponse extends SwfResponse implements 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CountOpenWorkflowExecutionsResponse.Builder> |
serializableBuilderClass() |
CountOpenWorkflowExecutionsResponse.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 final Integer count()
The number of workflow executions.
public final 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 ToCopyableBuilder<CountOpenWorkflowExecutionsResponse.Builder,CountOpenWorkflowExecutionsResponse>toBuilder in class AwsResponsepublic static CountOpenWorkflowExecutionsResponse.Builder builder()
public static Class<? extends CountOpenWorkflowExecutionsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.