@Generated(value="software.amazon.awssdk:codegen") public final class ListWorkflowExecutionsRequest extends ImagebuilderRequest implements ToCopyableBuilder<ListWorkflowExecutionsRequest.Builder,ListWorkflowExecutionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListWorkflowExecutionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListWorkflowExecutionsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageBuildVersionArn()
List all workflow runtime instances for the specified image build version resource ARN.
|
Integer |
maxResults()
The maximum items to return in a request.
|
String |
nextToken()
A token to specify where to start paginating.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListWorkflowExecutionsRequest.Builder> |
serializableBuilderClass() |
ListWorkflowExecutionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum items to return in a request.
public final String nextToken()
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
public final String imageBuildVersionArn()
List all workflow runtime instances for the specified image build version resource ARN.
public ListWorkflowExecutionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListWorkflowExecutionsRequest.Builder,ListWorkflowExecutionsRequest>toBuilder in class ImagebuilderRequestpublic static ListWorkflowExecutionsRequest.Builder builder()
public static Class<? extends ListWorkflowExecutionsRequest.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.