@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryLineageResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| QueryLineageResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryLineageResult | clone() | 
| boolean | equals(Object obj) | 
| List<Edge> | getEdges()
 A list of edges that connect vertices in the response. | 
| String | getNextToken()
 Limits the number of vertices in the response. | 
| List<Vertex> | getVertices()
 A list of vertices connected to the start entity(ies) in the lineage graph. | 
| int | hashCode() | 
| void | setEdges(Collection<Edge> edges)
 A list of edges that connect vertices in the response. | 
| void | setNextToken(String nextToken)
 Limits the number of vertices in the response. | 
| void | setVertices(Collection<Vertex> vertices)
 A list of vertices connected to the start entity(ies) in the lineage graph. | 
| String | toString()Returns a string representation of this object. | 
| QueryLineageResult | withEdges(Collection<Edge> edges)
 A list of edges that connect vertices in the response. | 
| QueryLineageResult | withEdges(Edge... edges)
 A list of edges that connect vertices in the response. | 
| QueryLineageResult | withNextToken(String nextToken)
 Limits the number of vertices in the response. | 
| QueryLineageResult | withVertices(Collection<Vertex> vertices)
 A list of vertices connected to the start entity(ies) in the lineage graph. | 
| QueryLineageResult | withVertices(Vertex... vertices)
 A list of vertices connected to the start entity(ies) in the lineage graph. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Vertex> getVertices()
A list of vertices connected to the start entity(ies) in the lineage graph.
public void setVertices(Collection<Vertex> vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
vertices - A list of vertices connected to the start entity(ies) in the lineage graph.public QueryLineageResult withVertices(Vertex... vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
 NOTE: This method appends the values to the existing list (if any). Use
 setVertices(java.util.Collection) or withVertices(java.util.Collection) if you want to override
 the existing values.
 
vertices - A list of vertices connected to the start entity(ies) in the lineage graph.public QueryLineageResult withVertices(Collection<Vertex> vertices)
A list of vertices connected to the start entity(ies) in the lineage graph.
vertices - A list of vertices connected to the start entity(ies) in the lineage graph.public List<Edge> getEdges()
A list of edges that connect vertices in the response.
public void setEdges(Collection<Edge> edges)
A list of edges that connect vertices in the response.
edges - A list of edges that connect vertices in the response.public QueryLineageResult withEdges(Edge... edges)
A list of edges that connect vertices in the response.
 NOTE: This method appends the values to the existing list (if any). Use
 setEdges(java.util.Collection) or withEdges(java.util.Collection) if you want to override the
 existing values.
 
edges - A list of edges that connect vertices in the response.public QueryLineageResult withEdges(Collection<Edge> edges)
A list of edges that connect vertices in the response.
edges - A list of edges that connect vertices in the response.public void setNextToken(String nextToken)
 Limits the number of vertices in the response. Use the NextToken in a response to to retrieve the
 next page of results.
 
nextToken - Limits the number of vertices in the response. Use the NextToken in a response to to retrieve
        the next page of results.public String getNextToken()
 Limits the number of vertices in the response. Use the NextToken in a response to to retrieve the
 next page of results.
 
NextToken in a response to to
         retrieve the next page of results.public QueryLineageResult withNextToken(String nextToken)
 Limits the number of vertices in the response. Use the NextToken in a response to to retrieve the
 next page of results.
 
nextToken - Limits the number of vertices in the response. Use the NextToken in a response to to retrieve
        the next page of results.public String toString()
toString in class ObjectObject.toString()public QueryLineageResult clone()