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