@Generated(value="software.amazon.awssdk:codegen") public final class CountPendingDecisionTasksResponse extends SwfResponse implements ToCopyableBuilder<CountPendingDecisionTasksResponse.Builder,CountPendingDecisionTasksResponse>
Contains the count of tasks in a task list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CountPendingDecisionTasksResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CountPendingDecisionTasksResponse.Builder |
builder() |
Integer |
count()
The number of tasks in the task list.
|
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 CountPendingDecisionTasksResponse.Builder> |
serializableBuilderClass() |
CountPendingDecisionTasksResponse.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 tasks in the task list.
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 CountPendingDecisionTasksResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CountPendingDecisionTasksResponse.Builder,CountPendingDecisionTasksResponse>toBuilder in class AwsResponsepublic static CountPendingDecisionTasksResponse.Builder builder()
public static Class<? extends CountPendingDecisionTasksResponse.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.