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