@Generated(value="software.amazon.awssdk:codegen") public final class ListWorkflowsRequest extends TransferRequest implements ToCopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListWorkflowsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListWorkflowsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Specifies the maximum number of workflows to return.
|
String |
nextToken()
ListWorkflows returns the NextToken parameter in the output. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListWorkflowsRequest.Builder> |
serializableBuilderClass() |
ListWorkflowsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
Specifies the maximum number of workflows to return.
public final String nextToken()
ListWorkflows returns the NextToken parameter in the output. You can then pass the
NextToken parameter in a subsequent command to continue listing additional workflows.
ListWorkflows returns the NextToken parameter in the output. You can then pass
the NextToken parameter in a subsequent command to continue listing additional workflows.public ListWorkflowsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>toBuilder in class TransferRequestpublic static ListWorkflowsRequest.Builder builder()
public static Class<? extends ListWorkflowsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.