@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataflowGraphResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDataflowGraphResult() |
Modifier and Type | Method and Description |
---|---|
GetDataflowGraphResult |
clone() |
boolean |
equals(Object obj) |
List<CodeGenEdge> |
getDagEdges()
A list of the edges in the resulting DAG.
|
List<CodeGenNode> |
getDagNodes()
A list of the nodes in the resulting DAG.
|
int |
hashCode() |
void |
setDagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the resulting DAG.
|
void |
setDagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the resulting DAG.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetDataflowGraphResult |
withDagEdges(CodeGenEdge... dagEdges)
A list of the edges in the resulting DAG.
|
GetDataflowGraphResult |
withDagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the resulting DAG.
|
GetDataflowGraphResult |
withDagNodes(CodeGenNode... dagNodes)
A list of the nodes in the resulting DAG.
|
GetDataflowGraphResult |
withDagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the resulting DAG.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CodeGenNode> getDagNodes()
A list of the nodes in the resulting DAG.
public void setDagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the resulting DAG.
dagNodes
- A list of the nodes in the resulting DAG.public GetDataflowGraphResult withDagNodes(CodeGenNode... dagNodes)
A list of the nodes in the resulting DAG.
NOTE: This method appends the values to the existing list (if any). Use
setDagNodes(java.util.Collection)
or withDagNodes(java.util.Collection)
if you want to override
the existing values.
dagNodes
- A list of the nodes in the resulting DAG.public GetDataflowGraphResult withDagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the resulting DAG.
dagNodes
- A list of the nodes in the resulting DAG.public List<CodeGenEdge> getDagEdges()
A list of the edges in the resulting DAG.
public void setDagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the resulting DAG.
dagEdges
- A list of the edges in the resulting DAG.public GetDataflowGraphResult withDagEdges(CodeGenEdge... dagEdges)
A list of the edges in the resulting DAG.
NOTE: This method appends the values to the existing list (if any). Use
setDagEdges(java.util.Collection)
or withDagEdges(java.util.Collection)
if you want to override
the existing values.
dagEdges
- A list of the edges in the resulting DAG.public GetDataflowGraphResult withDagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the resulting DAG.
dagEdges
- A list of the edges in the resulting DAG.public String toString()
toString
in class Object
Object.toString()
public GetDataflowGraphResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.