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