@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BridgeSource extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
BridgeSource() |
| Modifier and Type | Method and Description |
|---|---|
BridgeSource |
clone() |
boolean |
equals(Object obj) |
BridgeFlowSource |
getFlowSource() |
BridgeNetworkSource |
getNetworkSource() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFlowSource(BridgeFlowSource flowSource) |
void |
setNetworkSource(BridgeNetworkSource networkSource) |
String |
toString()
Returns a string representation of this object.
|
BridgeSource |
withFlowSource(BridgeFlowSource flowSource) |
BridgeSource |
withNetworkSource(BridgeNetworkSource networkSource) |
public void setFlowSource(BridgeFlowSource flowSource)
flowSource - public BridgeFlowSource getFlowSource()
public BridgeSource withFlowSource(BridgeFlowSource flowSource)
flowSource - public void setNetworkSource(BridgeNetworkSource networkSource)
networkSource - public BridgeNetworkSource getNetworkSource()
public BridgeSource withNetworkSource(BridgeNetworkSource networkSource)
networkSource - public String toString()
toString in class ObjectObject.toString()public BridgeSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.