@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateBridgeNetworkOutputRequest extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
| UpdateBridgeNetworkOutputRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateBridgeNetworkOutputRequest | clone() | 
| boolean | equals(Object obj) | 
| String | getIpAddress()The network output IP Address. | 
| String | getNetworkName()The network output's gateway network name. | 
| Integer | getPort()The network output port. | 
| String | getProtocol()The network output protocol. | 
| Integer | getTtl()The network output TTL. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setIpAddress(String ipAddress)The network output IP Address. | 
| void | setNetworkName(String networkName)The network output's gateway network name. | 
| void | setPort(Integer port)The network output port. | 
| void | setProtocol(String protocol)The network output protocol. | 
| void | setTtl(Integer ttl)The network output TTL. | 
| String | toString()Returns a string representation of this object. | 
| UpdateBridgeNetworkOutputRequest | withIpAddress(String ipAddress)The network output IP Address. | 
| UpdateBridgeNetworkOutputRequest | withNetworkName(String networkName)The network output's gateway network name. | 
| UpdateBridgeNetworkOutputRequest | withPort(Integer port)The network output port. | 
| UpdateBridgeNetworkOutputRequest | withProtocol(Protocol protocol)The network output protocol. | 
| UpdateBridgeNetworkOutputRequest | withProtocol(String protocol)The network output protocol. | 
| UpdateBridgeNetworkOutputRequest | withTtl(Integer ttl)The network output TTL. | 
public void setIpAddress(String ipAddress)
ipAddress - The network output IP Address.public String getIpAddress()
public UpdateBridgeNetworkOutputRequest withIpAddress(String ipAddress)
ipAddress - The network output IP Address.public void setNetworkName(String networkName)
networkName - The network output's gateway network name.public String getNetworkName()
public UpdateBridgeNetworkOutputRequest withNetworkName(String networkName)
networkName - The network output's gateway network name.public void setPort(Integer port)
port - The network output port.public Integer getPort()
public UpdateBridgeNetworkOutputRequest withPort(Integer port)
port - The network output port.public void setProtocol(String protocol)
protocol - The network output protocol.Protocolpublic String getProtocol()
Protocolpublic UpdateBridgeNetworkOutputRequest withProtocol(String protocol)
protocol - The network output protocol.Protocolpublic UpdateBridgeNetworkOutputRequest withProtocol(Protocol protocol)
protocol - The network output protocol.Protocolpublic void setTtl(Integer ttl)
ttl - The network output TTL.public Integer getTtl()
public UpdateBridgeNetworkOutputRequest withTtl(Integer ttl)
ttl - The network output TTL.public String toString()
toString in class ObjectObject.toString()public UpdateBridgeNetworkOutputRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.