@Generated(value="software.amazon.awssdk:codegen") public class CountPendingActivityTasksResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.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) |
int |
hashCode() |
static Class<? extends CountPendingActivityTasksResponse.Builder> |
serializableBuilderClass() |
CountPendingActivityTasksResponse.Builder |
toBuilder() |
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, setSdkResponseMetadatapublic 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<CountPendingActivityTasksResponse.Builder,CountPendingActivityTasksResponse>public static CountPendingActivityTasksResponse.Builder builder()
public static Class<? extends CountPendingActivityTasksResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.