@Generated(value="software.amazon.awssdk:codegen") public final class WorkflowTypeInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkflowTypeInfo.Builder,WorkflowTypeInfo>
Contains information about a workflow type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowTypeInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowTypeInfo.Builder |
builder() |
Instant |
creationDate()
The date when this type was registered.
|
Instant |
deprecationDate()
If the type is in deprecated state, then it is set to the date when the type was deprecated.
|
String |
description()
The description of the 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 WorkflowTypeInfo.Builder> |
serializableBuilderClass() |
RegistrationStatus |
status()
The current status of the workflow type.
|
String |
statusAsString()
The current status of the workflow type.
|
WorkflowTypeInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WorkflowType |
workflowType()
The workflow type this information is about.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic WorkflowType workflowType()
The workflow type this information is about.
public RegistrationStatus status()
The current status of the workflow type.
If the service returns an enum value that is not available in the current SDK version, status will
return RegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RegistrationStatuspublic String statusAsString()
The current status of the workflow type.
If the service returns an enum value that is not available in the current SDK version, status will
return RegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
RegistrationStatuspublic String description()
The description of the type registered through RegisterWorkflowType.
public Instant creationDate()
The date when this type was registered.
public Instant deprecationDate()
If the type is in deprecated state, then it is set to the date when the type was deprecated.
public WorkflowTypeInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkflowTypeInfo.Builder,WorkflowTypeInfo>public static WorkflowTypeInfo.Builder builder()
public static Class<? extends WorkflowTypeInfo.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.