@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BridgeOutput extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
BridgeOutput() |
Modifier and Type | Method and Description |
---|---|
BridgeOutput |
clone() |
boolean |
equals(Object obj) |
BridgeFlowOutput |
getFlowOutput() |
BridgeNetworkOutput |
getNetworkOutput() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFlowOutput(BridgeFlowOutput flowOutput) |
void |
setNetworkOutput(BridgeNetworkOutput networkOutput) |
String |
toString()
Returns a string representation of this object.
|
BridgeOutput |
withFlowOutput(BridgeFlowOutput flowOutput) |
BridgeOutput |
withNetworkOutput(BridgeNetworkOutput networkOutput) |
public void setFlowOutput(BridgeFlowOutput flowOutput)
flowOutput
- public BridgeFlowOutput getFlowOutput()
public BridgeOutput withFlowOutput(BridgeFlowOutput flowOutput)
flowOutput
- public void setNetworkOutput(BridgeNetworkOutput networkOutput)
networkOutput
- public BridgeNetworkOutput getNetworkOutput()
public BridgeOutput withNetworkOutput(BridgeNetworkOutput networkOutput)
networkOutput
- public String toString()
toString
in class Object
Object.toString()
public BridgeOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.