Class AppflowIntegrationWorkflowMetrics
- java.lang.Object
-
- software.amazon.awssdk.services.customerprofiles.model.AppflowIntegrationWorkflowMetrics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AppflowIntegrationWorkflowMetrics.Builder,AppflowIntegrationWorkflowMetrics>
@Generated("software.amazon.awssdk:codegen") public final class AppflowIntegrationWorkflowMetrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AppflowIntegrationWorkflowMetrics.Builder,AppflowIntegrationWorkflowMetrics>
Workflow specific execution metrics for
APPFLOW_INTEGRATIONworkflow.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAppflowIntegrationWorkflowMetrics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppflowIntegrationWorkflowMetrics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongrecordsProcessed()Number of records processed inAPPFLOW_INTEGRATIONworkflow.List<SdkField<?>>sdkFields()static Class<? extends AppflowIntegrationWorkflowMetrics.Builder>serializableBuilderClass()LongstepsCompleted()Total steps completed inAPPFLOW_INTEGRATIONworkflow.AppflowIntegrationWorkflowMetrics.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongtotalSteps()Total steps inAPPFLOW_INTEGRATIONworkflow.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
recordsProcessed
public final Long recordsProcessed()
Number of records processed in
APPFLOW_INTEGRATIONworkflow.- Returns:
- Number of records processed in
APPFLOW_INTEGRATIONworkflow.
-
stepsCompleted
public final Long stepsCompleted()
Total steps completed in
APPFLOW_INTEGRATIONworkflow.- Returns:
- Total steps completed in
APPFLOW_INTEGRATIONworkflow.
-
totalSteps
public final Long totalSteps()
Total steps in
APPFLOW_INTEGRATIONworkflow.- Returns:
- Total steps in
APPFLOW_INTEGRATIONworkflow.
-
toBuilder
public AppflowIntegrationWorkflowMetrics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AppflowIntegrationWorkflowMetrics.Builder,AppflowIntegrationWorkflowMetrics>
-
builder
public static AppflowIntegrationWorkflowMetrics.Builder builder()
-
serializableBuilderClass
public static Class<? extends AppflowIntegrationWorkflowMetrics.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-