@Generated(value="software.amazon.awssdk:codegen") public final class ListWorkflowsRequest extends OmicsRequest 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()
The maximum number of workflows to return in one page of results.
|
String |
name()
The workflows' name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListWorkflowsRequest.Builder> |
serializableBuilderClass() |
String |
startingToken()
Specify the pagination token from a previous request to retrieve the next page of results.
|
ListWorkflowsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WorkflowType |
type()
The workflows' type.
|
String |
typeAsString()
The workflows' type.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final WorkflowType type()
The workflows' type.
If the service returns an enum value that is not available in the current SDK version, type will return
WorkflowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
WorkflowTypepublic final String typeAsString()
The workflows' type.
If the service returns an enum value that is not available in the current SDK version, type will return
WorkflowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
WorkflowTypepublic final String name()
The workflows' name.
public final String startingToken()
Specify the pagination token from a previous request to retrieve the next page of results.
public final Integer maxResults()
The maximum number of workflows to return in one page of results.
public ListWorkflowsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>toBuilder in class OmicsRequestpublic 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.