@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)
Marshalls this structured data using the given
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; useful for testing and debugging.
|
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.