@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CodeGenEdge extends Object implements Serializable, Cloneable, StructuredPojo
Represents a directional edge in a directed acyclic graph (DAG).
Constructor and Description |
---|
CodeGenEdge() |
Modifier and Type | Method and Description |
---|---|
CodeGenEdge |
clone() |
boolean |
equals(Object obj) |
String |
getSource()
The ID of the node at which the edge starts.
|
String |
getTarget()
The ID of the node at which the edge ends.
|
String |
getTargetParameter()
The target of the edge.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setSource(String source)
The ID of the node at which the edge starts.
|
void |
setTarget(String target)
The ID of the node at which the edge ends.
|
void |
setTargetParameter(String targetParameter)
The target of the edge.
|
String |
toString()
Returns a string representation of this object.
|
CodeGenEdge |
withSource(String source)
The ID of the node at which the edge starts.
|
CodeGenEdge |
withTarget(String target)
The ID of the node at which the edge ends.
|
CodeGenEdge |
withTargetParameter(String targetParameter)
The target of the edge.
|
public void setSource(String source)
The ID of the node at which the edge starts.
source
- The ID of the node at which the edge starts.public String getSource()
The ID of the node at which the edge starts.
public CodeGenEdge withSource(String source)
The ID of the node at which the edge starts.
source
- The ID of the node at which the edge starts.public void setTarget(String target)
The ID of the node at which the edge ends.
target
- The ID of the node at which the edge ends.public String getTarget()
The ID of the node at which the edge ends.
public CodeGenEdge withTarget(String target)
The ID of the node at which the edge ends.
target
- The ID of the node at which the edge ends.public void setTargetParameter(String targetParameter)
The target of the edge.
targetParameter
- The target of the edge.public String getTargetParameter()
The target of the edge.
public CodeGenEdge withTargetParameter(String targetParameter)
The target of the edge.
targetParameter
- The target of the edge.public String toString()
toString
in class Object
Object.toString()
public CodeGenEdge clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.