@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddBridgeNetworkSourceRequest extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
AddBridgeNetworkSourceRequest() |
Modifier and Type | Method and Description |
---|---|
AddBridgeNetworkSourceRequest |
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.
|
AddBridgeNetworkSourceRequest |
withMulticastIp(String multicastIp)
The network source multicast IP.
|
AddBridgeNetworkSourceRequest |
withName(String name)
The name of the network source.
|
AddBridgeNetworkSourceRequest |
withNetworkName(String networkName)
The network source's gateway network name.
|
AddBridgeNetworkSourceRequest |
withPort(Integer port)
The network source port.
|
AddBridgeNetworkSourceRequest |
withProtocol(Protocol protocol)
The network source protocol.
|
AddBridgeNetworkSourceRequest |
withProtocol(String protocol)
The network source protocol.
|
public void setMulticastIp(String multicastIp)
multicastIp
- The network source multicast IP.public String getMulticastIp()
public AddBridgeNetworkSourceRequest withMulticastIp(String multicastIp)
multicastIp
- The network source multicast IP.public void setName(String name)
name
- The name of the network source. This name is used to reference the source and must be unique among sources
in this bridge.public String getName()
public AddBridgeNetworkSourceRequest withName(String name)
name
- The name of the network source. This name is used to reference the source and must be unique among sources
in this bridge.public void setNetworkName(String networkName)
networkName
- The network source's gateway network name.public String getNetworkName()
public AddBridgeNetworkSourceRequest 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 AddBridgeNetworkSourceRequest withPort(Integer port)
port
- The network source port.public void setProtocol(String protocol)
protocol
- The network source protocol.Protocol
public String getProtocol()
Protocol
public AddBridgeNetworkSourceRequest withProtocol(String protocol)
protocol
- The network source protocol.Protocol
public AddBridgeNetworkSourceRequest withProtocol(Protocol protocol)
protocol
- The network source protocol.Protocol
public String toString()
toString
in class Object
Object.toString()
public AddBridgeNetworkSourceRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.