@Generated(value="software.amazon.awssdk:codegen") public class ListWorkflowTypesResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListWorkflowTypesResponse.Builder,ListWorkflowTypesResponse>
Contains a paginated list of information structures about workflow types.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListWorkflowTypesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListWorkflowTypesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
nextPageToken()
If a
NextPageToken was returned by a previous call, there are more results available. |
static Class<? extends ListWorkflowTypesResponse.Builder> |
serializableBuilderClass() |
ListWorkflowTypesResponse.Builder |
toBuilder() |
String |
toString() |
List<WorkflowTypeInfo> |
typeInfos()
The list of workflow type information.
|
setSdkHttpMetadata, setSdkResponseMetadatapublic List<WorkflowTypeInfo> typeInfos()
The list of workflow type information.
public String nextPageToken()
If a NextPageToken was returned by a previous call, there are more results available. To retrieve
the next page of results, make the call again using the returned token in nextPageToken. Keep all
other arguments unchanged.
The configured maximumPageSize determines how many results can be returned in a single call.
NextPageToken was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in
nextPageToken. Keep all other arguments unchanged.
The configured maximumPageSize determines how many results can be returned in a single call.
public ListWorkflowTypesResponse.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListWorkflowTypesResponse.Builder,ListWorkflowTypesResponse>public static ListWorkflowTypesResponse.Builder builder()
public static Class<? extends ListWorkflowTypesResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.