@Generated(value="software.amazon.awssdk:codegen") public final class WorkflowType extends Object implements SdkPojo, Serializable, 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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the workflow type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkflowType.Builder> |
serializableBuilderClass() |
WorkflowType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of the workflow type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
The combination of workflow type name and version must be unique with in a domain.
public String version()
The version of the workflow type.
The combination of workflow type name and version must be unique with in a domain.
The combination of workflow type name and version must be unique with in a domain.
public WorkflowType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkflowType.Builder,WorkflowType>public static WorkflowType.Builder builder()
public static Class<? extends WorkflowType.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.