ToCopyableBuilder<CountPendingDecisionTasksResponse.Builder,CountPendingDecisionTasksResponse>
@Generated("software.amazon.awssdk:codegen") public class CountPendingDecisionTasksResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CountPendingDecisionTasksResponse.Builder,CountPendingDecisionTasksResponse>
Contains the count of tasks in a task list.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CountPendingDecisionTasksResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
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, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CountPendingDecisionTasksResponse.Builder,CountPendingDecisionTasksResponse>
public static CountPendingDecisionTasksResponse.Builder builder()
public static Class<? extends CountPendingDecisionTasksResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.