@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddBridgeNetworkOutputRequest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AddBridgeNetworkOutputRequest() |
Modifier and Type | Method and Description |
---|---|
AddBridgeNetworkOutputRequest |
clone() |
boolean |
equals(Object obj) |
String |
getIpAddress()
The network output IP Address.
|
String |
getName()
The network output name.
|
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 |
setName(String name)
The network output name.
|
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.
|
AddBridgeNetworkOutputRequest |
withIpAddress(String ipAddress)
The network output IP Address.
|
AddBridgeNetworkOutputRequest |
withName(String name)
The network output name.
|
AddBridgeNetworkOutputRequest |
withNetworkName(String networkName)
The network output's gateway network name.
|
AddBridgeNetworkOutputRequest |
withPort(Integer port)
The network output port.
|
AddBridgeNetworkOutputRequest |
withProtocol(Protocol protocol)
The network output protocol.
|
AddBridgeNetworkOutputRequest |
withProtocol(String protocol)
The network output protocol.
|
AddBridgeNetworkOutputRequest |
withTtl(Integer ttl)
The network output TTL.
|
public void setIpAddress(String ipAddress)
ipAddress
- The network output IP Address.public String getIpAddress()
public AddBridgeNetworkOutputRequest withIpAddress(String ipAddress)
ipAddress
- The network output IP Address.public void setName(String name)
name
- The network output name. This name is used to reference the output and must be unique among outputs in
this bridge.public String getName()
public AddBridgeNetworkOutputRequest withName(String name)
name
- The network output name. This name is used to reference the output and must be unique among outputs in
this bridge.public void setNetworkName(String networkName)
networkName
- The network output's gateway network name.public String getNetworkName()
public AddBridgeNetworkOutputRequest 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 AddBridgeNetworkOutputRequest withPort(Integer port)
port
- The network output port.public void setProtocol(String protocol)
protocol
- The network output protocol.Protocol
public String getProtocol()
Protocol
public AddBridgeNetworkOutputRequest withProtocol(String protocol)
protocol
- The network output protocol.Protocol
public AddBridgeNetworkOutputRequest withProtocol(Protocol protocol)
protocol
- The network output protocol.Protocol
public void setTtl(Integer ttl)
ttl
- The network output TTL.public Integer getTtl()
public AddBridgeNetworkOutputRequest withTtl(Integer ttl)
ttl
- The network output TTL.public String toString()
toString
in class Object
Object.toString()
public AddBridgeNetworkOutputRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.