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