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