@Generated(value="software.amazon.awssdk:codegen") public final class GetWorkflowResponse extends CustomerProfilesResponse implements ToCopyableBuilder<GetWorkflowResponse.Builder,GetWorkflowResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWorkflowResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
WorkflowAttributes |
attributes()
Attributes provided for workflow execution.
|
static GetWorkflowResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
errorDescription()
Workflow error messages during execution (if any).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
The timestamp that represents when workflow execution last updated.
|
WorkflowMetrics |
metrics()
Workflow specific execution metrics.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetWorkflowResponse.Builder> |
serializableBuilderClass() |
Instant |
startDate()
The timestamp that represents when workflow execution started.
|
Status |
status()
Status of workflow execution.
|
String |
statusAsString()
Status of workflow execution.
|
GetWorkflowResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workflowId()
Unique identifier for the workflow.
|
WorkflowType |
workflowType()
The type of workflow.
|
String |
workflowTypeAsString()
The type of workflow.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workflowId()
Unique identifier for the workflow.
public final WorkflowType workflowType()
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
If the service returns an enum value that is not available in the current SDK version, workflowType will
return WorkflowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
workflowTypeAsString().
WorkflowTypepublic final String workflowTypeAsString()
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
If the service returns an enum value that is not available in the current SDK version, workflowType will
return WorkflowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
workflowTypeAsString().
WorkflowTypepublic final Status status()
Status of workflow execution.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final String statusAsString()
Status of workflow execution.
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final String errorDescription()
Workflow error messages during execution (if any).
public final Instant startDate()
The timestamp that represents when workflow execution started.
public final Instant lastUpdatedAt()
The timestamp that represents when workflow execution last updated.
public final WorkflowAttributes attributes()
Attributes provided for workflow execution.
public final WorkflowMetrics metrics()
Workflow specific execution metrics.
public GetWorkflowResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWorkflowResponse.Builder,GetWorkflowResponse>toBuilder in class AwsResponsepublic static GetWorkflowResponse.Builder builder()
public static Class<? extends GetWorkflowResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.