@Generated(value="software.amazon.awssdk:codegen") public final class AppflowIntegrationWorkflowMetrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppflowIntegrationWorkflowMetrics.Builder,AppflowIntegrationWorkflowMetrics>
Workflow specific execution metrics for APPFLOW_INTEGRATION workflow.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AppflowIntegrationWorkflowMetrics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AppflowIntegrationWorkflowMetrics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
recordsProcessed()
Number of records processed in
APPFLOW_INTEGRATION workflow. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AppflowIntegrationWorkflowMetrics.Builder> |
serializableBuilderClass() |
Long |
stepsCompleted()
Total steps completed in
APPFLOW_INTEGRATION workflow. |
AppflowIntegrationWorkflowMetrics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalSteps()
Total steps in
APPFLOW_INTEGRATION workflow. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long recordsProcessed()
Number of records processed in APPFLOW_INTEGRATION workflow.
APPFLOW_INTEGRATION workflow.public final Long stepsCompleted()
Total steps completed in APPFLOW_INTEGRATION workflow.
APPFLOW_INTEGRATION workflow.public final Long totalSteps()
Total steps in APPFLOW_INTEGRATION workflow.
APPFLOW_INTEGRATION workflow.public AppflowIntegrationWorkflowMetrics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AppflowIntegrationWorkflowMetrics.Builder,AppflowIntegrationWorkflowMetrics>public static AppflowIntegrationWorkflowMetrics.Builder builder()
public static Class<? extends AppflowIntegrationWorkflowMetrics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.