@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
InputConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
InputConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getInputIp()
The IP address that the flow listens on for incoming content for a media stream.
|
Integer |
getInputPort()
The port that the flow listens on for an incoming media stream.
|
Interface |
getInterface()
The VPC interface where the media stream comes in from.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInputIp(String inputIp)
The IP address that the flow listens on for incoming content for a media stream.
|
void |
setInputPort(Integer inputPort)
The port that the flow listens on for an incoming media stream.
|
void |
setInterface(Interface interfaceValue)
The VPC interface where the media stream comes in from.
|
String |
toString()
Returns a string representation of this object.
|
InputConfiguration |
withInputIp(String inputIp)
The IP address that the flow listens on for incoming content for a media stream.
|
InputConfiguration |
withInputPort(Integer inputPort)
The port that the flow listens on for an incoming media stream.
|
InputConfiguration |
withInterface(Interface interfaceValue)
The VPC interface where the media stream comes in from.
|
public void setInputIp(String inputIp)
inputIp - The IP address that the flow listens on for incoming content for a media stream.public String getInputIp()
public InputConfiguration withInputIp(String inputIp)
inputIp - The IP address that the flow listens on for incoming content for a media stream.public void setInputPort(Integer inputPort)
inputPort - The port that the flow listens on for an incoming media stream.public Integer getInputPort()
public InputConfiguration withInputPort(Integer inputPort)
inputPort - The port that the flow listens on for an incoming media stream.public void setInterface(Interface interfaceValue)
interfaceValue - The VPC interface where the media stream comes in from.public Interface getInterface()
public InputConfiguration withInterface(Interface interfaceValue)
interfaceValue - The VPC interface where the media stream comes in from.public String toString()
toString in class ObjectObject.toString()public InputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.