@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Edge extends Object implements Serializable, Cloneable, StructuredPojo
An edge represents a directed connection between two Glue components that are part of the workflow the edge belongs to.
Constructor and Description |
---|
Edge() |
Modifier and Type | Method and Description |
---|---|
Edge |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationId()
The unique of the node within the workflow where the edge ends.
|
String |
getSourceId()
The unique of the node within the workflow where the edge starts.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDestinationId(String destinationId)
The unique of the node within the workflow where the edge ends.
|
void |
setSourceId(String sourceId)
The unique of the node within the workflow where the edge starts.
|
String |
toString()
Returns a string representation of this object.
|
Edge |
withDestinationId(String destinationId)
The unique of the node within the workflow where the edge ends.
|
Edge |
withSourceId(String sourceId)
The unique of the node within the workflow where the edge starts.
|
public void setSourceId(String sourceId)
The unique of the node within the workflow where the edge starts.
sourceId
- The unique of the node within the workflow where the edge starts.public String getSourceId()
The unique of the node within the workflow where the edge starts.
public Edge withSourceId(String sourceId)
The unique of the node within the workflow where the edge starts.
sourceId
- The unique of the node within the workflow where the edge starts.public void setDestinationId(String destinationId)
The unique of the node within the workflow where the edge ends.
destinationId
- The unique of the node within the workflow where the edge ends.public String getDestinationId()
The unique of the node within the workflow where the edge ends.
public Edge withDestinationId(String destinationId)
The unique of the node within the workflow where the edge ends.
destinationId
- The unique of the node within the workflow where the edge ends.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.