@Generated(value="software.amazon.awssdk:codegen") public class WorkflowType extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowType.Builder,WorkflowType>
Represents a workflow type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowType.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
name()
Required. The name of the workflow type.
|
static Class<? extends WorkflowType.Builder> |
serializableBuilderClass() |
WorkflowType.Builder |
toBuilder() |
String |
toString() |
String |
version()
Required. The version of the workflow type.
|
public String name()
Required. The name of the workflow type.
public String version()
Required. The version of the workflow type.
public WorkflowType.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<WorkflowType.Builder,WorkflowType>public static WorkflowType.Builder builder()
public static Class<? extends WorkflowType.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.