@Generated(value="software.amazon.awssdk:codegen") public final class ListedWorkflow extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListedWorkflow.Builder,ListedWorkflow>
Contains the identifier, text description, and Amazon Resource Name (ARN) for the workflow.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListedWorkflow.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
Specifies the unique Amazon Resource Name (ARN) for the workflow.
|
static ListedWorkflow.Builder |
builder() |
String |
description()
Specifies the text description for the workflow.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListedWorkflow.Builder> |
serializableBuilderClass() |
ListedWorkflow.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workflowId()
A unique identifier for the workflow.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workflowId()
A unique identifier for the workflow.
public final String description()
Specifies the text description for the workflow.
public final String arn()
Specifies the unique Amazon Resource Name (ARN) for the workflow.
public ListedWorkflow.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListedWorkflow.Builder,ListedWorkflow>public static ListedWorkflow.Builder builder()
public static Class<? extends ListedWorkflow.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.