Class ExecutionResult
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.ExecutionResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExecutionResult.Builder,ExecutionResult>
@Generated("software.amazon.awssdk:codegen") public final class ExecutionResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExecutionResult.Builder,ExecutionResult>
Specifies the end result of the flow run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExecutionResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExecutionResult.Builderbuilder()LongbytesProcessed()The total number of bytes processed by the flow run.LongbytesWritten()The total number of bytes written as a result of the flow run.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ErrorInfoerrorInfo()Provides any error message information related to the flow run.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongmaxPageSize()The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.LongnumParallelProcesses()The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.LongrecordsProcessed()The number of records processed in the flow run.List<SdkField<?>>sdkFields()static Class<? extends ExecutionResult.Builder>serializableBuilderClass()ExecutionResult.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
errorInfo
public final ErrorInfo errorInfo()
Provides any error message information related to the flow run.
- Returns:
- Provides any error message information related to the flow run.
-
bytesProcessed
public final Long bytesProcessed()
The total number of bytes processed by the flow run.
- Returns:
- The total number of bytes processed by the flow run.
-
bytesWritten
public final Long bytesWritten()
The total number of bytes written as a result of the flow run.
- Returns:
- The total number of bytes written as a result of the flow run.
-
recordsProcessed
public final Long recordsProcessed()
The number of records processed in the flow run.
- Returns:
- The number of records processed in the flow run.
-
numParallelProcesses
public final Long numParallelProcesses()
The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
- Returns:
- The number of processes that Amazon AppFlow ran at the same time when it retrieved your data.
-
maxPageSize
public final Long maxPageSize()
The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
- Returns:
- The maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
-
toBuilder
public ExecutionResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExecutionResult.Builder,ExecutionResult>
-
builder
public static ExecutionResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExecutionResult.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.
-
-