@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Vertex extends Object implements Serializable, Cloneable, StructuredPojo
A lineage entity connected to the starting entity(ies).
| Constructor and Description |
|---|
Vertex() |
| Modifier and Type | Method and Description |
|---|---|
Vertex |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the lineage entity resource.
|
String |
getLineageType()
The type of resource of the lineage entity.
|
String |
getType()
The type of the lineage entity resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the lineage entity resource.
|
void |
setLineageType(String lineageType)
The type of resource of the lineage entity.
|
void |
setType(String type)
The type of the lineage entity resource.
|
String |
toString()
Returns a string representation of this object.
|
Vertex |
withArn(String arn)
The Amazon Resource Name (ARN) of the lineage entity resource.
|
Vertex |
withLineageType(LineageType lineageType)
The type of resource of the lineage entity.
|
Vertex |
withLineageType(String lineageType)
The type of resource of the lineage entity.
|
Vertex |
withType(String type)
The type of the lineage entity resource.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the lineage entity resource.
arn - The Amazon Resource Name (ARN) of the lineage entity resource.public String getArn()
The Amazon Resource Name (ARN) of the lineage entity resource.
public Vertex withArn(String arn)
The Amazon Resource Name (ARN) of the lineage entity resource.
arn - The Amazon Resource Name (ARN) of the lineage entity resource.public void setType(String type)
The type of the lineage entity resource. For example: DataSet, Model,
Endpoint, etc...
type - The type of the lineage entity resource. For example: DataSet, Model,
Endpoint, etc...public String getType()
The type of the lineage entity resource. For example: DataSet, Model,
Endpoint, etc...
DataSet, Model,
Endpoint, etc...public Vertex withType(String type)
The type of the lineage entity resource. For example: DataSet, Model,
Endpoint, etc...
type - The type of the lineage entity resource. For example: DataSet, Model,
Endpoint, etc...public void setLineageType(String lineageType)
The type of resource of the lineage entity.
lineageType - The type of resource of the lineage entity.LineageTypepublic String getLineageType()
The type of resource of the lineage entity.
LineageTypepublic Vertex withLineageType(String lineageType)
The type of resource of the lineage entity.
lineageType - The type of resource of the lineage entity.LineageTypepublic Vertex withLineageType(LineageType lineageType)
The type of resource of the lineage entity.
lineageType - The type of resource of the lineage entity.LineageTypepublic String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.