@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LineageNodeReference extends Object implements Serializable, Cloneable, StructuredPojo
The reference details for the data lineage node.
Constructor and Description |
---|
LineageNodeReference() |
Modifier and Type | Method and Description |
---|---|
LineageNodeReference |
clone() |
boolean |
equals(Object obj) |
Date |
getEventTimestamp()
The event timestamp of the data lineage node.
|
String |
getId()
The ID of the data lineage node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEventTimestamp(Date eventTimestamp)
The event timestamp of the data lineage node.
|
void |
setId(String id)
The ID of the data lineage node.
|
String |
toString()
Returns a string representation of this object.
|
LineageNodeReference |
withEventTimestamp(Date eventTimestamp)
The event timestamp of the data lineage node.
|
LineageNodeReference |
withId(String id)
The ID of the data lineage node.
|
public void setEventTimestamp(Date eventTimestamp)
The event timestamp of the data lineage node.
eventTimestamp
- The event timestamp of the data lineage node.public Date getEventTimestamp()
The event timestamp of the data lineage node.
public LineageNodeReference withEventTimestamp(Date eventTimestamp)
The event timestamp of the data lineage node.
eventTimestamp
- The event timestamp of the data lineage node.public void setId(String id)
The ID of the data lineage node.
id
- The ID of the data lineage node.public String getId()
The ID of the data lineage node.
public LineageNodeReference withId(String id)
The ID of the data lineage node.
id
- The ID of the data lineage node.public String toString()
toString
in class Object
Object.toString()
public LineageNodeReference clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.