@Generated(value="software.amazon.awssdk:codegen") public class CodeGenEdge extends Object implements StructuredPojo, 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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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() |
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CodeGenEdge.Builder,CodeGenEdge>public static CodeGenEdge.Builder builder()
public static Class<? extends CodeGenEdge.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.