@Generated(value="software.amazon.awssdk:codegen") public class WorkflowTypeInfo extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.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() |
Date |
creationDate()
The date when this type was registered.
|
Date |
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) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends WorkflowTypeInfo.Builder> |
serializableBuilderClass() |
String |
status()
The current status of the workflow type.
|
WorkflowTypeInfo.Builder |
toBuilder() |
String |
toString() |
WorkflowType |
workflowType()
The workflow type this information is about.
|
public WorkflowType workflowType()
The workflow type this information is about.
public String status()
The current status of the workflow type.
RegistrationStatuspublic String description()
The description of the type registered through RegisterWorkflowType.
public Date creationDate()
The date when this type was registered.
public Date 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowTypeInfo.Builder,WorkflowTypeInfo>public static WorkflowTypeInfo.Builder builder()
public static Class<? extends WorkflowTypeInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.