Interface CountPendingDecisionTasksResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CountPendingDecisionTasksResponse.Builder,,- CountPendingDecisionTasksResponse> - SdkBuilder<CountPendingDecisionTasksResponse.Builder,,- CountPendingDecisionTasksResponse> - SdkPojo,- SdkResponse.Builder,- SwfResponse.Builder
- Enclosing class:
- CountPendingDecisionTasksResponse
@Mutable
@NotThreadSafe
public static interface CountPendingDecisionTasksResponse.Builder
extends SwfResponse.Builder, SdkPojo, CopyableBuilder<CountPendingDecisionTasksResponse.Builder,CountPendingDecisionTasksResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe number of tasks in the task list.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.swf.model.SwfResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
countThe number of tasks in the task list. - Parameters:
- count- The number of tasks in the task list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
truncatedIf 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. - Parameters:
- 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-