@Generated(value="software.amazon.awssdk:codegen") public final class FlowTemplateSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowTemplateSummary.Builder,FlowTemplateSummary>
An object that contains summary information about a workflow.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FlowTemplateSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the workflow.
|
static FlowTemplateSummary.Builder |
builder() |
Instant |
createdAt()
The date when the workflow was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the workflow.
|
Long |
revisionNumber()
The revision number of the workflow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FlowTemplateSummary.Builder> |
serializableBuilderClass() |
FlowTemplateSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String id()
The ID of the workflow.
public String arn()
The ARN of the workflow.
public Long revisionNumber()
The revision number of the workflow.
public Instant createdAt()
The date when the workflow was created.
public FlowTemplateSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FlowTemplateSummary.Builder,FlowTemplateSummary>public static FlowTemplateSummary.Builder builder()
public static Class<? extends FlowTemplateSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.