@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BridgeNetworkSource extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
BridgeNetworkSource() |
Modifier and Type | Method and Description |
---|---|
BridgeNetworkSource |
clone() |
boolean |
equals(Object obj) |
String |
getMulticastIp()
The network source multicast IP.
|
String |
getName()
The name of the network source.
|
String |
getNetworkName()
The network source's gateway network name.
|
Integer |
getPort()
The network source port.
|
String |
getProtocol()
The network source protocol.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMulticastIp(String multicastIp)
The network source multicast IP.
|
void |
setName(String name)
The name of the network source.
|
void |
setNetworkName(String networkName)
The network source's gateway network name.
|
void |
setPort(Integer port)
The network source port.
|
void |
setProtocol(String protocol)
The network source protocol.
|
String |
toString()
Returns a string representation of this object.
|
BridgeNetworkSource |
withMulticastIp(String multicastIp)
The network source multicast IP.
|
BridgeNetworkSource |
withName(String name)
The name of the network source.
|
BridgeNetworkSource |
withNetworkName(String networkName)
The network source's gateway network name.
|
BridgeNetworkSource |
withPort(Integer port)
The network source port.
|
BridgeNetworkSource |
withProtocol(Protocol protocol)
The network source protocol.
|
BridgeNetworkSource |
withProtocol(String protocol)
The network source protocol.
|
public void setMulticastIp(String multicastIp)
multicastIp
- The network source multicast IP.public String getMulticastIp()
public BridgeNetworkSource withMulticastIp(String multicastIp)
multicastIp
- The network source multicast IP.public void setName(String name)
name
- The name of the network source.public String getName()
public BridgeNetworkSource withName(String name)
name
- The name of the network source.public void setNetworkName(String networkName)
networkName
- The network source's gateway network name.public String getNetworkName()
public BridgeNetworkSource withNetworkName(String networkName)
networkName
- The network source's gateway network name.public void setPort(Integer port)
port
- The network source port.public Integer getPort()
public BridgeNetworkSource withPort(Integer port)
port
- The network source port.public void setProtocol(String protocol)
protocol
- The network source protocol.Protocol
public String getProtocol()
Protocol
public BridgeNetworkSource withProtocol(String protocol)
protocol
- The network source protocol.Protocol
public BridgeNetworkSource withProtocol(Protocol protocol)
protocol
- The network source protocol.Protocol
public String toString()
toString
in class Object
Object.toString()
public BridgeNetworkSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.