@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EgressGatewayBridge extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
EgressGatewayBridge() |
| Modifier and Type | Method and Description |
|---|---|
EgressGatewayBridge |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceId()
The ID of the instance running this bridge.
|
Integer |
getMaxBitrate()
The maximum expected bitrate (in bps) of the egress bridge.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInstanceId(String instanceId)
The ID of the instance running this bridge.
|
void |
setMaxBitrate(Integer maxBitrate)
The maximum expected bitrate (in bps) of the egress bridge.
|
String |
toString()
Returns a string representation of this object.
|
EgressGatewayBridge |
withInstanceId(String instanceId)
The ID of the instance running this bridge.
|
EgressGatewayBridge |
withMaxBitrate(Integer maxBitrate)
The maximum expected bitrate (in bps) of the egress bridge.
|
public void setInstanceId(String instanceId)
instanceId - The ID of the instance running this bridge.public String getInstanceId()
public EgressGatewayBridge withInstanceId(String instanceId)
instanceId - The ID of the instance running this bridge.public void setMaxBitrate(Integer maxBitrate)
maxBitrate - The maximum expected bitrate (in bps) of the egress bridge.public Integer getMaxBitrate()
public EgressGatewayBridge withMaxBitrate(Integer maxBitrate)
maxBitrate - The maximum expected bitrate (in bps) of the egress bridge.public String toString()
toString in class ObjectObject.toString()public EgressGatewayBridge clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.