@Generated(value="software.amazon.awssdk:codegen") public final class ListWorkflowStepExecutionsRequest extends ImagebuilderRequest implements ToCopyableBuilder<ListWorkflowStepExecutionsRequest.Builder,ListWorkflowStepExecutionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListWorkflowStepExecutionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListWorkflowStepExecutionsRequest.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 items to return in a request.
|
String |
nextToken()
A token to specify where to start paginating.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListWorkflowStepExecutionsRequest.Builder> |
serializableBuilderClass() |
ListWorkflowStepExecutionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workflowExecutionId()
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
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 workflowExecutionId()
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
public ListWorkflowStepExecutionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListWorkflowStepExecutionsRequest.Builder,ListWorkflowStepExecutionsRequest>toBuilder in class ImagebuilderRequestpublic static ListWorkflowStepExecutionsRequest.Builder builder()
public static Class<? extends ListWorkflowStepExecutionsRequest.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.