@Generated(value="software.amazon.awssdk:codegen") public final class CodeGenEdge extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CodeGenEdge.Builder,CodeGenEdge>
Represents a directional edge in a directed acyclic graph (DAG).
| Modifier and Type | Class and Description |
|---|---|
static interface |
CodeGenEdge.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CodeGenEdge.Builder |
builder() |
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 CodeGenEdge.Builder> |
serializableBuilderClass() |
String |
source()
The ID of the node at which the edge starts.
|
String |
target()
The ID of the node at which the edge ends.
|
String |
targetParameter()
The target of the edge.
|
CodeGenEdge.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String source()
The ID of the node at which the edge starts.
public final String target()
The ID of the node at which the edge ends.
public final String targetParameter()
The target of the edge.
public CodeGenEdge.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CodeGenEdge.Builder,CodeGenEdge>public static CodeGenEdge.Builder builder()
public static Class<? extends CodeGenEdge.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.