@Generated(value="software.amazon.awssdk:codegen") public final class GetWorkflowExecutionHistoryRequest extends SwfRequest implements ToCopyableBuilder<GetWorkflowExecutionHistoryRequest.Builder,GetWorkflowExecutionHistoryRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWorkflowExecutionHistoryRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetWorkflowExecutionHistoryRequest.Builder |
builder() |
String |
domain()
The name of the domain containing the workflow execution.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
WorkflowExecution |
execution()
Specifies the workflow execution for which to return the history.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maximumPageSize()
The maximum number of results that are returned per call.
|
String |
nextPageToken()
If
NextPageToken is returned there are more results available. |
Boolean |
reverseOrder()
When set to
true, returns the events in reverse order. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetWorkflowExecutionHistoryRequest.Builder> |
serializableBuilderClass() |
GetWorkflowExecutionHistoryRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domain()
The name of the domain containing the workflow execution.
public final WorkflowExecution execution()
Specifies the workflow execution for which to return the history.
public final String nextPageToken()
If NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 60
seconds. Using an expired pagination token will return a 400 error: "
Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in a single call.
NextPageToken is returned there are more results available. The value of
NextPageToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 60 seconds. Using an expired pagination token will return a 400 error: "
Specified token has exceeded its maximum lifetime".
The configured maximumPageSize determines how many results can be returned in a single call.
public final Integer maximumPageSize()
The maximum number of results that are returned per call. Use nextPageToken to obtain further pages
of results.
nextPageToken to obtain
further pages of results.public final Boolean reverseOrder()
When set to true, returns the events in reverse order. By default the results are returned in
ascending order of the eventTimeStamp of the events.
true, returns the events in reverse order. By default the results are returned
in ascending order of the eventTimeStamp of the events.public GetWorkflowExecutionHistoryRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWorkflowExecutionHistoryRequest.Builder,GetWorkflowExecutionHistoryRequest>toBuilder in class SwfRequestpublic static GetWorkflowExecutionHistoryRequest.Builder builder()
public static Class<? extends GetWorkflowExecutionHistoryRequest.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 © 2021. All rights reserved.