@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String source()
The ID of the node at which the edge starts.
public String target()
The ID of the node at which the edge ends.
public String targetParameter()
The target of the edge.
public CodeGenEdge.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CodeGenEdge.Builder,CodeGenEdge>
public static CodeGenEdge.Builder builder()
public static Class<? extends CodeGenEdge.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.