@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataflowDetail extends Object implements Serializable, Cloneable, StructuredPojo
Information about a dataflow edge used in a contact.
Constructor and Description |
---|
DataflowDetail() |
Modifier and Type | Method and Description |
---|---|
DataflowDetail |
clone() |
boolean |
equals(Object obj) |
Destination |
getDestination() |
Source |
getSource() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestination(Destination destination) |
void |
setSource(Source source) |
String |
toString()
Returns a string representation of this object.
|
DataflowDetail |
withDestination(Destination destination) |
DataflowDetail |
withSource(Source source) |
public void setDestination(Destination destination)
destination
- public Destination getDestination()
public DataflowDetail withDestination(Destination destination)
destination
- public void setSource(Source source)
source
- public Source getSource()
public DataflowDetail withSource(Source source)
source
- public String toString()
toString
in class Object
Object.toString()
public DataflowDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.