@Generated(value="software.amazon.awssdk:codegen") public final class DescribeWorkflowTypeResponse extends SwfResponse implements ToCopyableBuilder<DescribeWorkflowTypeResponse.Builder,DescribeWorkflowTypeResponse>
Contains details about a workflow type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeWorkflowTypeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeWorkflowTypeResponse.Builder |
builder() |
WorkflowTypeConfiguration |
configuration()
Configuration settings of the workflow type registered through RegisterWorkflowType
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeWorkflowTypeResponse.Builder> |
serializableBuilderClass() |
DescribeWorkflowTypeResponse.Builder |
toBuilder() |
String |
toString() |
WorkflowTypeInfo |
typeInfo()
General information about the workflow type.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic WorkflowTypeInfo typeInfo()
General information about the workflow type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
REGISTERED – The type is registered and available. Workers supporting this type should be running.
DEPRECATED – The type was deprecated using DeprecateWorkflowType, but is still in use. You
should keep workers supporting this type running. You cannot create new workflow executions of this type.
The status of the workflow type (returned in the WorkflowTypeInfo structure) can be one of the following.
REGISTERED – The type is registered and available. Workers supporting this type should be
running.
DEPRECATED – The type was deprecated using DeprecateWorkflowType, but is still in
use. You should keep workers supporting this type running. You cannot create new workflow executions of
this type.
public WorkflowTypeConfiguration configuration()
Configuration settings of the workflow type registered through RegisterWorkflowType
public DescribeWorkflowTypeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeWorkflowTypeResponse.Builder,DescribeWorkflowTypeResponse>toBuilder in class AwsResponsepublic static DescribeWorkflowTypeResponse.Builder builder()
public static Class<? extends DescribeWorkflowTypeResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.