@Generated(value="software.amazon.awssdk:codegen") public final class DescribeFlowExecutionRecordsRequest extends AppflowRequest implements ToCopyableBuilder<DescribeFlowExecutionRecordsRequest.Builder,DescribeFlowExecutionRecordsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeFlowExecutionRecordsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFlowExecutionRecordsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flowName()
The specified name of the flow.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Specifies the maximum number of items that should be returned in the result set.
|
String |
nextToken()
The pagination token for the next page of data.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeFlowExecutionRecordsRequest.Builder> |
serializableBuilderClass() |
DescribeFlowExecutionRecordsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String flowName()
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
public final Integer maxResults()
Specifies the maximum number of items that should be returned in the result set. The default for
maxResults is 20 (for all paginated API operations).
maxResults is 20 (for all paginated API operations).public final String nextToken()
The pagination token for the next page of data.
public DescribeFlowExecutionRecordsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeFlowExecutionRecordsRequest.Builder,DescribeFlowExecutionRecordsRequest>toBuilder in class AppflowRequestpublic static DescribeFlowExecutionRecordsRequest.Builder builder()
public static Class<? extends DescribeFlowExecutionRecordsRequest.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.